stz-chart-maker 1.6.15 → 1.7.1

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