File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ compare it against some commonly-used alternatives:
1010
1111 By far, this is the most common approach to integrating Highcharts into your Python
1212 code. As a developer, you know that your JavaScript front-end will be using Highcharts
13- (JS)) . So you work in your Python backend to deliver the data to your front-end that your
13+ (JS). So you work in your Python backend to deliver the data to your front-end that your
1414 front-end will need.
1515
1616 There are many patterns for rolling your own Highcharts + Python implementation, but
Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ Design Patterns and Standards
216216***************************************************
217217
218218`Highcharts (JS) <https://www.highcharts.com >`__ is a large, robust, and complicated
219- JavaScript library. If in doubt, take a look at their extensive
220- `documentation <https://www.highcharts.com/docs/index >`_ and in particular their
219+ JavaScript library. If in doubt, take a look at the extensive
220+ `documentation <https://www.highcharts.com/docs/index >`_ and in particular the
221221`API reference <https://api.highcharts.com/highcharts >`_. Because
222222**Highcharts for Python ** wraps the Highcharts JS API, its design is heavily shaped by
223223Highcharts JS' own design - as one should expect.
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ The Toolkit's Contents
1414
1515The **Highcharts for Python Toolkit ** features a number of separate Python
1616libraries which extend the core **Highcharts Core for Python ** (``highcharts-core ``) library.
17- This pattern maps quite naturally to the Highcharts JS design, where multiple
18- other modules extend the core Highcharts JS library.
17+ This pattern maps quite naturally to the Highcharts (JS) design, where multiple
18+ other modules extend the core Highcharts (JS) library.
1919
2020The **Highcharts for Python Toolkit ** includes two categories of tools:
2121
You can’t perform that action at this time.
0 commit comments