Official Python 통합을 통해 Highcharts Core, Stock, Maps 및 Gantt의 모든 풍부한 기능에 액세스할 수 있습니다.
4월 13, 2023
신제품
기능
Comprehensive Highcharts Support
Highcharts for Python, provides the full set of rich options, customizations, and interactivity provided by the Highcharts JavaScript libraries. Eliminating the need for "piecing together" partial solutions from unmaintained community libraries. Using a simple Pythonic API, the toolkit makes tapping into Highcharts features fast and simple - "batteries included" with full support for rich callback and formatter functions, SVG extensions, and more.
Simple and Powerful Pythonic API
Highcharts for Python does the heavy lifting of providing a truly Pythonic API. No need to rely on "hacky" solutions involving gigantic Python dict’s, JSON files that only support part of the Highcharts JavaScript capabilities, or switching back and forth between Pythonic snake_case and JavaScript camelCase.
Simple UI Integration
Highcharts for Python is designed to simplify the integration of your (often back-end) Python code with your UI code. With one method call, you can generate the full set of JavaScript code that should be rendered by your UI to display the fully-configured data visualizations your applications need.
Easy and Consistent Chart Downloads
Download static versions of your data visualizations using all of their Highcharts formatting and configuration with just one method call. Easily export your charts to PNG, JPG, PDF, SVG, and more.
Native Integration with the Python Ecosystem
Using Highcharts for Python, you can easily integrate rich Highcharts visualizations into your Python stack taking advantage of native integrations with: