├── .github ├── ISSUE_TEMPLATE │ └── bug_report.md └── workflows │ ├── pypi-publish.yml │ └── pypi-test-publish.yml ├── .gitignore ├── .readthedocs.yaml ├── .travis.yml ├── CHANGES.rst ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.rst ├── docs ├── Makefile ├── _contributors.rst ├── _dependencies.rst ├── _installation.rst ├── _static │ ├── abands-example.png │ ├── ad-example.png │ ├── apo-example.png │ ├── arcdiagram-example.png │ ├── area-example.png │ ├── arearange-example.png │ ├── areaspline-example.png │ ├── aroon-example.png │ ├── aroon-oscillator-example.png │ ├── atr-example.png │ ├── awesome-oscillator-example.png │ ├── axis-property-mapping.xlsx │ ├── bar-example.png │ ├── bellcurve-example.png │ ├── bollinger-bands-example.png │ ├── boxplot-example.png │ ├── bubble-example.png │ ├── bullet-example.png │ ├── candlestick-example.png │ ├── cci-example.png │ ├── chaikin-example.png │ ├── cmf-example.png │ ├── cmo-example.png │ ├── column-example.png │ ├── columnpyramid-example-stacked-horizontal.png │ ├── columnpyramid-example-stacked.png │ ├── columnpyramid-example.png │ ├── columnrange-example-horizontal.png │ ├── columnrange-example.png │ ├── cylinder-example.png │ ├── dema-example.png │ ├── dependencywheel-example.png │ ├── disparity-index-example.png │ ├── dmi-example.png │ ├── dpo-example.png │ ├── dumbbell-example.png │ ├── ema-example.png │ ├── errorbar-example.png │ ├── flags-example.png │ ├── flowmap-example.png │ ├── funnel-example.png │ ├── funnel_3d-example.png │ ├── gantt-example.png │ ├── gauge-example.png │ ├── geoheatmap-example.png │ ├── heatmap-example.png │ ├── heikin-ashi-example.png │ ├── highcharts-chart-anatomy.png │ ├── highcharts-for-python-dark-32x32.png │ ├── highcharts-for-python-light-150x149.png │ ├── highcharts-logo.svg │ ├── highcharts-python-logo.png │ ├── histogram-example.png │ ├── hlc-example.png │ ├── hollow-candlestick-example.png │ ├── ikh-example.png │ ├── item-example-circular.png │ ├── item-example-rectangular.png │ ├── item-example-symbols.png │ ├── keltner-channels-example.png │ ├── klinger-example.png │ ├── line-example.png │ ├── linear-regression-angle-example.png │ ├── linear-regression-example.png │ ├── linear-regression-intercept-example.png │ ├── linear-regression-slope-example.png │ ├── lollipop-example.png │ ├── macd-example.png │ ├── map-example.png │ ├── mapbubble-example.png │ ├── mapline-example.png │ ├── mappoint-example.png │ ├── mfi-example.png │ ├── momentum-example.png │ ├── natr-example.png │ ├── navigator-example.png │ ├── networkgraph-example.png │ ├── obv-example.png │ ├── ohlc-example.png │ ├── organization-example-horizontal.png │ ├── organization-example.png │ ├── packedbubble-example-split.png │ ├── packedbubble-example.png │ ├── pareto-example.png │ ├── pictorial-example.png │ ├── pie-example-donut.png │ ├── pie-example.png │ ├── pivot-points-example.png │ ├── polygon-example.png │ ├── ppo-example.png │ ├── price-channel-example.png │ ├── price-envelopes-example.png │ ├── psar-example.png │ ├── pyramid-example.png │ ├── pyramid_3d-example.png │ ├── range-selector-example.png │ ├── roc-example.png │ ├── rsi-example.png │ ├── sankey-example-inverted.png │ ├── sankey-example-outgoing.png │ ├── sankey-example.png │ ├── scatter-example.png │ ├── scatter_3d-example.png │ ├── shared_options.js │ ├── shared_options_output.js │ ├── slow-stochastic-example.png │ ├── sma-example.png │ ├── solidgauge-example.png │ ├── sphinx_rtd_theme_ext_color_contrast.css │ ├── spline-example.png │ ├── square-check-solid.svg │ ├── stochastic-example.png │ ├── stock-tools-example.png │ ├── streamgraph-example.png │ ├── sunburst-example.png │ ├── supertrend-example.png │ ├── tema-example.png │ ├── tiledwebmap-example.png │ ├── tilemap-example-circle.png │ ├── tilemap-example-diamond.png │ ├── tilemap-example.png │ ├── timeline-example-datetime.png │ ├── timeline-example-inverted.png │ ├── timeline-example.png │ ├── treegraph-example.png │ ├── treemap-example.png │ ├── trendline-example.png │ ├── trix-example.png │ ├── tutorials │ │ ├── census-time-series-01.png │ │ ├── census-time-series-02.png │ │ ├── census-time-series-03.png │ │ ├── census-time-series-04.png │ │ ├── census-time-series-05.png │ │ ├── census-time-series-06.png │ │ ├── census-time-series-07.png │ │ ├── census-time-series-08.png │ │ ├── census-time-series-09.png │ │ ├── census-time-series-10.png │ │ ├── census-time-series-csv-01.png │ │ └── raw-data-as-numpy.png │ ├── variablepie-example.png │ ├── variwide-example-datetime.png │ ├── variwide-example-inverted.png │ ├── variwide-example.png │ ├── vbp-example.png │ ├── vector-example.png │ ├── venn-example-euler.png │ ├── venn-example.png │ ├── vwap-example.png │ ├── waterfall-example-inverted.png │ ├── waterfall-example-stacked.png │ ├── waterfall-example.png │ ├── williamsr-example.png │ ├── windbarb-example.png │ ├── wma-example.png │ ├── wordcloud-example.png │ ├── xrange-example-inverted.png │ ├── xrange-example.png │ └── zigzag-example.png ├── _support.rst ├── _versus_alternatives.rst ├── api.rst ├── api │ ├── _class_structures.rst │ ├── _deserialization_methods.rst │ ├── _handling_defaults.rst │ ├── _module_structure.rst │ ├── _other_convenience_methods.rst │ ├── _serialization_methods.rst │ ├── chart.rst │ ├── global_options │ │ ├── index.rst │ │ ├── language │ │ │ ├── accessibility │ │ │ │ ├── announce_new_data.rst │ │ │ │ ├── axis.rst │ │ │ │ ├── chart_types.rst │ │ │ │ ├── exporting.rst │ │ │ │ ├── index.rst │ │ │ │ ├── legend.rst │ │ │ │ ├── range_selector.rst │ │ │ │ ├── screen_reader_section.rst │ │ │ │ ├── series.rst │ │ │ │ ├── sonification.rst │ │ │ │ ├── table.rst │ │ │ │ └── zoom.rst │ │ │ ├── export_data.rst │ │ │ ├── index.rst │ │ │ └── navigation.rst │ │ └── shared_options.rst │ ├── headless_export.rst │ ├── highcharts.rst │ ├── internals.rst │ ├── options │ │ ├── accessibility │ │ │ ├── announce_new_data.rst │ │ │ ├── index.rst │ │ │ ├── keyboard_navigation │ │ │ │ ├── focus_border.rst │ │ │ │ ├── index.rst │ │ │ │ └── series_navigation.rst │ │ │ ├── point.rst │ │ │ ├── screen_reader_section.rst │ │ │ └── series.rst │ │ ├── annotations │ │ │ ├── animation.rst │ │ │ ├── control_point_options.rst │ │ │ ├── events.rst │ │ │ ├── index.rst │ │ │ ├── label_options.rst │ │ │ ├── points.rst │ │ │ └── shape_options.rst │ │ ├── axes │ │ │ ├── accessibility.rst │ │ │ ├── breaks.rst │ │ │ ├── color_axis.rst │ │ │ ├── crosshair.rst │ │ │ ├── data_classes.rst │ │ │ ├── generic.rst │ │ │ ├── index.rst │ │ │ ├── labels.rst │ │ │ ├── markers.rst │ │ │ ├── numeric.rst │ │ │ ├── parallel_axes.rst │ │ │ ├── plot_bands.rst │ │ │ ├── title.rst │ │ │ ├── x_axis.rst │ │ │ ├── y_axis.rst │ │ │ └── z_axis.rst │ │ ├── boost.rst │ │ ├── caption.rst │ │ ├── chart │ │ │ ├── index.rst │ │ │ ├── options_3d.rst │ │ │ ├── reset_zoom_button.rst │ │ │ ├── scrollable_plot_area.rst │ │ │ └── zooming.rst │ │ ├── credits.rst │ │ ├── data.rst │ │ ├── defs.rst │ │ ├── drilldown.rst │ │ ├── exporting │ │ │ ├── csv.rst │ │ │ ├── index.rst │ │ │ └── pdf_font.rst │ │ ├── index.rst │ │ ├── legend │ │ │ ├── accessibility.rst │ │ │ ├── bubble_legend.rst │ │ │ ├── index.rst │ │ │ ├── navigation.rst │ │ │ └── title.rst │ │ ├── loading.rst │ │ ├── map_navigation.rst │ │ ├── map_views │ │ │ ├── index.rst │ │ │ └── insets.rst │ │ ├── navigation │ │ │ ├── bindings.rst │ │ │ └── index.rst │ │ ├── plot_options │ │ │ ├── accessibility.rst │ │ │ ├── arcdiagram.rst │ │ │ ├── area.rst │ │ │ ├── bar.rst │ │ │ ├── base.rst │ │ │ ├── bellcurve.rst │ │ │ ├── boxplot.rst │ │ │ ├── bubble.rst │ │ │ ├── bullet.rst │ │ │ ├── data_sorting.rst │ │ │ ├── dependencywheel.rst │ │ │ ├── drag_drop.rst │ │ │ ├── dumbbell.rst │ │ │ ├── flowmap.rst │ │ │ ├── funnel.rst │ │ │ ├── gauge.rst │ │ │ ├── generic.rst │ │ │ ├── heatmap.rst │ │ │ ├── histogram.rst │ │ │ ├── index.rst │ │ │ ├── item.rst │ │ │ ├── levels.rst │ │ │ ├── link.rst │ │ │ ├── map.rst │ │ │ ├── mapbubble.rst │ │ │ ├── mapline.rst │ │ │ ├── mappoint.rst │ │ │ ├── networkgraph.rst │ │ │ ├── organization.rst │ │ │ ├── packedbubble.rst │ │ │ ├── pareto.rst │ │ │ ├── pictorial.rst │ │ │ ├── pie.rst │ │ │ ├── points.rst │ │ │ ├── polygon.rst │ │ │ ├── pyramid.rst │ │ │ ├── sankey.rst │ │ │ ├── scatter.rst │ │ │ ├── series.rst │ │ │ ├── sonification.rst │ │ │ ├── spline.rst │ │ │ ├── sunburst.rst │ │ │ ├── tiledwebmap.rst │ │ │ ├── timeline.rst │ │ │ ├── treegraph.rst │ │ │ ├── treemap.rst │ │ │ ├── vector.rst │ │ │ ├── venn.rst │ │ │ └── wordcloud.rst │ │ ├── responsive.rst │ │ ├── series │ │ │ ├── arcdiagram.rst │ │ │ ├── area.rst │ │ │ ├── bar.rst │ │ │ ├── base.rst │ │ │ ├── bellcurve.rst │ │ │ ├── boxplot.rst │ │ │ ├── bubble.rst │ │ │ ├── bullet.rst │ │ │ ├── data │ │ │ │ ├── accessibility.rst │ │ │ │ ├── arcdiagram.rst │ │ │ │ ├── bar.rst │ │ │ │ ├── base.rst │ │ │ │ ├── boxplot.rst │ │ │ │ ├── bullet.rst │ │ │ │ ├── cartesian.rst │ │ │ │ ├── collections.rst │ │ │ │ ├── connections.rst │ │ │ │ ├── geometric.rst │ │ │ │ ├── index.rst │ │ │ │ ├── map_data.rst │ │ │ │ ├── pie.rst │ │ │ │ ├── range.rst │ │ │ │ ├── single_point.rst │ │ │ │ ├── sunburst.rst │ │ │ │ ├── treegraph.rst │ │ │ │ ├── treemap.rst │ │ │ │ ├── vector.rst │ │ │ │ ├── venn.rst │ │ │ │ └── wordcloud.rst │ │ │ ├── dependencywheel.rst │ │ │ ├── dumbbell.rst │ │ │ ├── flowmap.rst │ │ │ ├── funnel.rst │ │ │ ├── gauge.rst │ │ │ ├── heatmap.rst │ │ │ ├── histogram.rst │ │ │ ├── index.rst │ │ │ ├── item.rst │ │ │ ├── labels.rst │ │ │ ├── map.rst │ │ │ ├── mapbubble.rst │ │ │ ├── mapline.rst │ │ │ ├── mappoint.rst │ │ │ ├── networkgraph.rst │ │ │ ├── organization.rst │ │ │ ├── packedbubble.rst │ │ │ ├── pareto.rst │ │ │ ├── pictorial.rst │ │ │ ├── pie.rst │ │ │ ├── polygon.rst │ │ │ ├── pyramid.rst │ │ │ ├── sankey.rst │ │ │ ├── scatter.rst │ │ │ ├── series_generator.rst │ │ │ ├── spline.rst │ │ │ ├── sunburst.rst │ │ │ ├── tiledwebmap.rst │ │ │ ├── timeline.rst │ │ │ ├── treegraph.rst │ │ │ ├── treemap.rst │ │ │ ├── vector.rst │ │ │ ├── venn.rst │ │ │ └── wordcloud.rst │ │ ├── sonification │ │ │ ├── grouping.rst │ │ │ ├── index.rst │ │ │ ├── mapping.rst │ │ │ └── track_configurations.rst │ │ ├── subtitle.rst │ │ ├── time.rst │ │ ├── title.rst │ │ └── tooltips.rst │ └── utility_classes │ │ ├── animation.rst │ │ ├── ast.rst │ │ ├── breadcrumbs.rst │ │ ├── buttons.rst │ │ ├── clusters.rst │ │ ├── data_grouping.rst │ │ ├── data_labels.rst │ │ ├── date_time_label_formats.rst │ │ ├── events.rst │ │ ├── fetch_configuration.rst │ │ ├── geojson.rst │ │ ├── gradients.rst │ │ ├── index.rst │ │ ├── javascript_functions.rst │ │ ├── jitter.rst │ │ ├── markers.rst │ │ ├── menus.rst │ │ ├── nodes.rst │ │ ├── partial_fill.rst │ │ ├── patterns.rst │ │ ├── position.rst │ │ ├── projections.rst │ │ ├── shadows.rst │ │ ├── states.rst │ │ ├── topojson.rst │ │ └── zones.rst ├── conf.py ├── contributing.rst ├── demos.rst ├── errors.rst ├── faq.rst ├── glossary.rst ├── history.rst ├── index.rst ├── license.rst ├── links.txt ├── make.bat ├── quickstart.rst ├── support.rst ├── testing.rst ├── toolkit.rst ├── tutorials.rst ├── tutorials │ ├── _assembling_a_chart.rst │ ├── callbacks.rst │ ├── csv.rst │ ├── data.rst │ ├── exporting.rst │ ├── getting_started.rst │ ├── pandas.rst │ └── series.rst ├── using.rst ├── using │ ├── _code_style_naming_conventions.rst │ ├── _importing.rst │ ├── _working_with_maps_features.rst │ ├── assembling_your_chart │ │ ├── _using_add_series.rst │ │ ├── _using_from_geopandas.rst │ │ ├── _using_from_series.rst │ │ ├── _using_kwargs.rst │ │ └── _using_series_property.rst │ ├── configuring_map_data │ │ ├── _using_async_map_data.rst │ │ ├── _using_synchronous_map_data.rst │ │ ├── _with_chart_map.rst │ │ └── _with_series_map_data.rst │ ├── download_visualizations │ │ ├── _using_custom.rst │ │ └── _using_highsoft.rst │ ├── populating_series_data │ │ ├── _load_from_array.rst │ │ ├── _load_from_csv.rst │ │ ├── _load_from_geopandas.rst │ │ ├── _load_from_pandas.rst │ │ ├── _load_from_pyspark.rst │ │ ├── _new_from_array.rst │ │ ├── _new_from_csv.rst │ │ ├── _new_from_geopandas.rst │ │ ├── _new_from_pandas.rst │ │ ├── _new_from_pyspark.rst │ │ ├── _with_data_property.rst │ │ └── _with_from_array.rst │ ├── rendering_your_visualizations │ │ ├── _as_jupyter.rst │ │ └── _as_web_content.rst │ ├── shared_options │ │ ├── _with_dict.rst │ │ ├── _with_js_literal.rst │ │ └── _with_json.rst │ └── templates │ │ ├── _with_copy.rst │ │ ├── _with_dict.rst │ │ ├── _with_js_literal.rst │ │ └── _with_json.rst └── visualizations.rst ├── highcharts_maps ├── __init__.py ├── __version__.py ├── ai.py ├── chart.py ├── constants.py ├── decorators.py ├── errors.py ├── global_options │ ├── __init__.py │ ├── language │ │ ├── __init__.py │ │ ├── accessibility │ │ │ ├── __init__.py │ │ │ ├── announce_new_data.py │ │ │ ├── axis.py │ │ │ ├── chart_types.py │ │ │ ├── exporting.py │ │ │ ├── legend.py │ │ │ ├── navigator.py │ │ │ ├── range_selector.py │ │ │ ├── screen_reader_section.py │ │ │ ├── series.py │ │ │ ├── sonification.py │ │ │ ├── table.py │ │ │ └── zoom.py │ │ ├── export_data.py │ │ └── navigation.py │ └── shared_options.py ├── headless_export.py ├── highcharts.py ├── js_literal_functions.py ├── metaclasses.py ├── options │ ├── __init__.py │ ├── accessibility │ │ ├── __init__.py │ │ ├── announce_new_data.py │ │ ├── high_contrast_theme.py │ │ ├── keyboard_navigation │ │ │ ├── __init__.py │ │ │ ├── focus_border.py │ │ │ └── series_navigation.py │ │ ├── point.py │ │ ├── screen_reader_section.py │ │ └── series.py │ ├── annotations │ │ ├── __init__.py │ │ ├── animation.py │ │ ├── control_point_options.py │ │ ├── events.py │ │ ├── label_options.py │ │ ├── points.py │ │ └── shape_options.py │ ├── axes │ │ ├── __init__.py │ │ ├── accessibility.py │ │ ├── breaks.py │ │ ├── color_axis.py │ │ ├── crosshair.py │ │ ├── data_classes.py │ │ ├── generic.py │ │ ├── labels.py │ │ ├── markers.py │ │ ├── numeric.py │ │ ├── parallel_axes.py │ │ ├── plot_bands.py │ │ ├── title.py │ │ ├── x_axis.py │ │ ├── y_axis.py │ │ └── z_axis.py │ ├── boost.py │ ├── caption.py │ ├── chart │ │ ├── __init__.py │ │ ├── options_3d.py │ │ ├── reset_zoom_button.py │ │ ├── scrollable_plot_area.py │ │ └── zooming.py │ ├── credits.py │ ├── data.py │ ├── defs.py │ ├── drilldown.py │ ├── exporting │ │ ├── __init__.py │ │ ├── csv.py │ │ └── pdf_font.py │ ├── legend │ │ ├── __init__.py │ │ ├── accessibility.py │ │ ├── bubble_legend.py │ │ ├── navigation.py │ │ └── title.py │ ├── loading.py │ ├── map_navigation.py │ ├── map_views │ │ ├── __init__.py │ │ └── insets.py │ ├── navigation │ │ ├── __init__.py │ │ └── bindings.py │ ├── plot_options │ │ ├── __init__.py │ │ ├── accessibility.py │ │ ├── arcdiagram.py │ │ ├── area.py │ │ ├── bar.py │ │ ├── base.py │ │ ├── bellcurve.py │ │ ├── boxplot.py │ │ ├── bubble.py │ │ ├── bullet.py │ │ ├── data_sorting.py │ │ ├── dependencywheel.py │ │ ├── drag_drop.py │ │ ├── dumbbell.py │ │ ├── flowmap.py │ │ ├── funnel.py │ │ ├── gauge.py │ │ ├── generic.py │ │ ├── heatmap.py │ │ ├── histogram.py │ │ ├── item.py │ │ ├── levels.py │ │ ├── link.py │ │ ├── map.py │ │ ├── mapbubble.py │ │ ├── mapline.py │ │ ├── mappoint.py │ │ ├── networkgraph.py │ │ ├── organization.py │ │ ├── packedbubble.py │ │ ├── pareto.py │ │ ├── pictorial.py │ │ ├── pie.py │ │ ├── points.py │ │ ├── polygon.py │ │ ├── pyramid.py │ │ ├── sankey.py │ │ ├── scatter.py │ │ ├── series.py │ │ ├── sonification.py │ │ ├── spline.py │ │ ├── sunburst.py │ │ ├── tiledwebmap.py │ │ ├── timeline.py │ │ ├── treegraph.py │ │ ├── treemap.py │ │ ├── vector.py │ │ ├── venn.py │ │ └── wordcloud.py │ ├── responsive.py │ ├── series │ │ ├── __init__.py │ │ ├── arcdiagram.py │ │ ├── area.py │ │ ├── bar.py │ │ ├── base.py │ │ ├── bellcurve.py │ │ ├── boxplot.py │ │ ├── bubble.py │ │ ├── bullet.py │ │ ├── data │ │ │ ├── __init__.py │ │ │ ├── accessibility.py │ │ │ ├── arcdiagram.py │ │ │ ├── bar.py │ │ │ ├── base.py │ │ │ ├── boxplot.py │ │ │ ├── bullet.py │ │ │ ├── cartesian.py │ │ │ ├── collections.py │ │ │ ├── connections.py │ │ │ ├── geometric.py │ │ │ ├── map_data.py │ │ │ ├── pie.py │ │ │ ├── range.py │ │ │ ├── single_point.py │ │ │ ├── sunburst.py │ │ │ ├── treegraph.py │ │ │ ├── treemap.py │ │ │ ├── vector.py │ │ │ ├── venn.py │ │ │ └── wordcloud.py │ │ ├── dependencywheel.py │ │ ├── dumbbell.py │ │ ├── flowmap.py │ │ ├── funnel.py │ │ ├── gauge.py │ │ ├── heatmap.py │ │ ├── histogram.py │ │ ├── item.py │ │ ├── labels.py │ │ ├── map.py │ │ ├── mapbubble.py │ │ ├── mapline.py │ │ ├── mappoint.py │ │ ├── networkgraph.py │ │ ├── organization.py │ │ ├── packedbubble.py │ │ ├── pareto.py │ │ ├── pictorial.py │ │ ├── pie.py │ │ ├── polygon.py │ │ ├── pyramid.py │ │ ├── sankey.py │ │ ├── scatter.py │ │ ├── series_generator.py │ │ ├── spline.py │ │ ├── sunburst.py │ │ ├── tiledwebmap.py │ │ ├── timeline.py │ │ ├── treegraph.py │ │ ├── treemap.py │ │ ├── vector.py │ │ ├── venn.py │ │ └── wordcloud.py │ ├── sonification │ │ ├── __init__.py │ │ ├── grouping.py │ │ ├── mapping.py │ │ └── track_configurations.py │ ├── subtitle.py │ ├── time.py │ ├── title.py │ └── tooltips.py ├── utility_classes │ ├── __init__.py │ ├── animation.py │ ├── ast.py │ ├── breadcrumbs.py │ ├── buttons.py │ ├── clusters.py │ ├── data_grouping.py │ ├── data_labels.py │ ├── date_time_label_formats.py │ ├── events.py │ ├── fetch_configuration.py │ ├── geojson.py │ ├── gradients.py │ ├── javascript_functions.py │ ├── jitter.py │ ├── markers.py │ ├── menus.py │ ├── nodes.py │ ├── partial_fill.py │ ├── patterns.py │ ├── position.py │ ├── projections.py │ ├── shadows.py │ ├── states.py │ ├── topojson.py │ └── zones.py └── utility_functions.py ├── pyproject.toml ├── requirements.dev.txt ├── requirements.travis.txt ├── requirements.txt ├── setup.cfg ├── tests ├── __init__.py ├── conftest.py ├── fixtures.py ├── global_options │ ├── __init__.py │ ├── language │ │ ├── __init__.py │ │ ├── accessibility │ │ │ ├── __init__.py │ │ │ ├── test_accessibility.py │ │ │ └── test_series.py │ │ ├── test_export_data.py │ │ ├── test_language.py │ │ └── test_navigation.py │ └── test_shared_options.py ├── input_files │ ├── accessibility │ │ └── accessibility │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── annotations │ │ ├── annotation │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── stock_tools │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── 05.js │ │ │ ├── 06.js │ │ │ ├── 07.js │ │ │ ├── 08.js │ │ │ ├── 09.js │ │ │ ├── 10.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ ├── error-04.js │ │ │ ├── error-05.js │ │ │ ├── error-06.js │ │ │ ├── error-07.js │ │ │ ├── error-08.js │ │ │ ├── error-09.js │ │ │ └── error-10.js │ ├── axes │ │ ├── color_axis │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── numeric │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── parallel_axes │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── plot_bands │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── resize │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── x_axis │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── y_axis │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── z_axis │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── boost │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── caption │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── chart │ │ ├── chart │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── options_3d │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── zooming │ │ │ ├── 01.js │ │ │ └── error-01.js │ ├── chart_obj │ │ ├── 01-expected.js │ │ └── 01-input.js │ ├── credits │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── data │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── drilldown │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── exporting │ │ ├── csv │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── exporting │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── global_options │ │ ├── language │ │ │ ├── accessibility │ │ │ │ ├── accessibility │ │ │ │ │ ├── 01.js │ │ │ │ │ ├── error-01.js │ │ │ │ │ └── error-02.js │ │ │ │ └── series │ │ │ │ │ ├── 01.js │ │ │ │ │ ├── 02.js │ │ │ │ │ ├── error-01.js │ │ │ │ │ ├── error-02.js │ │ │ │ │ └── error-03.js │ │ │ ├── export_data │ │ │ │ ├── 01.js │ │ │ │ ├── error-01.js │ │ │ │ └── error-02.js │ │ │ ├── language │ │ │ │ ├── 01.js │ │ │ │ ├── error-01.js │ │ │ │ └── error-02.js │ │ │ └── navigation │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ └── error-03.js │ │ └── shared_options │ │ │ ├── 01-expected.js │ │ │ └── 01-input.js │ ├── headless_export │ │ ├── basic.json │ │ ├── output │ │ │ ├── placeholder.txt │ │ │ ├── test-basic.png │ │ │ ├── test-with-chart-type.png │ │ │ └── test-with-series-types.png │ │ ├── with-chart-type.js │ │ └── with-series-types.js │ ├── legend │ │ ├── bubble_legend │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── legend │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── navigation │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── loading │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── navigation │ │ ├── bindings │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ └── error-03.js │ │ └── navigation │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── options │ │ └── 01.js │ ├── plot_options │ │ ├── arcdiagram │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── area │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bar │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── 05.js │ │ │ ├── 06.js │ │ │ ├── 07.js │ │ │ ├── 08.js │ │ │ ├── 09.js │ │ │ ├── 10.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bellcurve │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── boxplot │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bubble │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bullet │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── dependencywheel │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── dumbbell │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── flowmap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── funnel │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ └── error-04.js │ │ ├── gauge │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ └── error-04.js │ │ ├── generic │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── heatmap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ └── error-04.js │ │ ├── histogram │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── item │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── map │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mapbubble │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mapline │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mappoint │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── networkgraph │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── organization │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── packedbubble │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── pictorial │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── pie │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ └── error-04.js │ │ ├── plot_options │ │ │ └── 01.js │ │ ├── sankey │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── scatter │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── series │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── sonification │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ └── error-01.js │ │ ├── spline │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── sunburst │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── tiledwebmap │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── timeline │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── treegraph │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── treemap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── vector │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── venn │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── wordcloud │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── responsive │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── series │ │ ├── arcdiagram │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── area │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── 05.js │ │ │ ├── 06.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ ├── error-02.js │ │ │ ├── error-03.js │ │ │ └── error-04.js │ │ ├── bar │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── 05.js │ │ │ ├── 06.js │ │ │ ├── 07.js │ │ │ ├── 08.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── base │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bellcurve │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── boxplot │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── bubble │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── bullet │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── data │ │ │ ├── bar │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── 04.js │ │ │ │ ├── 05.js │ │ │ │ ├── 06.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ ├── error-03.js │ │ │ │ └── error-04.js │ │ │ ├── base │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ │ ├── boxplot │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ │ ├── bullet │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ │ ├── cartesian │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── 04.js │ │ │ │ ├── 05-expected.js │ │ │ │ ├── 05-input.js │ │ │ │ ├── 06.js │ │ │ │ ├── 07.js │ │ │ │ ├── 08.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ ├── error-05.js │ │ │ │ └── error-07.js │ │ │ ├── collections │ │ │ │ ├── 01-expected.js │ │ │ │ ├── 01-input.js │ │ │ │ ├── 02-expected.js │ │ │ │ ├── 02-input.js │ │ │ │ ├── 03-expected.js │ │ │ │ ├── 03-input.js │ │ │ │ └── error-01.js │ │ │ ├── connections │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── 04.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ └── error-03.js │ │ │ ├── geometric │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── error-01.js │ │ │ │ └── error-03.js │ │ │ ├── map_data │ │ │ │ ├── async_map_data │ │ │ │ │ ├── 01-expected.js │ │ │ │ │ └── 01-input.js │ │ │ │ └── map_data │ │ │ │ │ ├── 01.js │ │ │ │ │ ├── 02.js │ │ │ │ │ ├── 03.js │ │ │ │ │ ├── error-01.js │ │ │ │ │ ├── world.geo.json │ │ │ │ │ └── world.topo.json │ │ │ ├── pie │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── error-01.js │ │ │ │ └── error-02.js │ │ │ ├── range │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── 04.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ └── error-03.js │ │ │ ├── single_point │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── 03.js │ │ │ │ ├── 04.js │ │ │ │ ├── 05.js │ │ │ │ ├── 06.js │ │ │ │ ├── error-01.js │ │ │ │ ├── error-02.js │ │ │ │ ├── error-03.js │ │ │ │ ├── error-04.js │ │ │ │ ├── error-05.js │ │ │ │ └── error-06.js │ │ │ ├── sunburst │ │ │ │ ├── 01.js │ │ │ │ ├── 02.js │ │ │ │ ├── error-01.js │ │ │ │ └── error-02.js │ │ │ ├── vector │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ │ ├── venn │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ │ └── wordcloud │ │ │ │ ├── 01.js │ │ │ │ └── error-01.js │ │ ├── dependencywheel │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── dumbbell │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── flowmap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── 03.js │ │ │ ├── 04.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── funnel │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── gauge │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── generic │ │ │ ├── 01.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── heatmap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── histogram │ │ │ ├── 01.js │ │ │ ├── error-00.js │ │ │ └── error-01.js │ │ ├── item │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── map │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mapbubble │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mapline │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── mappoint │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── networkgraph │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── organization │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── packedbubble │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── pareto │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ └── error-01.js │ │ ├── pictorial │ │ │ ├── 01.js │ │ │ └── error-01.js │ │ ├── pie │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── polygon │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── sankey │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── scatter │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── spline │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── sunburst │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── timeline │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── treegraph │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── treemap │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── vector │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ ├── venn │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ │ └── wordcloud │ │ │ ├── 01.js │ │ │ ├── 02.js │ │ │ ├── error-00.js │ │ │ ├── error-01.js │ │ │ └── error-02.js │ ├── sonification │ │ └── sonification │ │ │ ├── 01.js │ │ │ └── error-01.js │ ├── subtitle │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── test-data-files │ │ ├── nst-est2019-01-reduced-to-two.csv │ │ ├── nst-est2019-01-removed-column.csv │ │ ├── nst-est2019-01-transposed.csv │ │ └── nst-est2019-01.csv │ ├── time │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── title │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ ├── tooltips │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ └── utility_classes │ │ ├── animation │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── breadcrumbs │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── buttons │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js │ │ ├── clusters │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── data_grouping │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── data_labels │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js │ │ ├── date_time_label_formats │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── events │ │ ├── 01.js │ │ ├── 02.js │ │ ├── 03.js │ │ ├── 04.js │ │ ├── 05.js │ │ ├── 06.js │ │ ├── 07.js │ │ ├── 08.js │ │ ├── 09.js │ │ ├── error-00.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ ├── error-03.js │ │ ├── error-04.js │ │ ├── error-05.js │ │ ├── error-06.js │ │ ├── error-07.js │ │ ├── error-08.js │ │ └── error-09.js │ │ ├── gradients │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js │ │ ├── jitter │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── markers │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── menus │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js │ │ ├── nodes │ │ ├── 01.js │ │ ├── 02.js │ │ ├── 03.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ ├── error-03.js │ │ └── error-04.js │ │ ├── partial_fill │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── patterns │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js │ │ ├── position │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── shadows │ │ ├── 01.js │ │ ├── error-01.js │ │ └── error-02.js │ │ ├── states │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ └── error-02.js │ │ └── zones │ │ ├── 01.js │ │ ├── 02.js │ │ ├── error-01.js │ │ ├── error-02.js │ │ └── error-03.js ├── options │ ├── __init__.py │ ├── accessibility │ │ ├── __init__.py │ │ └── test_accessibility.py │ ├── annotations │ │ ├── __init__.py │ │ └── test_annotation.py │ ├── axes │ │ ├── __init__.py │ │ ├── test_color_axis.py │ │ ├── test_numeric.py │ │ ├── test_parallel_axes.py │ │ ├── test_plot_bands.py │ │ ├── test_x_axis.py │ │ ├── test_y_axis.py │ │ └── test_z_axis.py │ ├── chart │ │ ├── __init__.py │ │ ├── test_chart.py │ │ ├── test_options_3d.py │ │ └── test_zooming.py │ ├── exporting │ │ ├── __init__.py │ │ ├── test_csv.py │ │ └── test_exporting.py │ ├── legend │ │ ├── __init__.py │ │ ├── test_bubble_legend.py │ │ ├── test_legend.py │ │ └── test_navigation.py │ ├── navigation │ │ ├── __init__.py │ │ ├── test_bindings.py │ │ └── test_navigation.py │ ├── plot_options │ │ ├── __init__.py │ │ ├── test_PlotOptions.py │ │ ├── test_arcdiagram.py │ │ ├── test_area.py │ │ ├── test_bar.py │ │ ├── test_bellcurve.py │ │ ├── test_boxplot.py │ │ ├── test_bubble.py │ │ ├── test_bullet.py │ │ ├── test_dependencywheel.py │ │ ├── test_dumbbell.py │ │ ├── test_flowmap.py │ │ ├── test_funnel.py │ │ ├── test_gauge.py │ │ ├── test_generic.py │ │ ├── test_heatmap.py │ │ ├── test_histogram.py │ │ ├── test_item.py │ │ ├── test_map.py │ │ ├── test_mapbubble.py │ │ ├── test_mapline.py │ │ ├── test_mappoint.py │ │ ├── test_networkgraph.py │ │ ├── test_organization.py │ │ ├── test_packedbubble.py │ │ ├── test_pareto.py │ │ ├── test_pictorial.py │ │ ├── test_pie.py │ │ ├── test_polygon.py │ │ ├── test_pyramid.py │ │ ├── test_sankey.py │ │ ├── test_scatter.py │ │ ├── test_series.py │ │ ├── test_sonification.py │ │ ├── test_spline.py │ │ ├── test_sunburst.py │ │ ├── test_tiledwebmap.py │ │ ├── test_timeline.py │ │ ├── test_treegraph.py │ │ ├── test_treemap.py │ │ ├── test_vector.py │ │ ├── test_venn.py │ │ └── test_wordcloud.py │ ├── series │ │ ├── __init__.py │ │ ├── data │ │ │ ├── __init__.py │ │ │ ├── test_bar.py │ │ │ ├── test_base.py │ │ │ ├── test_boxplot.py │ │ │ ├── test_bullet.py │ │ │ ├── test_cartesian.py │ │ │ ├── test_collections.py │ │ │ ├── test_connections.py │ │ │ ├── test_geometric.py │ │ │ ├── test_map_data.py │ │ │ ├── test_pie.py │ │ │ ├── test_range.py │ │ │ ├── test_single_point.py │ │ │ ├── test_sunburst.py │ │ │ ├── test_vector.py │ │ │ ├── test_venn.py │ │ │ └── test_wordcloud.py │ │ ├── test_arcdiagram.py │ │ ├── test_area.py │ │ ├── test_bar.py │ │ ├── test_base.py │ │ ├── test_bellcurve.py │ │ ├── test_boxplot.py │ │ ├── test_bubble.py │ │ ├── test_bullet.py │ │ ├── test_dependencywheel.py │ │ ├── test_dumbbell.py │ │ ├── test_flowmap.py │ │ ├── test_funnel.py │ │ ├── test_gauge.py │ │ ├── test_heatmap.py │ │ ├── test_histogram.py │ │ ├── test_item.py │ │ ├── test_map.py │ │ ├── test_mapbubble.py │ │ ├── test_mapline.py │ │ ├── test_mappoint.py │ │ ├── test_networkgraph.py │ │ ├── test_organization.py │ │ ├── test_packedbubble.py │ │ ├── test_pareto.py │ │ ├── test_pictorial.py │ │ ├── test_pie.py │ │ ├── test_polygon.py │ │ ├── test_pyramid.py │ │ ├── test_sankey.py │ │ ├── test_scatter.py │ │ ├── test_series_generator.py │ │ ├── test_spline.py │ │ ├── test_sunburst.py │ │ ├── test_tiledwebmap.py │ │ ├── test_timeline.py │ │ ├── test_treegraph.py │ │ ├── test_treemap.py │ │ ├── test_vector.py │ │ ├── test_venn.py │ │ └── test_wordcloud.py │ ├── test_boost.py │ ├── test_caption.py │ ├── test_credits.py │ ├── test_data.py │ ├── test_defs.py │ ├── test_drilldown.py │ ├── test_loading.py │ ├── test_options.py │ ├── test_responsive.py │ ├── test_sonification.py │ ├── test_subtitle.py │ ├── test_time.py │ ├── test_title.py │ └── test_tooltips.py ├── test_chart.py ├── test_decorators.py ├── test_headless_export.py ├── test_js_literal_functions.py ├── test_metaclasses.py ├── test_mro.py ├── test_utility_functions.py └── utility_classes │ ├── __init__.py │ ├── test_animation.py │ ├── test_ast.py │ ├── test_breadcrumbs.py │ ├── test_buttons.py │ ├── test_clusters.py │ ├── test_data_grouping.py │ ├── test_data_labels.py │ ├── test_date_time_label_formats.py │ ├── test_events.py │ ├── test_gradients.py │ ├── test_javascript_functions.py │ ├── test_jitter.py │ ├── test_markers.py │ ├── test_menus.py │ ├── test_nodes.py │ ├── test_partial_fill.py │ ├── test_patterns.py │ ├── test_position.py │ ├── test_shadows.py │ ├── test_states.py │ └── test_zones.py └── tox.ini /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: File a bug report to help us improve 4 | title: BUG 5 | labels: bug 6 | assignees: hcpchris 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. When I attempt '...' using the following code: '...' 16 | 2. I receive '...' 17 | 18 | **Expected behavior** 19 | A clear and concise description of what you expected to happen. 20 | 21 | **Your Environment:** 22 | - OS: [e.g. Linux, Windows, etc.] 23 | - Python Version: [e.g. 3.10, 3.8, 3.11] 24 | - Highcharts JavaScript Version: [e.g. 10.2, 10.3, etc.] 25 | 26 | **Additional context** 27 | Add any other context about the problem here. 28 | -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- 1 | # .readthedocs.yaml 2 | # Read the Docs configuration file 3 | # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 4 | 5 | # Required 6 | version: 2 7 | 8 | # Set the version of Python and other tools you might need 9 | build: 10 | os: ubuntu-22.04 11 | tools: 12 | python: "3.11" 13 | # You can also specify other tool versions: 14 | # nodejs: "19" 15 | # rust: "1.64" 16 | # golang: "1.19" 17 | apt_packages: 18 | - graphviz 19 | 20 | # Build documentation in the docs/ directory with Sphinx 21 | sphinx: 22 | configuration: docs/conf.py 23 | 24 | # If using Sphinx, optionally build your docs in additional formats such as PDF 25 | # formats: 26 | # - pdf 27 | 28 | # Optionally declare the Python requirements required to build your docs 29 | python: 30 | install: 31 | - requirements: requirements.dev.txt -------------------------------------------------------------------------------- /docs/Makefile: -------------------------------------------------------------------------------- 1 | # Minimal makefile for Sphinx documentation 2 | # 3 | 4 | # You can set these variables from the command line, and also 5 | # from the environment for the first two. 6 | SPHINXOPTS ?= 7 | SPHINXBUILD ?= sphinx-build 8 | SOURCEDIR = . 9 | BUILDDIR = _build 10 | 11 | # Put it first so that "make" without argument is like "make help". 12 | help: 13 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 14 | 15 | .PHONY: help Makefile 16 | 17 | # Catch-all target: route all unknown targets to Sphinx using the new 18 | # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). 19 | %: Makefile 20 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 21 | -------------------------------------------------------------------------------- /docs/_contributors.rst: -------------------------------------------------------------------------------- 1 | * Chris Modzelewski (`@hcpchris `__ / `@insightindustry `__) 2 | -------------------------------------------------------------------------------- /docs/_installation.rst: -------------------------------------------------------------------------------- 1 | To install **Highcharts Maps for Python**, just execute: 2 | 3 | .. code-block:: bash 4 | 5 | $ pip install highcharts-maps 6 | -------------------------------------------------------------------------------- /docs/_static/abands-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/abands-example.png -------------------------------------------------------------------------------- /docs/_static/ad-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/ad-example.png -------------------------------------------------------------------------------- /docs/_static/apo-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/apo-example.png -------------------------------------------------------------------------------- /docs/_static/arcdiagram-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/arcdiagram-example.png -------------------------------------------------------------------------------- /docs/_static/area-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/area-example.png -------------------------------------------------------------------------------- /docs/_static/arearange-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/arearange-example.png -------------------------------------------------------------------------------- /docs/_static/areaspline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/areaspline-example.png -------------------------------------------------------------------------------- /docs/_static/aroon-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/aroon-example.png -------------------------------------------------------------------------------- /docs/_static/aroon-oscillator-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/aroon-oscillator-example.png -------------------------------------------------------------------------------- /docs/_static/atr-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/atr-example.png -------------------------------------------------------------------------------- /docs/_static/awesome-oscillator-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/awesome-oscillator-example.png -------------------------------------------------------------------------------- /docs/_static/axis-property-mapping.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/axis-property-mapping.xlsx -------------------------------------------------------------------------------- /docs/_static/bar-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/bar-example.png -------------------------------------------------------------------------------- /docs/_static/bellcurve-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/bellcurve-example.png -------------------------------------------------------------------------------- /docs/_static/bollinger-bands-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/bollinger-bands-example.png -------------------------------------------------------------------------------- /docs/_static/boxplot-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/boxplot-example.png -------------------------------------------------------------------------------- /docs/_static/bubble-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/bubble-example.png -------------------------------------------------------------------------------- /docs/_static/bullet-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/bullet-example.png -------------------------------------------------------------------------------- /docs/_static/candlestick-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/candlestick-example.png -------------------------------------------------------------------------------- /docs/_static/cci-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/cci-example.png -------------------------------------------------------------------------------- /docs/_static/chaikin-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/chaikin-example.png -------------------------------------------------------------------------------- /docs/_static/cmf-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/cmf-example.png -------------------------------------------------------------------------------- /docs/_static/cmo-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/cmo-example.png -------------------------------------------------------------------------------- /docs/_static/column-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/column-example.png -------------------------------------------------------------------------------- /docs/_static/columnpyramid-example-stacked-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/columnpyramid-example-stacked-horizontal.png -------------------------------------------------------------------------------- /docs/_static/columnpyramid-example-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/columnpyramid-example-stacked.png -------------------------------------------------------------------------------- /docs/_static/columnpyramid-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/columnpyramid-example.png -------------------------------------------------------------------------------- /docs/_static/columnrange-example-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/columnrange-example-horizontal.png -------------------------------------------------------------------------------- /docs/_static/columnrange-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/columnrange-example.png -------------------------------------------------------------------------------- /docs/_static/cylinder-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/cylinder-example.png -------------------------------------------------------------------------------- /docs/_static/dema-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/dema-example.png -------------------------------------------------------------------------------- /docs/_static/dependencywheel-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/dependencywheel-example.png -------------------------------------------------------------------------------- /docs/_static/disparity-index-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/disparity-index-example.png -------------------------------------------------------------------------------- /docs/_static/dmi-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/dmi-example.png -------------------------------------------------------------------------------- /docs/_static/dpo-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/dpo-example.png -------------------------------------------------------------------------------- /docs/_static/dumbbell-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/dumbbell-example.png -------------------------------------------------------------------------------- /docs/_static/ema-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/ema-example.png -------------------------------------------------------------------------------- /docs/_static/errorbar-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/errorbar-example.png -------------------------------------------------------------------------------- /docs/_static/flags-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/flags-example.png -------------------------------------------------------------------------------- /docs/_static/flowmap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/flowmap-example.png -------------------------------------------------------------------------------- /docs/_static/funnel-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/funnel-example.png -------------------------------------------------------------------------------- /docs/_static/funnel_3d-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/funnel_3d-example.png -------------------------------------------------------------------------------- /docs/_static/gantt-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/gantt-example.png -------------------------------------------------------------------------------- /docs/_static/gauge-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/gauge-example.png -------------------------------------------------------------------------------- /docs/_static/geoheatmap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/geoheatmap-example.png -------------------------------------------------------------------------------- /docs/_static/heatmap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/heatmap-example.png -------------------------------------------------------------------------------- /docs/_static/heikin-ashi-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/heikin-ashi-example.png -------------------------------------------------------------------------------- /docs/_static/highcharts-chart-anatomy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/highcharts-chart-anatomy.png -------------------------------------------------------------------------------- /docs/_static/highcharts-for-python-dark-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/highcharts-for-python-dark-32x32.png -------------------------------------------------------------------------------- /docs/_static/highcharts-for-python-light-150x149.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/highcharts-for-python-light-150x149.png -------------------------------------------------------------------------------- /docs/_static/highcharts-python-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/highcharts-python-logo.png -------------------------------------------------------------------------------- /docs/_static/histogram-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/histogram-example.png -------------------------------------------------------------------------------- /docs/_static/hlc-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/hlc-example.png -------------------------------------------------------------------------------- /docs/_static/hollow-candlestick-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/hollow-candlestick-example.png -------------------------------------------------------------------------------- /docs/_static/ikh-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/ikh-example.png -------------------------------------------------------------------------------- /docs/_static/item-example-circular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/item-example-circular.png -------------------------------------------------------------------------------- /docs/_static/item-example-rectangular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/item-example-rectangular.png -------------------------------------------------------------------------------- /docs/_static/item-example-symbols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/item-example-symbols.png -------------------------------------------------------------------------------- /docs/_static/keltner-channels-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/keltner-channels-example.png -------------------------------------------------------------------------------- /docs/_static/klinger-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/klinger-example.png -------------------------------------------------------------------------------- /docs/_static/line-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/line-example.png -------------------------------------------------------------------------------- /docs/_static/linear-regression-angle-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/linear-regression-angle-example.png -------------------------------------------------------------------------------- /docs/_static/linear-regression-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/linear-regression-example.png -------------------------------------------------------------------------------- /docs/_static/linear-regression-intercept-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/linear-regression-intercept-example.png -------------------------------------------------------------------------------- /docs/_static/linear-regression-slope-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/linear-regression-slope-example.png -------------------------------------------------------------------------------- /docs/_static/lollipop-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/lollipop-example.png -------------------------------------------------------------------------------- /docs/_static/macd-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/macd-example.png -------------------------------------------------------------------------------- /docs/_static/map-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/map-example.png -------------------------------------------------------------------------------- /docs/_static/mapbubble-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/mapbubble-example.png -------------------------------------------------------------------------------- /docs/_static/mapline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/mapline-example.png -------------------------------------------------------------------------------- /docs/_static/mappoint-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/mappoint-example.png -------------------------------------------------------------------------------- /docs/_static/mfi-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/mfi-example.png -------------------------------------------------------------------------------- /docs/_static/momentum-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/momentum-example.png -------------------------------------------------------------------------------- /docs/_static/natr-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/natr-example.png -------------------------------------------------------------------------------- /docs/_static/navigator-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/navigator-example.png -------------------------------------------------------------------------------- /docs/_static/networkgraph-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/networkgraph-example.png -------------------------------------------------------------------------------- /docs/_static/obv-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/obv-example.png -------------------------------------------------------------------------------- /docs/_static/ohlc-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/ohlc-example.png -------------------------------------------------------------------------------- /docs/_static/organization-example-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/organization-example-horizontal.png -------------------------------------------------------------------------------- /docs/_static/organization-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/organization-example.png -------------------------------------------------------------------------------- /docs/_static/packedbubble-example-split.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/packedbubble-example-split.png -------------------------------------------------------------------------------- /docs/_static/packedbubble-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/packedbubble-example.png -------------------------------------------------------------------------------- /docs/_static/pareto-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pareto-example.png -------------------------------------------------------------------------------- /docs/_static/pictorial-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pictorial-example.png -------------------------------------------------------------------------------- /docs/_static/pie-example-donut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pie-example-donut.png -------------------------------------------------------------------------------- /docs/_static/pie-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pie-example.png -------------------------------------------------------------------------------- /docs/_static/pivot-points-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pivot-points-example.png -------------------------------------------------------------------------------- /docs/_static/polygon-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/polygon-example.png -------------------------------------------------------------------------------- /docs/_static/ppo-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/ppo-example.png -------------------------------------------------------------------------------- /docs/_static/price-channel-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/price-channel-example.png -------------------------------------------------------------------------------- /docs/_static/price-envelopes-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/price-envelopes-example.png -------------------------------------------------------------------------------- /docs/_static/psar-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/psar-example.png -------------------------------------------------------------------------------- /docs/_static/pyramid-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pyramid-example.png -------------------------------------------------------------------------------- /docs/_static/pyramid_3d-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/pyramid_3d-example.png -------------------------------------------------------------------------------- /docs/_static/range-selector-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/range-selector-example.png -------------------------------------------------------------------------------- /docs/_static/roc-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/roc-example.png -------------------------------------------------------------------------------- /docs/_static/rsi-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/rsi-example.png -------------------------------------------------------------------------------- /docs/_static/sankey-example-inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/sankey-example-inverted.png -------------------------------------------------------------------------------- /docs/_static/sankey-example-outgoing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/sankey-example-outgoing.png -------------------------------------------------------------------------------- /docs/_static/sankey-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/sankey-example.png -------------------------------------------------------------------------------- /docs/_static/scatter-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/scatter-example.png -------------------------------------------------------------------------------- /docs/_static/scatter_3d-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/scatter_3d-example.png -------------------------------------------------------------------------------- /docs/_static/shared_options.js: -------------------------------------------------------------------------------- 1 | { 2 | chart: { 3 | backgroundColor: { 4 | linearGradient: { 5 | x1: 0, 6 | x2: 0, 7 | y1: 1, 8 | y2: 1 9 | }, 10 | stops: [ 11 | [0, 'rgb(255, 255, 255)'], 12 | [1, 'rgb(240, 240, 255)'] 13 | ] 14 | }, 15 | borderWidth: 2, 16 | plotBackgroundColor: 'rgba(255, 255, 255, .9)', 17 | plotBorderWidth: 1 18 | }, 19 | caption: { 20 | align: 'center', 21 | floating: true, 22 | margin: 20, 23 | verticalAlign: 'top' 24 | }, 25 | credits: { 26 | enabled: true, 27 | href: 'https://www.somewhere.com', 28 | style: { 29 | color: '#cccccc', 30 | fontSize: '8px' 31 | }, 32 | text: 'Highcharts for Python' 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /docs/_static/shared_options_output.js: -------------------------------------------------------------------------------- 1 | Highcharts.setOptions({ 2 | caption: { 3 | align: 'center', 4 | floating: true, 5 | margin: 20, 6 | verticalAlign: 'top' 7 | }, 8 | chart: { 9 | backgroundColor: { 10 | linearGradient: { 11 | x1: 0.0, 12 | x2: 0.0, 13 | y1: 1.0, 14 | y2: 1.0 15 | }, 16 | stops: [ 17 | [0, 'rgb(255, 255, 255)'], 18 | [1, 'rgb(240, 240, 255)'] 19 | ] 20 | }, 21 | borderWidth: 2, 22 | plotBackgroundColor: 'rgba(255, 255, 255, .9)', 23 | plotBorderWidth: 1 24 | }, 25 | credits: { 26 | enabled: true, 27 | href: 'https://www.somewhere.com', 28 | style: { 29 | color: '#cccccc', 30 | fontSize: '8px' 31 | }, 32 | text: 'Highcharts for Python' 33 | } 34 | }); 35 | -------------------------------------------------------------------------------- /docs/_static/slow-stochastic-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/slow-stochastic-example.png -------------------------------------------------------------------------------- /docs/_static/sma-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/sma-example.png -------------------------------------------------------------------------------- /docs/_static/solidgauge-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/solidgauge-example.png -------------------------------------------------------------------------------- /docs/_static/spline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/spline-example.png -------------------------------------------------------------------------------- /docs/_static/square-check-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/_static/stochastic-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/stochastic-example.png -------------------------------------------------------------------------------- /docs/_static/stock-tools-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/stock-tools-example.png -------------------------------------------------------------------------------- /docs/_static/streamgraph-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/streamgraph-example.png -------------------------------------------------------------------------------- /docs/_static/sunburst-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/sunburst-example.png -------------------------------------------------------------------------------- /docs/_static/supertrend-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/supertrend-example.png -------------------------------------------------------------------------------- /docs/_static/tema-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tema-example.png -------------------------------------------------------------------------------- /docs/_static/tiledwebmap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tiledwebmap-example.png -------------------------------------------------------------------------------- /docs/_static/tilemap-example-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tilemap-example-circle.png -------------------------------------------------------------------------------- /docs/_static/tilemap-example-diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tilemap-example-diamond.png -------------------------------------------------------------------------------- /docs/_static/tilemap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tilemap-example.png -------------------------------------------------------------------------------- /docs/_static/timeline-example-datetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/timeline-example-datetime.png -------------------------------------------------------------------------------- /docs/_static/timeline-example-inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/timeline-example-inverted.png -------------------------------------------------------------------------------- /docs/_static/timeline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/timeline-example.png -------------------------------------------------------------------------------- /docs/_static/treegraph-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/treegraph-example.png -------------------------------------------------------------------------------- /docs/_static/treemap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/treemap-example.png -------------------------------------------------------------------------------- /docs/_static/trendline-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/trendline-example.png -------------------------------------------------------------------------------- /docs/_static/trix-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/trix-example.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-01.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-02.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-03.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-04.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-05.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-06.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-07.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-08.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-09.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-10.png -------------------------------------------------------------------------------- /docs/_static/tutorials/census-time-series-csv-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/census-time-series-csv-01.png -------------------------------------------------------------------------------- /docs/_static/tutorials/raw-data-as-numpy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/tutorials/raw-data-as-numpy.png -------------------------------------------------------------------------------- /docs/_static/variablepie-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/variablepie-example.png -------------------------------------------------------------------------------- /docs/_static/variwide-example-datetime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/variwide-example-datetime.png -------------------------------------------------------------------------------- /docs/_static/variwide-example-inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/variwide-example-inverted.png -------------------------------------------------------------------------------- /docs/_static/variwide-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/variwide-example.png -------------------------------------------------------------------------------- /docs/_static/vbp-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/vbp-example.png -------------------------------------------------------------------------------- /docs/_static/vector-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/vector-example.png -------------------------------------------------------------------------------- /docs/_static/venn-example-euler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/venn-example-euler.png -------------------------------------------------------------------------------- /docs/_static/venn-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/venn-example.png -------------------------------------------------------------------------------- /docs/_static/vwap-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/vwap-example.png -------------------------------------------------------------------------------- /docs/_static/waterfall-example-inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/waterfall-example-inverted.png -------------------------------------------------------------------------------- /docs/_static/waterfall-example-stacked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/waterfall-example-stacked.png -------------------------------------------------------------------------------- /docs/_static/waterfall-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/waterfall-example.png -------------------------------------------------------------------------------- /docs/_static/williamsr-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/williamsr-example.png -------------------------------------------------------------------------------- /docs/_static/windbarb-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/windbarb-example.png -------------------------------------------------------------------------------- /docs/_static/wma-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/wma-example.png -------------------------------------------------------------------------------- /docs/_static/wordcloud-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/wordcloud-example.png -------------------------------------------------------------------------------- /docs/_static/xrange-example-inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/xrange-example-inverted.png -------------------------------------------------------------------------------- /docs/_static/xrange-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/xrange-example.png -------------------------------------------------------------------------------- /docs/_static/zigzag-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/docs/_static/zigzag-example.png -------------------------------------------------------------------------------- /docs/api/chart.rst: -------------------------------------------------------------------------------- 1 | ################################################## 2 | :mod:`.chart ` 3 | ################################################## 4 | 5 | .. contents:: Module Contents 6 | :local: 7 | :depth: 3 8 | :backlinks: entry 9 | 10 | -------------- 11 | 12 | .. module:: highcharts_maps.chart 13 | 14 | ****************************************************** 15 | class: :class:`Chart ` 16 | ****************************************************** 17 | 18 | .. autoclass:: Chart 19 | :members: 20 | :inherited-members: 21 | 22 | .. collapse:: Class Inheritance 23 | 24 | .. inheritance-diagram:: Chart 25 | :top-classes: highcharts_maps.metaclasses.HighchartsMeta, highcharts_core.metaclasses.HighchartsMeta 26 | :parts: -1 27 | 28 | | 29 | -------------------------------------------------------------------------------- /docs/api/options/series/series_generator.rst: -------------------------------------------------------------------------------- 1 | ########################################################################################## 2 | :mod:`.series_generator ` 3 | ########################################################################################## 4 | 5 | .. contents:: Module Contents 6 | :local: 7 | :depth: 3 8 | :backlinks: entry 9 | 10 | -------------- 11 | 12 | .. module:: highcharts_maps.options.series.series_generator 13 | 14 | ******************************************************************************************************************** 15 | function: :func:`create_series_obj() ` 16 | ******************************************************************************************************************** 17 | 18 | .. autofunction:: create_series_obj 19 | -------------------------------------------------------------------------------- /docs/history.rst: -------------------------------------------------------------------------------- 1 | ***************** 2 | Release History 3 | ***************** 4 | 5 | .. sidebar:: Contributors 6 | 7 | .. include:: _contributors.rst 8 | 9 | .. contents:: 10 | :depth: 3 11 | :backlinks: entry 12 | 13 | .. include:: ../CHANGES.rst 14 | -------------------------------------------------------------------------------- /docs/links.txt: -------------------------------------------------------------------------------- 1 | .. _`API reference`: https://api.highcharts.com/highcharts/ 2 | -------------------------------------------------------------------------------- /docs/support.rst: -------------------------------------------------------------------------------- 1 | ############################################### 2 | Support for Highcharts for Python 3 | ############################################### 4 | 5 | .. include:: _support.rst -------------------------------------------------------------------------------- /docs/testing.rst: -------------------------------------------------------------------------------- 1 | ####################################### 2 | Testing Highcharts Maps for Python 3 | ####################################### 4 | 5 | .. contents:: 6 | :depth: 3 7 | :backlinks: entry 8 | 9 | ------------- 10 | 11 | .. automodule:: tests 12 | -------------------------------------------------------------------------------- /docs/using/assembling_your_chart/_using_series_property.rst: -------------------------------------------------------------------------------- 1 | .. code-block:: python 2 | 3 | from highcharts_maps.chart import Chart 4 | from highcharts_maps.options.series.area import LineSeries 5 | from highcharts_maps.options.series.bar import BarSeries 6 | 7 | # Create a Chart instance called "my_chart" with an empty set of options 8 | my_chart = Chart(options = {}) 9 | 10 | # Create a couple Series instances 11 | my_series1 = LineSeries() 12 | my_series2 = BarSeries() 13 | 14 | # Populate the options series list with the series you created. 15 | my_chart.options.series = [my_series1, my_series2] 16 | 17 | # Make a new one, and append it. 18 | my_series3 = LineSeries() 19 | my_chart.options.series.append(my_series3) 20 | -------------------------------------------------------------------------------- /docs/using/configuring_map_data/_with_series_map_data.rst: -------------------------------------------------------------------------------- 1 | When defining a map series (descended from 2 | :class:`MapSeriesBase `, e.g. 3 | :class:`MapSeries ` or 4 | :class:`MapBubbleSeries `), 5 | you can configure the map in the series 6 | :meth:`.map_data ` 7 | property. 8 | 9 | As with ``options.chart.map``, this property takes either a 10 | :class:`MapData ` instance 11 | or an 12 | :class:`AsyncMapData ` 13 | instance which contains the :term:`GeoJSON`, :term:`TopoJSON`, or 14 | :term:`Shapefile` definition of your :term:`map geometry`. 15 | -------------------------------------------------------------------------------- /docs/using/templates/_with_dict.rst: -------------------------------------------------------------------------------- 1 | If you are hoping to configure a simple set of template settings, one of the fastest 2 | ways to do so in your Python code is to instantiate your 3 | :class:`Chart ` instance from a simple 4 | :class:`dict ` using the ``.from_dict()`` method. 5 | 6 | .. tip:: 7 | 8 | This method is particularly helpful and easy to maintain if you are only using a 9 | *very* small subset of the `Highcharts Maps `__ 10 | configuration options. 11 | -------------------------------------------------------------------------------- /highcharts_maps/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/highcharts-for-python/highcharts-maps/314349a0b658318c788988cdb86a7cfe2cf89a95/highcharts_maps/__init__.py -------------------------------------------------------------------------------- /highcharts_maps/__version__.py: -------------------------------------------------------------------------------- 1 | __version__ = '1.7.1' 2 | -------------------------------------------------------------------------------- /highcharts_maps/ai.py: -------------------------------------------------------------------------------- 1 | from highcharts_core.ai import * # noqa: F403, F401 2 | -------------------------------------------------------------------------------- /highcharts_maps/constants.py: -------------------------------------------------------------------------------- 1 | """Defines a set of constants that are used throughout the library.""" 2 | from highcharts_core.constants import * 3 | 4 | MAPS_INCLUDE_LIBS = [x for x in INCLUDE_LIBS if x != 'https://code.highcharts.com/modules/heatmap.js'] 5 | MAPS_INCLUDE_LIBS.extend([ 6 | 'https://code.highcharts.com/maps/modules/map.js', 7 | 'https://code.highcharts.com/maps/modules/flowmap.js', 8 | 'https://code.highcharts.com/maps/modules/geoheatmap.js', 9 | ]) 10 | 11 | MAPS_INCLUDE_STR = INCLUDE_STR + """ 12 |