@gravity-ui/chartkit
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -30,6 +30,2 @@ import React from 'react'; | ||
isMobile?: boolean; | ||
/** | ||
* @depricated please use onRender & onChartLoad instead | ||
* @param data | ||
*/ | ||
onLoad?: (data?: ChartKitOnLoadData<T>) => void; | ||
@@ -36,0 +32,0 @@ /** |
# Changelog | ||
## [1.6.6](https://github.com/gravity-ui/chartkit/compare/v1.6.5...v1.6.6) (2023-02-21) | ||
### Bug Fixes | ||
* add check if chart exists before adjust font size ([#128](https://github.com/gravity-ui/chartkit/issues/128)) ([451e3c1](https://github.com/gravity-ui/chartkit/commit/451e3c119858adffc02fede05eb9f91407b6e31c)) | ||
## [1.6.5](https://github.com/gravity-ui/chartkit/compare/v1.6.4...v1.6.5) (2023-02-10) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@gravity-ui/chartkit", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "React component used to render charts based on any sources you need", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
913283
26061