options: {
    alluvialChart: AlluvialChartOptions;
    areaChart: AreaChartOptions;
    axisChart: AxisChartOptions;
    boxplotChart: AxisChartOptions;
    bubbleChart: BubbleChartOptions;
    bulletChart: BulletChartOptions;
    chart: BaseChartOptions;
    choroplethChart: ChoroplethChartOptions;
    circlePackChart: CirclePackChartOptions;
    comboChart: ComboChartOptions;
    donutChart: DonutChartOptions;
    gaugeChart: GaugeChartOptions;
    groupedBarChart: BarChartOptions;
    heatmapChart: HeatmapChartOptions;
    histogramChart: HistogramChartOptions;
    lineChart: LineChartOptions;
    lollipopChart: ScatterChartOptions;
    meterChart: MeterChartOptions;
    pieChart: PieChartOptions;
    proportionalMeterChart: ProportionalMeterChartOptions;
    radarChart: RadarChartOptions;
    scatterChart: ScatterChartOptions;
    simpleBarChart: BarChartOptions;
    stackedAreaChart: AreaChartOptions;
    stackedBarChart: StackedBarChartOptions;
    thematicChart: ThematicChartOptions;
    treeChart: TreeChartOptions;
    treemapChart: BaseChartOptions;
    wordCloudChart: WordCloudChartOptions;
} = ...