Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.05 KB

highcharts.rst

File metadata and controls

26 lines (20 loc) · 1.05 KB

.highcharts <highcharts_maps.highcharts>

Module Contents

highcharts_maps.highcharts

The highcharts_maps.highcharts module is designed to be a catch-all module for ease of importing. It does not actually define any functionality itself, but instead imports classes from across the Highcharts Maps for Python library to expose them under a single import statement. This enables you to choose between whatever import-style you prefer to apply:

Caution

You should be aware that importing the highcharts_maps.highcharts module takes a relatively long time. This is because it needs to import hundreds of other classes from across the entire library. Assuming you are just doing it once, this may be acceptable to you. However you should be aware that is much less performant than importing precise classes when and as-needed.