Skip to content

Commit 06c3aca

Browse files
committed
Added new series types to visualization docs.
1 parent a2c5bb1 commit 06c3aca

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

docs/_static/flowmap-example.png

76.9 KB
Loading

docs/_static/geoheatmap-example.png

643 KB
Loading

docs/_static/pictorial-example.png

22.6 KB
Loading

docs/_static/treegraph-example.png

85 KB
Loading

docs/visualizations.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,14 @@ to visualize your data.
332332
:class:`highcharts_core.options.plot_options.pareto.ParetoOptions`
333333

334334
: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`
335343
* - **Pie**
336344
- .. tabs::
337345

@@ -478,6 +486,14 @@ to visualize your data.
478486
:class:`highcharts_core.options.plot_options.timeline.TimelineOptions`
479487

480488
: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`
481497
* - **Treemap**
482498
- .. figure:: _static/treemap-example.png
483499
:alt: Treemap Example Chart
@@ -636,6 +652,22 @@ to visualize your data.
636652

637653
* - Series Type
638654
- 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`
639671
* - **Map**
640672
- .. figure:: _static/map-example.png
641673
:alt: Map Example Chart

0 commit comments

Comments
 (0)