win-chart 2.10.1 → 2.10.2
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/dist/bundle.esm.js +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/types/types/index.d.ts +0 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -26,10 +26,6 @@ interface IWinChartProps {
|
|
|
26
26
|
className?: string;
|
|
27
27
|
style?: React.CSSProperties;
|
|
28
28
|
onLoad?: (chart: echarts.ECharts) => void;
|
|
29
|
-
/**
|
|
30
|
-
* 获取图表实例
|
|
31
|
-
*/
|
|
32
|
-
chartRef?: React.MutableRefObject<echarts.ECharts | undefined>;
|
|
33
29
|
/**
|
|
34
30
|
* label 与 type 取值互换 (只作用饼图、环图、雷达图图表)
|
|
35
31
|
*/
|
|
@@ -19,10 +19,6 @@ export interface IWinChartProps {
|
|
|
19
19
|
className?: string;
|
|
20
20
|
style?: React.CSSProperties;
|
|
21
21
|
onLoad?: (chart: echarts.ECharts) => void;
|
|
22
|
-
/**
|
|
23
|
-
* 获取图表实例
|
|
24
|
-
*/
|
|
25
|
-
chartRef?: React.MutableRefObject<echarts.ECharts | undefined>;
|
|
26
22
|
/**
|
|
27
23
|
* label 与 type 取值互换 (只作用饼图、环图、雷达图图表)
|
|
28
24
|
*/
|