@@ -16,10 +16,10 @@ JavaScript data visualization library.
1616 * The **Highcharts Export Server ** - enabling the programmatic creation of static
1717 (downloadable) data visualizations
1818
19- The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.2 .0.
19+ The library supports Highcharts (JS) v.10.2 and higher, including Highcharts (JS) v.11.3 .0.
2020
2121**Highcharts Maps for Python ** is fully integrated with the broader Python ecosystem,
22- offerin gnative integrations with:
22+ offering native integrations with:
2323
2424 * **Jupyter Labs/Notebook **. You can now produce high-end and interactive plots and
2525 renders using the full suite of Highcharts visualization capabilities.
@@ -85,7 +85,7 @@ Before you install, please be aware of the following "hard" dependencies:
8585 * Python 3.10 or higher
8686 * Highcharts Maps (JS) v.10.2 or higher (not technically a Python dependency, but
8787 it won't work with earlier versions of Highcharts)
88- * `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/ >`__ v.1.3 or higher
88+ * `Highcharts Core for Python <https://core-docs.highchartspython.com/en/latest/ >`__ v.1.6 or higher
8989 * `esprima-python <https://github.com/Kronuz/esprima-python >`__ v.4.0 or higher
9090 * `requests <https://requests.readthedocs.io/en/latest/ >`__ v.2.31 or higher
9191 * `validator-collection <https://validator-collection.readthedocs.io/en/latest/ >`__
@@ -324,7 +324,7 @@ Hello World, and Basic Usage
324324 # EXAMPLE 1.
325325 # Using dicts
326326 my_chart.title = {
327- ' align' : ' center'
327+ ' align' : ' center' ,
328328 ' floating' : True ,
329329 ' text' : ' The Title for My Chart' ,
330330 ' use_html' : False ,
0 commit comments