@@ -332,6 +332,14 @@ to visualize your data.
332
332
:class: `highcharts_core.options.plot_options.pareto.ParetoOptions `
333
333
334
334
:class: `highcharts_core.options.series.pareto.ParetoSeries `
335
+ * - **Pictorial **
336
+ - .. figure:: _static/pictorial-example.png
337
+ :alt: Pictorial Example Chart
338
+ :width: 100%
339
+
340
+ :class: `highcharts_core.options.plot_options.pictorial.PictorialOptions `
341
+
342
+ :class: `highcharts_core.options.series.pictorial.PictorialSeries `
335
343
* - **Pie **
336
344
- .. tabs::
337
345
@@ -478,6 +486,14 @@ to visualize your data.
478
486
:class:`highcharts_core.options.plot_options.timeline.TimelineOptions`
479
487
480
488
:class:`highcharts_core.options.series.timeline.TimelineSeries`
489
+ * - **Treegraph **
490
+ - .. figure:: _static/treegraph-example.png
491
+ :alt: Treegraph Example Chart
492
+ :width: 100%
493
+
494
+ :class: `highcharts_core.options.plot_options.treegraph.TreegraphOptions `
495
+
496
+ :class: `highcharts_core.options.series.treegraph.TreegraphSeries `
481
497
* - **Treemap **
482
498
- .. figure:: _static/treemap-example.png
483
499
:alt: Treemap Example Chart
@@ -636,6 +652,22 @@ to visualize your data.
636
652
637
653
* - Series Type
638
654
- Screenshot + Class Links
655
+ * - **Flowmap **
656
+ - .. figure:: _static/flowmap-example.png
657
+ :alt: Flowmap Example Chart
658
+ :width: 100%
659
+
660
+ :class: `highcharts_maps.options.plot_options.flowmap.FlowmapOptions `
661
+
662
+ :class: `highcharts_maps.options.series.flowmap.FlowmapSeries `
663
+ * - **GeoHeatmap **
664
+ - .. figure:: _static/geoheatmap-example.png
665
+ :alt: GeoHeatmap Example Chart
666
+ :width: 100%
667
+
668
+ :class: `highcharts_maps.options.plot_options.flowmap.GeoHeatmapOptions `
669
+
670
+ :class: `highcharts_maps.options.series.flowmap.GeoHeatmapSeries `
639
671
* - **Map **
640
672
- .. figure:: _static/map-example.png
641
673
:alt: Map Example Chart
0 commit comments