
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
################################################### Highcharts Maps for Python ###################################################
High-end data and map visualizations for the Python ecosystem
Highcharts Maps for Python is an extension to the
Highcharts Core for Python <https://core-docs.highchartspython.com>
__ library, providing
a Python wrapper for the
Highcharts Maps <https://www.highcharts.com/products/maps/>
__
JavaScript data visualization library.
Highcharts Maps for Python also supports
The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.4.0.
Highcharts Maps for Python is fully integrated with the broader Python ecosystem, offering native integrations with:
COMPLETE DOCUMENTATION: https://maps-docs.highchartspython.com/en/latest/index.html
The Highcharts for Python Toolkit
The Highcharts Maps for Python library is part of the broader
Highcharts for Python Toolkit <https://www.highcharts.com/integrations/python>
,
which together provides comprehensive support across the entire
Highcharts <https://www.highcharts.com>
suite of data visualization libraries:
.. list-table:: :widths: 30 30 40 :header-rows: 1
Highcharts Core for Python <https://core-docs.highchartspython.com/>
__Highcharts Core (JS) <https://www.highcharts.com/products/highcharts/>
__Highcharts Stock for Python <https://stock-docs.highchartspython.com/>
__Highcharts Stock (JS) <https://www.highcharts.com/products/stock/>
__Highcharts Maps (JS) <https://www.highcharts.com/products/maps/>
__Highcharts Gantt for Python <https://gantt-docs.highchartspython.com/>
__Highcharts Gantt (JS) <https://www.highcharts.com/products/gantt/>
__Installation
To install Highcharts Maps for Python, just execute:
.. code-block:: bash
$ pip install highcharts-maps
Before you install, please be aware of the following "hard" dependencies:
Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/>
__ v.1.7 or higheresprima-python <https://github.com/Kronuz/esprima-python>
__ v.4.0 or higherrequests <https://requests.readthedocs.io/en/latest/>
__ v.2.31 or highervalidator-collection <https://validator-collection.readthedocs.io/en/latest/>
__
v.1.5 or highertopojson <https://mattijn.github.io/topojson/>
__ v.1.5 or highergeojson <https://github.com/jazzband/geojson/>
__ v.3.0 or higherYou can find more information about soft and development dependencies in the
complete documentation <https://maps-docs.highchartspython.com/en/latest/#dependencies>
__.
Why Highcharts for Python?
Highcharts <https://www.highcharts.com>
__ is the world's most popular, most powerful,
category-defining JavaScript data visualization library. If you are building a web or
mobile app/dashboard that will be visualizing data in some fashion, you should
absolutely take a look at the Highcharts suite of solutions. Take a peak at some
fantastic demo visualizations <https://www.highcharts.com/demo/maps>
__.
As a suite of JavaScript libraries, Highcharts <https://www.highcharts.com>
__ is
written in JavaScript, and is used to configure and render data visualizations in a
web browser (or other JavaScript-executing) environment. As a set of JavaScript
libraries, its audience is JavaScript developers. But what about the broader ecosystem of
Python developers and data scientists?
Given Python's increasing adoption as the technology of choice for data science and for the backends of leading enterprise-grade applications, Python is often the backend that delivers data and content to the front-end...which then renders it using JavaScript and HTML.
There are numerous Python frameworks (Django, Flask, Tornado, etc.) with specific capabilities to simplify integration with Javascript frontend frameworks (React, Angular, VueJS, etc.). But facilitating that with Highcharts has historically been very difficult. Part of this difficulty is because the Highcharts JavaScript suite - while supporting JSON as a serialization/deserialization format - leverages JavaScript object literals to expose the full power and interactivity of its data visualizations. And while it's easy to serialize JSON from Python, serializing and deserializing to/from JavaScript object literal notation is much more complicated.
This means that Python developers looking to integrate with Highcharts typically had to either invest a lot of effort, or were only able to leverage a small portion of Highcharts' rich functionality.
So we wrote the Highcharts for Python Toolkit to bridge that gap.
Highcharts for Python provides Python object representation for all of the
JavaScript objects defined in the
Highcharts (JavaScript) API <https://api.highcharts.com/highcharts/>
__. It provides automatic
data validation, and exposes simple and standardized methods for serializing those Python
objects back-and-forth to JavaScript object literal notation.
Highcharts Maps for Python in particular provides support for
the Highcharts Maps <https://www.highcharts.com/products/maps/>
__ extension, which is
designed to provide extensive map and data visualization capabilities optimized for
GIS (Geographic Information System) data visualization, with
robust interactivity. For ease of use, it also includes the full functionality of
Highcharts Core for Python <https://core-docs.highchartspython.com>
__ as well.
Clean and consistent API. No reliance on "hacky" code, dict
and JSON serialization, or impossible to maintain / copy-pasted "spaghetti code".
Comprehensive Highcharts support. Every single Highcharts chart type and every
single configuration option is supported in Highcharts Maps for Python. This
includes the over 70 data visualization types supported by
Highcharts Core <https://www.highcharts.com/product/highcharts/>
__ and the four
core map visualizations available in
Highcharts Maps <https://www.highcharts.com/product/maps/>
__.
Every Highcharts for Python library provides full support for the rich JavaScript formatter (JS callback functions) capabilities that are often needed to get the most out of Highcharts' visualization and interaction capabilities.
.. note::
See also:
Supported Visualizations <https://maps-docs.highchartspython.com/en/latest/visualizations.html>
__Simple JavaScript Code Generation. With one method call, produce production-ready JavaScript code to render your interactive visualizations using Highcharts' rich capabilities.
Easy Chart Download. With one method call, produce high-end static visualizations that can be downloaded or shared as files with your audience. Produce static charts using the Highsoft-provided Highcharts Export Server, or using your own private export server as needed.
Asynchronous Map Data Retrieval. To minimize the amount of data transferred over the wire, Highcharts Maps for Python has built-in support for the configuration of asynchronous client-side retrieval of your map data.
Automatic TopoJSON Optimization. To minimize the amount of data transferred over the wire, Highcharts Maps for Python automatically converts your map geometries to highly-efficient TopoJSON topologies while still allowing you to work with GeoJSON data if you choose to.
Integration with GeoPandas, Pandas, and PySpark. With two lines of code, produce a high-end interactive visualization of your GeoPandas, Pandas, or PySpark dataframes.
Consistent code style. For Python developers, switching between Pythonic code
conventions and JavaScript code conventions can be...annoying. So
the Highcharts for Python toolkit applies Pythonic syntax with automatic conversion between
Pythonic snake_case
notation and JavaScript camelCase
styles.
|
For a discussion of Highcharts Maps for Python in comparison to alternatives, please see the COMPLETE DOCUMENTATION: https://maps-docs.highchartspython.com/en/latest/index.html
Hello World, and Basic Usage
.. code-block:: python
from highcharts_maps.chart import Chart from highcharts_maps.global_options.shared_options import SharedMapsOptions from highcharts_maps.options import HighchartsMapsOptions from highcharts_maps.options.plot_options.map import MapOptions from highcharts_maps.options.series.map import MapSeries
from highcharts_maps import highcharts
highcharts.Chart highcharts.SharedMapsOptions highcharts.HighchartsMapsOptions highcharts.MapOptions highcharts.MapSeries
.. code-block:: python
# from a primitive array, using keyword arguments
my_chart = Chart(data = [[1, 23], [2, 34], [3, 45]],
series_type = 'line')
# from a primitive array, using the .from_array() method
my_chart = Chart.from_array([[1, 23], [2, 34], [3, 45]],
series_type = 'line')
# from a Numpy ndarray, using keyword arguments
my_chart = Chart(data = numpy_array, series_type = 'line')
# from a Numpy ndarray, using the .from_array() method
my_chart = Chart.from_array(data = numpy_array, series_type = 'line')
# from a JavaScript file
my_chart = Chart.from_js_literal('my_js_literal.js')
# from a JSON file
my_chart = Chart.from_json('my_json.json')
# from a Python dict
my_chart = Chart.from_dict(my_dict_obj)
# from a Pandas dataframe
my_chart = Chart.from_pandas(df)
# from a PySpark dataframe
my_chart = Chart.from_pyspark(df,
property_map = {
'x': 'transactionDate',
'y': 'invoiceAmt',
'id': 'id'
},
series_type = 'line')
# from a CSV
my_chart = Chart.from_csv('/some_file_location/filename.csv')
# from a HighchartsOptions configuration object
my_chart = Chart.from_options(my_options)
# from a Series configuration, using keyword arguments
my_chart = Chart(series = my_series)
# from a Series configuration, using .from_series()
my_chart = Chart.from_series(my_series)
.. code-block:: python
# Import SharedMapsOptions
from highcharts_maps.global_options.shared_options import SharedMapsOptions
# from a JavaScript file
my_global_settings = SharedMapsOptions.from_js_literal('my_js_literal.js')
# from a JSON file
my_global_settings = SharedMapsOptions.from_json('my_json.json')
# from a Python dict
my_global_settings = SharedMapsOptions.from_dict(my_dict_obj)
# from a HighchartsOptions configuration object
my_global_settings = SharedMapsOptions.from_options(my_options)
.. code-block:: python
from highcharts_core.options.title import Title
from highcharts_core.options.credits import Credits
# EXAMPLE 1.
# Using dicts
my_chart.title = {
'align': 'center',
'floating': True,
'text': 'The Title for My Chart',
'use_html': False,
}
my_chart.credits = {
'enabled': True,
'href': 'https://www.highchartspython.com/',
'position': {
'align': 'center',
'vertical_align': 'bottom',
'x': 123,
'y': 456
},
'style': {
'color': '#cccccc',
'cursor': 'pointer',
'font_size': '9px'
},
'text': 'Chris Modzelewski'
}
# EXAMPLE 2.
# Using direct objects
from highcharts_core.options.title import Title
from highcharts_core.options.credits import Credits
my_title = Title(text = 'The Title for My Chart',
floating = True,
align = 'center')
my_chart.options.title = my_title
my_credits = Credits(text = 'Chris Modzelewski',
enabled = True,
href = 'https://www.highchartspython.com')
my_chart.options.credits = my_credits
Now having configured your chart in full, you can easily generate the JavaScript code that will render the chart wherever it is you want it to go:
.. code-block:: python
# as a string
js_as_str = my_chart.to_js_literal()
# to a file (and as a string)
js_as_str = my_chart.to_js_literal(filename = 'my_target_file.js')
.. code-block:: python
# as a string
global_settings_js = my_global_settings.to_js_literal()
# to a file (and as a string)
global_settings_js = my_global_settings.to_js_literal('my_target_file.js')
.. code-block:: python
# as in-memory bytes
my_image_bytes = my_chart.download_chart(format = 'png')
# to an image file (and as in-memory bytes)
my_image_bytes = my_chart.download_chart(filename = 'my_target_file.png',
format = 'png')
.. code-block:: python
my_chart.display()
Getting Help/Support
The Highcharts for Python Toolkit comes with all of the great support that you are used to from working with the Highcharts JavaScript libraries. When you license the toolkit, you are welcome to use any of the following channels to get help using the toolkit:
Highcharts Forums <https://highcharts.com/forum>
__Stack Overflow <https://stackoverflow.com/questions/tagged/highcharts-for-python>
__
with the highcharts-for-python
tagReport bugs or request features <https://github.com/highcharts-for-python/highcharts-maps/issues>
__File a support ticket <https://www.highchartspython.com/get-help>
__ with usSchedule a live chat or video call <https://www.highchartspython.com/get-help>
__
with usFOR MORE INFORMATION: https://www.highchartspython.com/get-help
Contributing
We welcome contributions and pull requests! For more information, please see the
Contributor Guide <https://maps-docs.highchartspython.com/en/latest/contributing.html>
__.
And thanks to all those who've already contributed!
Testing
We use TravisCI <https://travisci.com>
_ for our build automation and
ReadTheDocs <https://readthedocs.com>
_ for our documentation.
Detailed information about our test suite and how to run tests locally can be found in our Testing Reference.
FAQs
High-end Map Data Visualization for the Python Ecosystem
We found that highcharts-maps demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.