@dhtmlx/chart 9.3.4 → 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 +3 -3
- 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 +2 -2
- package/whatsnew.txt +3 -0
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# DHTMLX Chart — JavaScript Chart Library (GPL Edition)
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-
|
|
5
3
|
[](https://dhtmlx.com/)
|
|
6
|
-
[](https://www.npmjs.com/package/@dhtmlx/chart)
|
|
7
5
|
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
|
|
8
6
|
|
|
7
|
+

|
|
8
|
+
|
|
9
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.
|
|
10
10
|
|
|
11
11
|
It is a framework-agnostic charting component that works with plain JavaScript and integrates with React, Angular, Vue, and Svelte.
|