@dhtmlx/chart 9.3.3 → 9.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -7
- package/codebase/chart.min.js +2 -2
- package/codebase/chart.min.js.map +1 -1
- package/codebase/types/ts-grid/sources/helpers/data.d.ts +1 -0
- package/codebase/types/ts-grid/sources/helpers/keys.d.ts +40 -18
- package/codebase/types/ts-grid/sources/helpers/keysEditing.d.ts +9 -0
- package/codebase/types/ts-grid/sources/helpers/keysNavigation.d.ts +23 -0
- package/codebase/types/ts-grid/sources/helpers/zoneFocus.d.ts +239 -0
- package/codebase/types/ts-grid/sources/modules/BlockSelection.d.ts +2 -0
- package/codebase/types/ts-grid/sources/modules/Selection.d.ts +6 -1
- package/codebase/types/ts-grid/sources/types.d.ts +1 -0
- package/codebase/types/ts-grid/sources/ui/editors/CheckboxEditor.d.ts +1 -0
- package/package.json +4 -3
- package/whatsnew.txt +6 -0
- package/dhtmlx_chart.png +0 -0
- package/dhtmlx_logo.svg +0 -4
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# DHTMLX Chart — JavaScript Chart Library (GPL Edition)
|
|
2
2
|
|
|
3
|
-
](https://dhtmlx.com/)
|
|
4
|
+
[](https://www.npmjs.com/package/@dhtmlx/chart)
|
|
5
|
+
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+

|
|
6
8
|
|
|
7
9
|
`@dhtmlx/chart` is a JavaScript chart library for visualizing data in web applications with 12 chart types including line, bar, area, pie, donut, scatter, radar, treemap, and heatmap charts, with full support for mixed chart types, real-time data updates, and deep customization.
|
|
8
10
|
|
|
@@ -10,7 +12,7 @@ It is a framework-agnostic charting component that works with plain JavaScript a
|
|
|
10
12
|
|
|
11
13
|
It is ideal for prototyping data visualizations, embedding charts in open-source projects, and evaluating DHTMLX Chart's core features under the GPL v2 license.
|
|
12
14
|
|
|
13
|
-

|
|
15
|
+

|
|
14
16
|
|
|
15
17
|
---
|
|
16
18
|
|
|
@@ -210,7 +212,3 @@ DHTMLX Chart works with popular front-end frameworks including React, Angular, V
|
|
|
210
212
|
- [API reference](https://docs.dhtmlx.com/suite/chart/api/api_overview/) – full JavaScript API.
|
|
211
213
|
- [Live demos and samples](https://snippet.dhtmlx.com/bo82km4n?tag=chart) – interactive examples of DHTMLX Chart features.
|
|
212
214
|
- [Support forum](https://forum.dhtmlx.com/c/suite) – community Q\&A and discussions for DHTMLX Suite.
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
**npm short description:** `DHTMLX Chart – JavaScript chart library with 11 chart types, mixed charts, real-time updates, and deep customization – GPL v2 open source edition.`
|