stz-chart-maker 2.3.6 → 2.3.8
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 +1 -0
- package/dist/index.d.ts +371 -188
- package/dist/index.js +3241 -2914
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,7 @@ module.exports = {
|
|
|
96
96
|
| `defaultColor` | `string[]` | 내부 기본 팔레트 | 차트 전역 기본 색상 배열 |
|
|
97
97
|
| `zoom` | `boolean \| object` | `false` | `line`, `bar`, `bubble` 차트에 전역 zoom 기본값 적용 |
|
|
98
98
|
| `loading` | `boolean` | `false` | Cartesian 차트에 전역 loading 기본값 적용 |
|
|
99
|
+
| `spinnerOverlay` | `boolean \| object` | `false` | `_chartId` 기반 `mountChart(...)` 사용 시 DOM spinner overlay 기본값 적용 |
|
|
99
100
|
| `legend` | `object` | 차트 기본값 사용 | 차트 전역 legend 기본 옵션 적용 |
|
|
100
101
|
| `tooltip` | `object` | 차트 기본값 사용 | 차트 전역 tooltip 기본 옵션 적용 |
|
|
101
102
|
|