stz-chart-maker 1.6.8 → 1.6.10
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/index.d.ts +0 -5
- package/dist/index.js +2694 -2645
- package/package.json +2 -2
- package/CHANGELOG.md +0 -52
package/dist/index.d.ts
CHANGED
|
@@ -2230,11 +2230,6 @@ declare class TreemapChartWrapper extends ChartWrapper<'treemap', CustomTreemapC
|
|
|
2230
2230
|
setBorderColor(borderColor: string): this;
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
|
-
/**
|
|
2234
|
-
* @description Cartesian 차트에서 사용할 수 있는 플러그인들을 제공합니다.
|
|
2235
|
-
* @since 1.6.6
|
|
2236
|
-
* @category Plugins
|
|
2237
|
-
*/
|
|
2238
2233
|
/**
|
|
2239
2234
|
* @description 오늘 날짜에 수직선을 그리는 플러그인을 생성합니다.
|
|
2240
2235
|
* @param {string} color - 라인 색상 (기본값: 'rgb(26,110,255)')
|