highcharts-core
High-end Data Visualization for the Python Ecosystem. Official wrapper for Highcharts Core (JS).
What it is and what it does
Highcharts Core for Python is a wrapper that translates Python objects into Highcharts JavaScript configuration, bridging the gap between Python backends and the Highcharts visualization library. It lets you define charts, plots, and interactive visualizations in Python and automatically serialize them to JavaScript object literal notation for rendering in web browsers or Jupyter notebooks.
The library handles the complexity of converting Python data structures to Highcharts' JavaScript API, supporting over 70 chart types and the full range of Highcharts configuration options. It integrates with Pandas and PySpark dataframes for direct visualization, and can generate both interactive HTML/JavaScript output for web applications and static downloadable images via the Highcharts Export Server.
Use it for:
- Build interactive dashboards in Jupyter notebooks with rich, browser-native Highcharts visualizations.
- Generate production-ready JavaScript code from Python for embedding charts in web applications without manual JSON/JS serialization.
- Automatically visualize Pandas or PySpark dataframes as interactive Highcharts plots with minimal code.
- Export static chart images (PNG, PDF, SVG) programmatically for reports and sharing.
- Integrate Highcharts visualizations into Flask, Django, or other Python web frameworks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Generates interactive Highcharts data visualizations from Python, producing JavaScript code and static exports for web browsers and Jupyter environments.
Yes, with conditions. Install if you need Highcharts' interactive visualization capabilities in Python and are willing to verify the license terms beforehand. The package is actively maintained, has low install friction, and integrates cleanly with Jupyter and data science workflows. However, clarify the licensing model—especially if you plan commercial use—before committing to a production deployment.
Install
highcharts-core on PyPI
pip
pip install highcharts-coreuv
uv add highcharts-corepoetry
poetry add highcharts-coreInstalling highcharts-core
Before you install
Low friction: pure Python wheel with three lightweight runtime dependencies (esprima, requests, validator-collection). Actively maintained as of 2026-05-19 with recent releases.
License in practice
License treatment is unclear—no SPDX identifier or raw license text provided in the package metadata. Verify the actual license terms before use, especially for commercial applications.
Quickstart
pip install highcharts-core
from highcharts_core.chart import Chart
chart = Chart()
chart.add_data_set([1, 2, 3, 4, 5])
js_code = chart.to_js_literal()
Requires Python 3.10 or higher; Highcharts Core (JS) v.10.2 or higher must be available in the target browser environment.
Verify before relying
- Exact license terms and any restrictions on commercial or proprietary use.
- Whether the package requires a Highcharts license key for production deployments.
- Performance characteristics when rendering large datasets or complex visualizations.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — esprima, requests, validator-collection |
| Maintenance | actively maintained — 87 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 129,615/month — #11,663 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: highcharts_core-1.11.0-py3-none-any.whl
Keywords: charts, data visualization, data viz, graphing, highcharts, highcharts JS, plotting
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
highcharts-mapsHighcharts Maps for Python wraps the Highcharts…
unclear · top 15,000 on PyPI
plotlyPlotly is an interactive, browser-based…
permissive · top 1,000 on PyPI
pygwalkerTurns pandas DataFrames into interactive…
permissive · top 15,000 on PyPI
python-nvd3Generates interactive NVD3 charts (pie, line,…
permissive · top 5,000 on PyPI
pyechartspyecharts wraps Apache ECharts to generate…
permissive · top 5,000 on PyPI
pygaljsProvides JavaScript assets from the pygal.js…
permissive · top 15,000 on PyPI
chart-studioProvides utilities to interface with Plotly's…
permissive · top 15,000 on PyPI
facets-overviewGenerates summary statistics for dataset…
permissive · top 15,000 on PyPI
bqscalesbqscales implements a grammar-of-graphics layer…
permissive · top 15,000 on PyPI
pyvisPyvis creates interactive network graph…
permissive · top 5,000 on PyPI