realchart 1.4.24 → 1.4.26
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/gauge.d.ts +44 -1
- package/gauge.js +2 -2
- package/gauge.mjs +2 -2
- package/heatmap.js +1 -1
- package/heatmap.mjs +1 -1
- package/ie/gauge.ie.js +2 -2
- package/ie/heatmap.ie.js +1 -1
- package/ie/index.ie.js +2 -2
- package/ie/pictogram.ie.js +1 -1
- package/ie/split.ie.js +1 -1
- package/ie/treemap.ie.js +1 -1
- package/ie/vector.ie.js +1 -1
- package/ie/wordcloud.ie.js +1 -1
- package/index.d.ts +165 -2
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +1 -1
- package/pictogram.js +1 -1
- package/pictogram.mjs +1 -1
- package/split.js +1 -1
- package/split.mjs +1 -1
- package/treemap.js +1 -1
- package/treemap.mjs +1 -1
- package/vector.js +1 -1
- package/vector.mjs +1 -1
- package/wordcloud.js +1 -1
- package/wordcloud.mjs +1 -1
package/index.d.ts
CHANGED
|
@@ -1262,6 +1262,8 @@ type PointLabelPosition = typeof _PointLabelPosition[keyof typeof _PointLabelPos
|
|
|
1262
1262
|
* }
|
|
1263
1263
|
* };
|
|
1264
1264
|
* ```
|
|
1265
|
+
*
|
|
1266
|
+
* @css 'rct-point-label'
|
|
1265
1267
|
*/
|
|
1266
1268
|
interface DataPointLabelOptions extends IconedTextOptions {
|
|
1267
1269
|
/**
|
|
@@ -1402,6 +1404,8 @@ interface StackLabelCallbackArgs {
|
|
|
1402
1404
|
* }]
|
|
1403
1405
|
* };
|
|
1404
1406
|
* ```
|
|
1407
|
+
*
|
|
1408
|
+
* @css 'rct-stack-label'
|
|
1405
1409
|
*/
|
|
1406
1410
|
interface StackLabelOptions extends IconedTextOptions {
|
|
1407
1411
|
/**
|
|
@@ -1490,6 +1494,8 @@ interface TrendlineAreaOptions extends ChartItemOptions {
|
|
|
1490
1494
|
}
|
|
1491
1495
|
/**
|
|
1492
1496
|
* 추세선 라벨 옵션.<br/>
|
|
1497
|
+
*
|
|
1498
|
+
* @css 'rct-series-trendline-label'
|
|
1493
1499
|
*/
|
|
1494
1500
|
interface TrendlineLabelOptions extends Omit<IconedTextOptions, 'numberFormat' | 'numberSymbols'> {
|
|
1495
1501
|
/**
|
|
@@ -1602,6 +1608,7 @@ type TrendLineType = typeof _TrendLineType[keyof typeof _TrendLineType];
|
|
|
1602
1608
|
* {@link https://realchart.co.kr/config/config/base/series series}의 'trendLine' 항목으로 설정한다.<br/>
|
|
1603
1609
|
* polar 차트에서는 {@link variableArea}, {@link fixedArea} 속성들은 지원되지 않는다.
|
|
1604
1610
|
*
|
|
1611
|
+
* @css 'rct-series-trendline'
|
|
1605
1612
|
* @enum
|
|
1606
1613
|
*/
|
|
1607
1614
|
interface TrendlineOptions extends ChartItemOptions {
|
|
@@ -2635,6 +2642,7 @@ declare const BarRangeSeriesType = "barrange";
|
|
|
2635
2642
|
* |{@link lowField}|속성 값, 또는 'low' 속성 값이 low 값이 dl된다.|
|
|
2636
2643
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
2637
2644
|
*
|
|
2645
|
+
* @css 'rct-barrange-series'
|
|
2638
2646
|
*/
|
|
2639
2647
|
interface BarRangeSeriesOptions extends LowRangedSeriesOptions {
|
|
2640
2648
|
/**
|
|
@@ -2837,6 +2845,7 @@ type LineStepDirection = typeof _LineStepDirection[keyof typeof _LineStepDirecti
|
|
|
2837
2845
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
2838
2846
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
2839
2847
|
*
|
|
2848
|
+
* @css 'rct-line-series'
|
|
2840
2849
|
*/
|
|
2841
2850
|
interface LineSeriesOptions extends LineSeriesBaseOptions {
|
|
2842
2851
|
/** @fixed line */
|
|
@@ -2917,6 +2926,7 @@ declare const SplineSeriesType = "spline";
|
|
|
2917
2926
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
2918
2927
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
2919
2928
|
*
|
|
2929
|
+
* @css 'rct-line-series'
|
|
2920
2930
|
*/
|
|
2921
2931
|
interface SplineSeriesOptions extends LineSeriesOptions {
|
|
2922
2932
|
/** @dummy */
|
|
@@ -2951,6 +2961,7 @@ interface SplineSeriesOptions extends LineSeriesOptions {
|
|
|
2951
2961
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
2952
2962
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
2953
2963
|
*
|
|
2964
|
+
* @css 'rct-area-series'
|
|
2954
2965
|
*/
|
|
2955
2966
|
interface AreaSeriesOptions extends LineSeriesOptions {
|
|
2956
2967
|
/** @fixed area */
|
|
@@ -3001,6 +3012,7 @@ declare const BellCurveSeriesType = "bellcurve";
|
|
|
3001
3012
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3002
3013
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3003
3014
|
*
|
|
3015
|
+
* @css 'rct-bellcurve-series'
|
|
3004
3016
|
*/
|
|
3005
3017
|
interface BellCurveSeriesOptions extends AreaSeriesOptions {
|
|
3006
3018
|
/** @dummy */
|
|
@@ -3054,6 +3066,7 @@ declare const BoxPlotSeriesType = "boxplot";
|
|
|
3054
3066
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3055
3067
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3056
3068
|
*
|
|
3069
|
+
* @css 'rct-boxplot-series'
|
|
3057
3070
|
*/
|
|
3058
3071
|
interface BoxPlotSeriesOptions extends LowRangedSeriesOptions {
|
|
3059
3072
|
/**
|
|
@@ -3241,6 +3254,7 @@ declare const BubbleSeriesType = "bubble";
|
|
|
3241
3254
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3242
3255
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3243
3256
|
*
|
|
3257
|
+
* @css 'rct-bubble-series'
|
|
3244
3258
|
*/
|
|
3245
3259
|
interface BubbleSeriesOptions extends MarkerSeriesOptions {
|
|
3246
3260
|
/**
|
|
@@ -3337,6 +3351,7 @@ interface BumpSeriesGroupOptions extends SeriesGroupOptions<LineSeriesMarkerOpti
|
|
|
3337
3351
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3338
3352
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3339
3353
|
*
|
|
3354
|
+
* @css 'rct-candlestick-series'
|
|
3340
3355
|
*/
|
|
3341
3356
|
interface CandlestickSeriesOptions extends LowRangedSeriesOptions {
|
|
3342
3357
|
/** @fixed candlestick */
|
|
@@ -3406,6 +3421,7 @@ declare const CircleBarSeriesType = "circlebar";
|
|
|
3406
3421
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3407
3422
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3408
3423
|
*
|
|
3424
|
+
* @css 'rct-circlebar-series'
|
|
3409
3425
|
*/
|
|
3410
3426
|
interface CircleBarSeriesOptions extends BarSeriesBaseOptions {
|
|
3411
3427
|
/**
|
|
@@ -3468,6 +3484,7 @@ declare const DumbbellSeriesType = "dumbbell";
|
|
|
3468
3484
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3469
3485
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3470
3486
|
*
|
|
3487
|
+
* @css 'rct-dumbbell-series'
|
|
3471
3488
|
*/
|
|
3472
3489
|
interface DumbbellSeriesOptions extends LowRangedSeriesOptions {
|
|
3473
3490
|
/**
|
|
@@ -3507,6 +3524,7 @@ declare const EqualizerSeriesType = "equalizer";
|
|
|
3507
3524
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3508
3525
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3509
3526
|
*
|
|
3527
|
+
* @css 'rct-equalizer-series'
|
|
3510
3528
|
*/
|
|
3511
3529
|
interface EqualizerSeriesOptions extends BasedSeriesOptions {
|
|
3512
3530
|
/**
|
|
@@ -3565,6 +3583,7 @@ declare const ErrorBarSeriesType = "errorbar";
|
|
|
3565
3583
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3566
3584
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3567
3585
|
*
|
|
3586
|
+
* @css 'rct-errorbar-series'
|
|
3568
3587
|
*/
|
|
3569
3588
|
interface ErrorBarSeriesOptions extends LowRangedSeriesOptions {
|
|
3570
3589
|
/**
|
|
@@ -3748,6 +3767,7 @@ declare const ArearangeSeriesType = "arearange";
|
|
|
3748
3767
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3749
3768
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3750
3769
|
*
|
|
3770
|
+
* @css 'rct-arearange-series'
|
|
3751
3771
|
*/
|
|
3752
3772
|
interface AreaRangeSeriesOptions extends LineSeriesBaseOptions {
|
|
3753
3773
|
/**
|
|
@@ -3836,6 +3856,7 @@ declare const LollipopSeriesType = "lollipop";
|
|
|
3836
3856
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3837
3857
|
* |{@link radiusField}|속성 값, 또는 'radius' 속성 값으로 데이터포인트의 radius 크기가 지정된다.|
|
|
3838
3858
|
*
|
|
3859
|
+
* @css 'rct-lollipop-series'
|
|
3839
3860
|
*/
|
|
3840
3861
|
interface LollipopSeriesOptions extends BasedSeriesOptions {
|
|
3841
3862
|
/**
|
|
@@ -3880,6 +3901,7 @@ declare const OhlcSeriesType = "ohlc";
|
|
|
3880
3901
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3881
3902
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3882
3903
|
*
|
|
3904
|
+
* @css 'rct-ohlc-series'
|
|
3883
3905
|
*/
|
|
3884
3906
|
interface OhlcSeriesOptions extends CandlestickSeriesOptions {
|
|
3885
3907
|
/**
|
|
@@ -3911,6 +3933,7 @@ declare const ParetoSeriesType = "pareto";
|
|
|
3911
3933
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3912
3934
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
3913
3935
|
*
|
|
3936
|
+
* @css 'rct-pareto-series'
|
|
3914
3937
|
*/
|
|
3915
3938
|
interface ParetoSeriesOptions extends LineSeriesBaseOptions {
|
|
3916
3939
|
/**
|
|
@@ -4064,6 +4087,7 @@ declare const PieSeriesType = "pie";
|
|
|
4064
4087
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
4065
4088
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
4066
4089
|
*
|
|
4090
|
+
* @css 'rct-pie-series'
|
|
4067
4091
|
*/
|
|
4068
4092
|
interface PieSeriesOptions extends RadialSeriesOptions {
|
|
4069
4093
|
/**
|
|
@@ -4141,6 +4165,7 @@ declare const ScatterSeriesType = "scatter";
|
|
|
4141
4165
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
4142
4166
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
4143
4167
|
*
|
|
4168
|
+
* @css 'rct-scatter-series'
|
|
4144
4169
|
*/
|
|
4145
4170
|
interface ScatterSeriesOptions extends MarkerSeriesOptions {
|
|
4146
4171
|
/**
|
|
@@ -4207,6 +4232,7 @@ declare const WaterfallSeriesType = "waterfall";
|
|
|
4207
4232
|
* |isMid|이 속성이 true이면, 해당 포인트는 시리즈 시작부터 또는 이전 중간 합계 이후의 누적 합계를 나타낸다.|
|
|
4208
4233
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
4209
4234
|
*
|
|
4235
|
+
* @css 'rct-waterfall-series'
|
|
4210
4236
|
*/
|
|
4211
4237
|
interface WaterfallSeriesOptions extends ClusterableSeriesOptions {
|
|
4212
4238
|
/**
|
|
@@ -5474,6 +5500,7 @@ interface ChartOptionsOptions extends ChartItemOptions {
|
|
|
5474
5500
|
resizeDelay?: number;
|
|
5475
5501
|
}
|
|
5476
5502
|
/**
|
|
5503
|
+
* @css 'rct-body-image'
|
|
5477
5504
|
*/
|
|
5478
5505
|
interface BackgroundImageOptions extends ChartItemOptions {
|
|
5479
5506
|
/**
|
|
@@ -5498,6 +5525,7 @@ declare const _ZoomType: {
|
|
|
5498
5525
|
/** @dummy */
|
|
5499
5526
|
type ZoomType = typeof _ZoomType[keyof typeof _ZoomType];
|
|
5500
5527
|
/**
|
|
5528
|
+
* @css 'rct-reset-zoom'
|
|
5501
5529
|
*/
|
|
5502
5530
|
interface ZoomButtonOptions extends ChartItemOptions {
|
|
5503
5531
|
/**
|
|
@@ -5511,6 +5539,7 @@ interface ZoomButtonOptions extends ChartItemOptions {
|
|
|
5511
5539
|
visible?: boolean;
|
|
5512
5540
|
}
|
|
5513
5541
|
/**
|
|
5542
|
+
* @css 'rct-empty-view'
|
|
5514
5543
|
*/
|
|
5515
5544
|
interface EmptyViewOptions extends ChartTextOptions {
|
|
5516
5545
|
/**
|
|
@@ -5594,6 +5623,8 @@ interface BodyDepthLineOptions extends ChartItemOptions {
|
|
|
5594
5623
|
}
|
|
5595
5624
|
/**
|
|
5596
5625
|
* {@link BodyDepth.depth depth}가 지정된 body 영역의 양 축 방향에 표시되는 side panel 설정 옵션.<br/>
|
|
5626
|
+
*
|
|
5627
|
+
* @css 'rct-body-depth-side'
|
|
5597
5628
|
*/
|
|
5598
5629
|
interface BodyDepthSideOptions extends ChartItemOptions {
|
|
5599
5630
|
/**
|
|
@@ -5613,6 +5644,8 @@ interface BodyDepthSideOptions extends ChartItemOptions {
|
|
|
5613
5644
|
* body 깊이 설정 옵션.<br/>
|
|
5614
5645
|
* x 축이고 첫번째 연결된 시리즈가 depth가 설정된 { 'bar'} 시리즈를 표시할 때, 축 깊이를 설정한다.<br/>
|
|
5615
5646
|
* 차트나 분할 pane에 연결된 첫번째 x축일 때만 의미가 있다.
|
|
5647
|
+
*
|
|
5648
|
+
* @css 'rct-body-depth'
|
|
5616
5649
|
*/
|
|
5617
5650
|
interface BodyDepthOptions extends ChartItemOptions {
|
|
5618
5651
|
/**
|
|
@@ -5720,10 +5753,12 @@ interface BodyOptions extends ChartItemOptions {
|
|
|
5720
5753
|
depth?: BodyDepthOptions | number | boolean;
|
|
5721
5754
|
}
|
|
5722
5755
|
/**
|
|
5756
|
+
* @css 'rct-navigator-handle'
|
|
5723
5757
|
*/
|
|
5724
5758
|
interface NavigiatorHandleOptions extends ChartItemOptions {
|
|
5725
5759
|
}
|
|
5726
5760
|
/**
|
|
5761
|
+
* @css 'rct-navigator-mask'
|
|
5727
5762
|
*/
|
|
5728
5763
|
interface NavigiatorMaskOptions extends ChartItemOptions {
|
|
5729
5764
|
}
|
|
@@ -5735,6 +5770,7 @@ interface NavigiatorMaskOptions extends ChartItemOptions {
|
|
|
5735
5770
|
* 내비게이터의 x축 종류는 명시적으로 설정하지 않으면 소스 시리즈의 x축 type을 따라간다.
|
|
5736
5771
|
* y축은 항상 {@link https://realchart.co.kr/config/config/yAxis/linear linear}로 생성된다.
|
|
5737
5772
|
*
|
|
5773
|
+
* @css 'rct-navigator'
|
|
5738
5774
|
*/
|
|
5739
5775
|
interface SeriesNavigatorOptions extends ChartItemOptions {
|
|
5740
5776
|
/**
|
|
@@ -5822,7 +5858,8 @@ interface SeriesNavigatorOptions extends ChartItemOptions {
|
|
|
5822
5858
|
* };
|
|
5823
5859
|
* ```
|
|
5824
5860
|
*
|
|
5825
|
-
*
|
|
5861
|
+
*
|
|
5862
|
+
* @css 'rct-credits'
|
|
5826
5863
|
*/
|
|
5827
5864
|
interface CreditsOptions extends ChartItemOptions {
|
|
5828
5865
|
/**
|
|
@@ -5920,6 +5957,8 @@ declare const _PointHoverScope: {
|
|
|
5920
5957
|
type PointHoverScope = typeof _PointHoverScope[keyof typeof _PointHoverScope];
|
|
5921
5958
|
/**
|
|
5922
5959
|
* 데이터포인트에 마우스가 올라갈 때 처리하는 방식 설정 옵션.<br/>
|
|
5960
|
+
*
|
|
5961
|
+
* @css 'rct-point-hover'
|
|
5923
5962
|
*/
|
|
5924
5963
|
interface PointHoveringOptions extends ChartItemOptions {
|
|
5925
5964
|
/**
|
|
@@ -6389,6 +6428,7 @@ interface PaneBodyOptions extends BodyOptions {
|
|
|
6389
6428
|
* 시리즈는 {@link https://realchart.co.kr/config/config/base/series/xAxis xAxis}, {@link https://realchart.co.kr/config/config/base/series/yAxis yAxis} 설정에 따라 연결된 axis 위치에 따라 자동으로 결정된다.
|
|
6390
6429
|
*
|
|
6391
6430
|
* @modules split
|
|
6431
|
+
* @css 'rct-panes'
|
|
6392
6432
|
*/
|
|
6393
6433
|
interface SplitOptions extends ChartItemOptions {
|
|
6394
6434
|
/**
|
|
@@ -6423,6 +6463,10 @@ interface SplitOptions extends ChartItemOptions {
|
|
|
6423
6463
|
* @default 0
|
|
6424
6464
|
*/
|
|
6425
6465
|
gap?: number;
|
|
6466
|
+
/**
|
|
6467
|
+
* 분할 pane별 개별 설정 옵션 목록.<br/>
|
|
6468
|
+
* 각 항목은 {@link PaneOptions}으로 구성되며, row/col 위치와 body, legend 등을 개별 지정할 수 있다.
|
|
6469
|
+
*/
|
|
6426
6470
|
panes?: PaneOptions[];
|
|
6427
6471
|
}
|
|
6428
6472
|
|
|
@@ -6592,6 +6636,8 @@ declare const _HtmlButtonHintMode: {
|
|
|
6592
6636
|
type HtmlButtonHintMode = typeof _HtmlButtonHintMode[keyof typeof _HtmlButtonHintMode];
|
|
6593
6637
|
/**
|
|
6594
6638
|
* HTML 버튼 옵션<br/>
|
|
6639
|
+
*
|
|
6640
|
+
* @css 'rct-html-button'
|
|
6595
6641
|
*/
|
|
6596
6642
|
interface HtmlButtonOptions extends Omit<ChartItemOptions, 'style'> {
|
|
6597
6643
|
/**
|
|
@@ -6752,6 +6798,7 @@ interface GaugeBaseOptions extends ChartItemOptions {
|
|
|
6752
6798
|
/**
|
|
6753
6799
|
* 단일 값을 다양한 방식으로 표시한다.<br/>
|
|
6754
6800
|
*
|
|
6801
|
+
* @css 'rct-gauge'
|
|
6755
6802
|
*/
|
|
6756
6803
|
interface GaugeOptions extends GaugeBaseOptions {
|
|
6757
6804
|
/**
|
|
@@ -6766,6 +6813,7 @@ interface GaugeOptions extends GaugeBaseOptions {
|
|
|
6766
6813
|
/**
|
|
6767
6814
|
* 같은 종류의 단일 게이지들을 여러 개 묶어서 관련된 값을 표시한다.<br/>
|
|
6768
6815
|
*
|
|
6816
|
+
* @css 'rct-gauge-group'
|
|
6769
6817
|
*/
|
|
6770
6818
|
interface GaugeGroupOptions<T extends ValueGaugeOptions = ValueGaugeOptions> extends GaugeBaseOptions {
|
|
6771
6819
|
/**
|
|
@@ -6995,6 +7043,39 @@ interface BulletGaugeBandOptions extends ChartItemOptions {
|
|
|
6995
7043
|
* @default true
|
|
6996
7044
|
*/
|
|
6997
7045
|
rangeInclusive?: boolean;
|
|
7046
|
+
/**
|
|
7047
|
+
* 각 범위의 toValue에 표시할 라벨 설정.
|
|
7048
|
+
*/
|
|
7049
|
+
toValueLabel?: BulletBandLabelOptions | boolean;
|
|
7050
|
+
}
|
|
7051
|
+
/**
|
|
7052
|
+
* Bullet 게이지 band toValue 라벨 설정 모델.<br/>
|
|
7053
|
+
* band 경계에 표시되는 라벨로, inside/outside 개념이 없으므로 {@link BulletBarLabelOptions}와 달리 position 옵션이 없다.
|
|
7054
|
+
*/
|
|
7055
|
+
interface BulletBandLabelOptions extends GaugeLabelOptions {
|
|
7056
|
+
/**
|
|
7057
|
+
* 밴드 경계에서 라벨까지의 간격 (픽셀).
|
|
7058
|
+
*
|
|
7059
|
+
* @default 4
|
|
7060
|
+
*/
|
|
7061
|
+
offset?: number;
|
|
7062
|
+
}
|
|
7063
|
+
/**
|
|
7064
|
+
* Bullet 게이지 bar 라벨 설정 모델.
|
|
7065
|
+
*/
|
|
7066
|
+
interface BulletBarLabelOptions extends GaugeLabelOptions {
|
|
7067
|
+
/**
|
|
7068
|
+
* 라벨 표시 위치. 'inside'이면 바 내부 끝에, 'outside'이면 바 끝 바깥에 표시한다.
|
|
7069
|
+
*
|
|
7070
|
+
* @default 'outside'
|
|
7071
|
+
*/
|
|
7072
|
+
position?: 'inside' | 'outside';
|
|
7073
|
+
/**
|
|
7074
|
+
* 바 끝에서 라벨까지의 간격 (픽셀).
|
|
7075
|
+
*
|
|
7076
|
+
* @default 4
|
|
7077
|
+
*/
|
|
7078
|
+
offset?: number;
|
|
6998
7079
|
}
|
|
6999
7080
|
/**
|
|
7000
7081
|
*/
|
|
@@ -7005,6 +7086,10 @@ interface BulletTargetBarOptions extends ChartItemOptions {
|
|
|
7005
7086
|
* @default true
|
|
7006
7087
|
*/
|
|
7007
7088
|
visible: boolean;
|
|
7089
|
+
/**
|
|
7090
|
+
* target bar 값에 표시할 라벨 설정.
|
|
7091
|
+
*/
|
|
7092
|
+
label?: BulletBarLabelOptions | boolean;
|
|
7008
7093
|
}
|
|
7009
7094
|
/**
|
|
7010
7095
|
* linear 게이지의 값을 표시하는 영역에 대한 설정 모델.
|
|
@@ -7025,6 +7110,10 @@ interface BulletValueBarOptions extends LinearValueBarOptions {
|
|
|
7025
7110
|
* 적용되는 {@link it.SVGStyles 스타일셋} 또는 css {@link https://developer.mozilla.org/ko/docs/Web/CSS/CSS_selectors selector}.
|
|
7026
7111
|
*/
|
|
7027
7112
|
belowStyle?: SVGStyleOrClass;
|
|
7113
|
+
/**
|
|
7114
|
+
* value bar 값에 표시할 라벨 설정.
|
|
7115
|
+
*/
|
|
7116
|
+
label?: BulletBarLabelOptions | boolean;
|
|
7028
7117
|
}
|
|
7029
7118
|
declare const BulletGaugeType = "bullet";
|
|
7030
7119
|
/**
|
|
@@ -7034,6 +7123,7 @@ declare const BulletGaugeType = "bullet";
|
|
|
7034
7123
|
* 또, {@link band}를 같이 표시하면, 여러 값 범위 중 어디에 속한 상태인 지를 나타낼 수 있다.
|
|
7035
7124
|
*
|
|
7036
7125
|
* @modules gauge
|
|
7126
|
+
* @css 'rct-bullet-gauge'
|
|
7037
7127
|
*/
|
|
7038
7128
|
interface BulletGaugeOptions extends LinearGaugeBaseOptions {
|
|
7039
7129
|
/**
|
|
@@ -7078,6 +7168,7 @@ declare const BulletGaugeGroupType = "bulletgroup";
|
|
|
7078
7168
|
* {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'bulletgroup'이다.
|
|
7079
7169
|
*
|
|
7080
7170
|
* @modules gauge
|
|
7171
|
+
* @css 'rct-bullet-gauge-group'
|
|
7081
7172
|
*/
|
|
7082
7173
|
interface BulletGaugeGroupOptions extends LinearGaugeGroupBaseOptions<BulletGaugeOptions> {
|
|
7083
7174
|
/** @dummy */
|
|
@@ -7377,6 +7468,8 @@ declare const _GaugeItemPosition: {
|
|
|
7377
7468
|
type GaugeItemPosition = typeof _GaugeItemPosition[keyof typeof _GaugeItemPosition];
|
|
7378
7469
|
/**
|
|
7379
7470
|
* Gauge scale.
|
|
7471
|
+
*
|
|
7472
|
+
* @css 'rct-gauge-scale'
|
|
7380
7473
|
*/
|
|
7381
7474
|
interface GaugeScaleOptions extends ChartItemOptions {
|
|
7382
7475
|
/**
|
|
@@ -7547,6 +7640,7 @@ declare const CircleGaugeType = "circle";
|
|
|
7547
7640
|
* 지정된 최대 각도 내에서 현재 값의 비율을 원호로 표시한다.<br/>
|
|
7548
7641
|
*
|
|
7549
7642
|
* @modules gauge
|
|
7643
|
+
* @css 'rct-circle-gauge'
|
|
7550
7644
|
*/
|
|
7551
7645
|
interface CircleGaugeOptions extends CircularGaugeOptions {
|
|
7552
7646
|
/**
|
|
@@ -7589,6 +7683,7 @@ declare const CircleGaugeGroupType = "circlegroup";
|
|
|
7589
7683
|
* {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'circlegroup'이다.
|
|
7590
7684
|
*
|
|
7591
7685
|
* @modules gauge
|
|
7686
|
+
* @css 'rct-circle-gauge-group'
|
|
7592
7687
|
*/
|
|
7593
7688
|
interface CircleGaugeGroupOptions extends CircularGaugeGroupOptions {
|
|
7594
7689
|
/** @dummy */
|
|
@@ -7693,6 +7788,7 @@ declare const ClockGaugeType = "clock";
|
|
|
7693
7788
|
* 원형 아날로그 시계를 표시한다.<br/>
|
|
7694
7789
|
*
|
|
7695
7790
|
* @modules gauge
|
|
7791
|
+
* @css 'rct-clock-gauge'
|
|
7696
7792
|
*/
|
|
7697
7793
|
interface ClockGaugeOptions extends GaugeOptions {
|
|
7698
7794
|
/**
|
|
@@ -7788,6 +7884,7 @@ declare const LinearGaugeType = "linear";
|
|
|
7788
7884
|
* 또, {@link band}를 같이 표시하면, 여러 값 범위 중 어디에 속한 상태인 지를 나타낼 수 있다.<br/>
|
|
7789
7885
|
*
|
|
7790
7886
|
* @modules gauge
|
|
7887
|
+
* @css 'rct-linear-gauge'
|
|
7791
7888
|
*/
|
|
7792
7889
|
interface LinearGaugeOptions extends LinearGaugeBaseOptions {
|
|
7793
7890
|
/**
|
|
@@ -7810,6 +7907,7 @@ declare const LinearGaugeGroupType = "lineargroup";
|
|
|
7810
7907
|
* {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'lineargroup'이다.<br/>
|
|
7811
7908
|
*
|
|
7812
7909
|
* @modules gauge
|
|
7910
|
+
* @css 'rct-linear-gauge-group'
|
|
7813
7911
|
*/
|
|
7814
7912
|
interface LinearGaugeGroupOptions extends LinearGaugeGroupBaseOptions<LinearGaugeOptions> {
|
|
7815
7913
|
/**
|
|
@@ -10155,6 +10253,12 @@ declare class NavigatorMask extends ChartItem<NavigiatorMaskOptions> {
|
|
|
10155
10253
|
* y축은 항상 **'linear'**로 생성된다.
|
|
10156
10254
|
*/
|
|
10157
10255
|
declare class SeriesNavigator extends ChartItem<SeriesNavigatorOptions> {
|
|
10256
|
+
/** 핸들 원의 반지름 (px). {@link HANDLE_TRACK_HEIGHT} 기준으로 적정 크기로 고정. */
|
|
10257
|
+
static readonly HANDLE_RADIUS = 9.75;
|
|
10258
|
+
/** 스크롤 track 높이 (px). */
|
|
10259
|
+
static readonly HANDLE_TRACK_HEIGHT = 6;
|
|
10260
|
+
/** thickness 하단에서 track 중심까지의 거리 (px). {@link HANDLE_TRACK_HEIGHT} / 2 */
|
|
10261
|
+
static readonly HANDLE_TRACK_OFFSET: number;
|
|
10158
10262
|
static defaults: SeriesNavigatorOptions;
|
|
10159
10263
|
private _handle;
|
|
10160
10264
|
private _mask;
|
|
@@ -10180,9 +10284,30 @@ declare class SeriesNavigator extends ChartItem<SeriesNavigatorOptions> {
|
|
|
10180
10284
|
* 경계선 설정 모델.
|
|
10181
10285
|
*/
|
|
10182
10286
|
get borderLine(): ChartItem<ChartItemOptions>;
|
|
10287
|
+
/**
|
|
10288
|
+
* 네비게이터 두께를 반환한다.
|
|
10289
|
+
* @default 45
|
|
10290
|
+
*/
|
|
10183
10291
|
getThickness(): number;
|
|
10292
|
+
/**
|
|
10293
|
+
* 네비게이터와 차트 본체 방향 사이의 간격을 반환한다.
|
|
10294
|
+
* @default 8
|
|
10295
|
+
*/
|
|
10184
10296
|
getGap(): number;
|
|
10297
|
+
/**
|
|
10298
|
+
* 네비게이터와 차트 본체 반대 방향 사이의 간격을 반환한다.
|
|
10299
|
+
* @default 3
|
|
10300
|
+
*/
|
|
10185
10301
|
getGapFar(): number;
|
|
10302
|
+
/**
|
|
10303
|
+
* thickness 하단에서 핸들 원 하단까지의 거리 (px).
|
|
10304
|
+
*/
|
|
10305
|
+
getHandleOverflow(): number;
|
|
10306
|
+
/**
|
|
10307
|
+
* gap·thickness·gapFar를 합한 navigator 전체 예약 크기 (px).<br/>
|
|
10308
|
+
* gap은 ChartView layout에서 transY로, thickness는 navigator 뷰 높이로 적용된다.<br/>
|
|
10309
|
+
* gapFar가 {@link getHandleOverflow}보다 작으면 핸들 clipping 방지를 위해 후자를 사용한다.
|
|
10310
|
+
*/
|
|
10186
10311
|
getSize(): number;
|
|
10187
10312
|
axisLen(): number;
|
|
10188
10313
|
axis(): Axis;
|
|
@@ -11203,6 +11328,8 @@ interface AxisItemOptions extends ChartItemOptions {
|
|
|
11203
11328
|
}
|
|
11204
11329
|
/**
|
|
11205
11330
|
* 축 타이틀 설정 옵션.<br/>
|
|
11331
|
+
*
|
|
11332
|
+
* @css 'rct-axis-title'
|
|
11206
11333
|
*/
|
|
11207
11334
|
interface AxisTitleOptions extends AxisItemOptions {
|
|
11208
11335
|
/**
|
|
@@ -11282,6 +11409,8 @@ declare const _AxisUnitLabelPosition: {
|
|
|
11282
11409
|
type AxisUnitLabelPosition = typeof _AxisUnitLabelPosition[keyof typeof _AxisUnitLabelPosition];
|
|
11283
11410
|
/**
|
|
11284
11411
|
* 축 타이틀과 별도로 tick label 표시 값들의 단위 등을 표시한다.<br/>
|
|
11412
|
+
*
|
|
11413
|
+
* @css 'rct-axis-unit-label'
|
|
11285
11414
|
*/
|
|
11286
11415
|
interface AxisUnitLabelOptions extends AxisItemOptions {
|
|
11287
11416
|
/**
|
|
@@ -11305,6 +11434,8 @@ interface AxisUnitLabelOptions extends AxisItemOptions {
|
|
|
11305
11434
|
}
|
|
11306
11435
|
/**
|
|
11307
11436
|
* 축 선(line) 설정 모델.<br/>
|
|
11437
|
+
*
|
|
11438
|
+
* @css 'rct-axis-line'
|
|
11308
11439
|
*/
|
|
11309
11440
|
interface AxisLineOptions extends AxisItemOptions {
|
|
11310
11441
|
/**
|
|
@@ -11337,6 +11468,8 @@ interface AxisSectorLineOptions extends AxisLineOptions {
|
|
|
11337
11468
|
* },
|
|
11338
11469
|
* };
|
|
11339
11470
|
* ```
|
|
11471
|
+
*
|
|
11472
|
+
* @css 'rct-axis-tick'
|
|
11340
11473
|
*/
|
|
11341
11474
|
interface AxisTickOptions extends AxisItemOptions {
|
|
11342
11475
|
/**
|
|
@@ -11583,6 +11716,8 @@ interface AxisLabelArgs {
|
|
|
11583
11716
|
* //4. 1~3 모두 설정되지 않은 경우 autoArrange 설정에 따라 자동 배치한다.
|
|
11584
11717
|
* //5. 배치 후 공간을 초과하는 label은 wrap 속성에 따라 줄나누기를 하거나,
|
|
11585
11718
|
* // ellipsis('...')로 처리해서 표시한다.
|
|
11719
|
+
*
|
|
11720
|
+
* @css 'rct-axis-label'
|
|
11586
11721
|
*/
|
|
11587
11722
|
interface AxisLabelOptions extends IconedTextOptions {
|
|
11588
11723
|
/**
|
|
@@ -11724,6 +11859,8 @@ interface AxisLabelOptions extends IconedTextOptions {
|
|
|
11724
11859
|
}
|
|
11725
11860
|
/**
|
|
11726
11861
|
* 축 그리드 사이에 생성된 영역 표시 설정 모델.
|
|
11862
|
+
*
|
|
11863
|
+
* @css 'rct-axis-grid-rows'
|
|
11727
11864
|
*/
|
|
11728
11865
|
interface AxisGridRowsOptions extends AxisItemOptions {
|
|
11729
11866
|
/**
|
|
@@ -11805,6 +11942,8 @@ type AxisGuideOptionsType = AxisLineGuideOptions | AxisRangeGuideOptions;
|
|
|
11805
11942
|
* 선분이나 영역으로 축 위의 특정한 값(들)을 구분 표시한다.<br/>
|
|
11806
11943
|
* 기본적으로 이 축에 연결된 모든 body에 모두 표시된다.
|
|
11807
11944
|
* col, row를 지정해서 특정 body에만 표시되도록 할 수 있다.
|
|
11945
|
+
*
|
|
11946
|
+
* @css 'rct-axis-guide'
|
|
11808
11947
|
*/
|
|
11809
11948
|
interface AxisGuideOptions extends AxisItemOptions {
|
|
11810
11949
|
/**
|
|
@@ -11868,6 +12007,8 @@ interface AxisRangeGuideOptions extends AxisGuideOptions {
|
|
|
11868
12007
|
* Axis tick의 위치에 수평 혹은 수직선으로 plot 영역을 구분 표시한다.<br/>
|
|
11869
12008
|
* {@link visible} 기본값이 undefined인데,
|
|
11870
12009
|
* visible이 undefined나 null로 지정되면, 축 위치에 따라 visible 여부가 결정된다.
|
|
12010
|
+
*
|
|
12011
|
+
* @css 'rct-axis-grid-line'
|
|
11871
12012
|
*/
|
|
11872
12013
|
interface AxisGridOptions extends AxisItemOptions {
|
|
11873
12014
|
/**
|
|
@@ -11976,6 +12117,8 @@ interface CrosshairCallbackArgs {
|
|
|
11976
12117
|
}
|
|
11977
12118
|
/**
|
|
11978
12119
|
* 직선 또는 bar 형태로 축 위의 마우스 위치를 표시하는 구성 요소 옵션.<br/>
|
|
12120
|
+
*
|
|
12121
|
+
* @css 'rct-crosshair-line' (카테고리 축: 'rct-crosshair-bar')
|
|
11979
12122
|
*/
|
|
11980
12123
|
interface CrosshairOptions extends ChartItemOptions {
|
|
11981
12124
|
/**
|
|
@@ -12088,6 +12231,8 @@ type AxisPosition = typeof _AxisPosition[keyof typeof _AxisPosition];
|
|
|
12088
12231
|
/**
|
|
12089
12232
|
* 축 스크롤바 모델.<br/>
|
|
12090
12233
|
* 축 스크롤 상태를 표시하고, 사용자가 스크롤 범위나 위치를 변경할 수 있다.
|
|
12234
|
+
*
|
|
12235
|
+
* @css 'rct-axis-scrollbar'
|
|
12091
12236
|
*/
|
|
12092
12237
|
interface AxisScrollBarOptions extends AxisItemOptions {
|
|
12093
12238
|
/**
|
|
@@ -12136,6 +12281,7 @@ type AxisType = 'category' | 'linear' | 'log' | 'time';
|
|
|
12136
12281
|
*
|
|
12137
12282
|
* 축으로 자동 설정된다.<br/>
|
|
12138
12283
|
*
|
|
12284
|
+
* @css 'rct-axis'
|
|
12139
12285
|
*/
|
|
12140
12286
|
interface AxisOptions extends ChartItemOptions {
|
|
12141
12287
|
/**
|
|
@@ -12309,6 +12455,8 @@ interface AxisOptions extends ChartItemOptions {
|
|
|
12309
12455
|
*/
|
|
12310
12456
|
tooltipFooter?: string;
|
|
12311
12457
|
/**
|
|
12458
|
+
* false로 지정하면 이 축에 한해 animation 효과를 실행하지 않는다.<br/>
|
|
12459
|
+
*
|
|
12312
12460
|
* @default true
|
|
12313
12461
|
*/
|
|
12314
12462
|
animatable?: boolean;
|
|
@@ -12514,6 +12662,8 @@ interface AxisBaseLineOptions extends AxisLineOptions {
|
|
|
12514
12662
|
}
|
|
12515
12663
|
/**
|
|
12516
12664
|
* 연속축 break 설정 모델.<br/>
|
|
12665
|
+
*
|
|
12666
|
+
* @css 'rct-axis-break'
|
|
12517
12667
|
*/
|
|
12518
12668
|
interface AxisBreakOptions extends AxisItemOptions {
|
|
12519
12669
|
/**
|
|
@@ -13162,6 +13312,7 @@ interface AnnotationClickArgs {
|
|
|
13162
13312
|
* 보조로 표시할 수 있는 {@link https://realchart.co.kr/config/config/annotation/text 텍스트}나
|
|
13163
13313
|
* {@link https://realchart.co.kr/config/config/annotation/image 이미지} 또는 {@link https://realchart.co.kr/config/config/annotation/shape 도형}.<br/>
|
|
13164
13314
|
*
|
|
13315
|
+
* @css 'rct-annotation'
|
|
13165
13316
|
*/
|
|
13166
13317
|
interface AnnotationOptions extends ChartItemOptions {
|
|
13167
13318
|
/**
|
|
@@ -14470,6 +14621,7 @@ declare class ChartTextElement extends GroupElement {
|
|
|
14470
14621
|
_icon: ImageElement;
|
|
14471
14622
|
private _model;
|
|
14472
14623
|
private _box;
|
|
14624
|
+
private _iconBox;
|
|
14473
14625
|
private _failedIconUrl;
|
|
14474
14626
|
constructor(doc: Document, styleName?: string);
|
|
14475
14627
|
/** text */
|
|
@@ -14478,6 +14630,12 @@ declare class ChartTextElement extends GroupElement {
|
|
|
14478
14630
|
setModel<OP extends ChartTextOptions>(doc: Document, model: IconedText<OP>, icon: string, dynStyle: SVGStyleOrClass): ChartTextElement;
|
|
14479
14631
|
setContrast(target: Element): ChartTextElement;
|
|
14480
14632
|
layout(align: Align): ChartTextElement;
|
|
14633
|
+
/**
|
|
14634
|
+
* {@link layout} 기준 콘텐츠 박스(group local 좌표).
|
|
14635
|
+
* DOM `getBBox()`에 확보한 아이콘 영역을 합쳐, 아이콘이 비동기 로드되기 전에도
|
|
14636
|
+
* 아이콘을 포함한 크기로 중앙 정렬할 수 있게 한다. 아이콘이 없으면 `getBBox()`와 동일하다.
|
|
14637
|
+
*/
|
|
14638
|
+
getLayoutBox(): IRect;
|
|
14481
14639
|
setOutline<OP extends ChartTextOptions>(model: IconedText<OP>): void;
|
|
14482
14640
|
getBBox(): IRect;
|
|
14483
14641
|
}
|
|
@@ -16667,6 +16825,7 @@ declare abstract class LineSeriesBaseView<T extends LineSeriesBase = LineSeriesB
|
|
|
16667
16825
|
protected _getPointPool(): PointViewPool;
|
|
16668
16826
|
needDecoreateLegend(): boolean;
|
|
16669
16827
|
decoreateLegend(legendView: LegendItemView): void;
|
|
16828
|
+
protected _computeNeedBelow(model: LineSeries): boolean;
|
|
16670
16829
|
protected _prepareSeries(doc: Document, model: T, polar: boolean): void;
|
|
16671
16830
|
protected _prepareViewRanges(model: T): void;
|
|
16672
16831
|
protected _renderSeries(width: number, height: number): void;
|
|
@@ -16738,6 +16897,7 @@ declare class AreaSeriesView extends LineSeriesBaseView<AreaSeries> {
|
|
|
16738
16897
|
constructor(doc: Document, className?: string);
|
|
16739
16898
|
decoreateLegend(legendView: LegendItemView): void;
|
|
16740
16899
|
getClipContainer2(): RcElement;
|
|
16900
|
+
protected _computeNeedBelow(model: AreaSeries): boolean;
|
|
16741
16901
|
protected _prepareBelow(polar: boolean): boolean;
|
|
16742
16902
|
protected _prepareRanges(model: AreaSeries, ranges: ValueRange[]): void;
|
|
16743
16903
|
protected _renderSeries(width: number, height: number): void;
|
|
@@ -17297,9 +17457,12 @@ declare class TextAnnotationView extends AnnotationView<TextAnnotation> {
|
|
|
17297
17457
|
static readonly CLASS_NAME: string;
|
|
17298
17458
|
private _textView;
|
|
17299
17459
|
private _richText;
|
|
17460
|
+
private _textClip;
|
|
17461
|
+
private _hasExplicitWidth;
|
|
17300
17462
|
constructor(doc: Document);
|
|
17301
17463
|
protected _doMeasure(doc: Document, model: TextAnnotation, hintWidth: number, hintHeight: number, phase: number): Size;
|
|
17302
17464
|
protected _doLayout(p: Point): void;
|
|
17465
|
+
remove(): RcElement;
|
|
17303
17466
|
}
|
|
17304
17467
|
|
|
17305
17468
|
declare class ImageAnnotationView extends AnnotationView<ImageAnnotation> {
|
|
@@ -17416,4 +17579,4 @@ declare const createChart: typeof Globals.createChart;
|
|
|
17416
17579
|
declare const createData: typeof Globals.createData;
|
|
17417
17580
|
declare const setLicenseKey: typeof Globals.setLicenseKey;
|
|
17418
17581
|
|
|
17419
|
-
export { Align, Annotation, AnnotationAnimationOptions, AnnotationClickArgs, AnnotationOptions, AnnotationOptionsType, AnnotationView, ArcElement, AreaRangeSeries, AreaRangeSeriesOptions, AreaRangeSeriesView, AreaSeries, AreaSeriesGroup, AreaSeriesGroupOptions, AreaSeriesOptions, AreaSeriesView, ArrowHead, AssetCollection, AssetItemOptions, AssetOptionsType, Axis, AxisBaseLine, AxisBaseLineOptions, AxisBreakOptions, AxisCollection, AxisGrid, AxisGridOptions, AxisGridRowsOptions, AxisGuideLabelOptions, AxisGuideOptions, AxisGuideOptionsType, AxisItem, AxisItemOptions, AxisLabel, AxisLabelArgs, AxisLabelOptions, AxisLine, AxisLineGuideOptions, AxisLineOptions, AxisOptions, AxisOptionsType, AxisRangeGuideOptions, AxisScrollBar, AxisScrollBarOptions, AxisScrollView, AxisSectorLine, AxisSectorLineOptions, AxisTick, AxisTickOptions, AxisTitle, AxisTitleOptions, AxisView, BackgroundImageOptions, BarRangeSeries, BarRangeSeriesOptions, BarRangeSeriesView, BarSeries, BarSeriesBase, BarSeriesBaseOptions, BarSeriesGroup, BarSeriesGroupBase, BarSeriesGroupBaseOptions, BarSeriesGroupOptions, BarSeriesOptions, BarSeriesPoint, BarSeriesView, BarSeriesViewBase, BasedSeries, BasedSeriesOptions, BasedSeriesView, BellCurveSeries, BellCurveSeriesOptions, BellCurveSeriesView, Body, BodyDepth, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, BoxPlotSeriesView, BoxPointElementEx, BubblePie, BubblePieOptions, BubbleSeries, BubbleSeriesOptions, BubbleSeriesView, BulletGaugeBandOptions, BulletGaugeGroupOptions, BulletGaugeGroupType, BulletGaugeOptions, BulletGaugeType, BulletTargetBarOptions, BulletValueBarOptions, BumpSeriesGroup, BumpSeriesGroupOptions, CandlestickSeries, CandlestickSeriesOptions, CandlestickSeriesView, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisOptions, CategoryAxisTick, CategoryAxisTickOptions, Chart, ChartConfiguration, ChartControl, ChartData, ChartDataCollection, ChartDataOptions, ChartElement, ChartItem, ChartItemOptions, ChartObject, ChartOptions, ChartOptionsOptions, ChartPoint, ChartPointerHandler, ChartText, ChartTextOptions, ChartView, CircelBarPointLabel, CircleBarPointLabelOptions, CircleBarSeries, CircleBarSeriesGroup, CircleBarSeriesGroupOptions, CircleBarSeriesOptions, CircleBarSeriesView, CircleElement, CircleGaugeGroupOptions, CircleGaugeGroupType, CircleGaugeHandOptions, CircleGaugeOptions, CircleGaugePinOptions, CircleGaugeRimBaseOptions, CircleGaugeRimOptions, CircleGaugeScaleOptions, CircleGaugeType, CircleGaugeValueMarkerOptions, CircleGaugeValueRimOptions, CircularGauge, CircularGaugeGroup, CircularGaugeGroupOptions, CircularGaugeLabel, CircularGaugeLabelOptions, CircularGaugeOptions, ClockGaugeHandOptions, ClockGaugeLabelOptions, ClockGaugeOptions, ClockGaugePinOptions, ClockGaugeRimOptions, ClockGaugeSecondHandOptions, ClockGaugeTickLabelOptions, ClockGaugeTickOptions, ClockGaugeType, ClusterableSeries, ClusterableSeriesGroup, ClusterableSeriesGroupOptions, ClusterableSeriesOptions, Color, ColorListOptions, ConnectableSeries, ConnectableSeriesOptions, ConstraintSeriesGroup, ContentView, ContinuousAxis, ContinuousAxisGridOptions, ContinuousAxisLabelOptions, ContinuousAxisOptions, ContinuousAxisTickOptions, Credits, CreditsOptions, Crosshair, CrosshairCallbackArgs, CrosshairFlagOptions, CrosshairOptions, DataPoint, DataPointCallbackArgs, DataPointCollection, DataPointLabel, DataPointLabelOptions, Dom, DumbbellSeries, DumbbellSeriesMarkerOptions, DumbbellSeriesOptions, DumbbellSeriesView, ElementPool, EmptyViewOptions, EqualizerSeries, EqualizerSeriesOptions, EqualizerSeriesView, ErrorBarSeries, ErrorBarSeriesOptions, ErrorBarSeriesView, ExportOptions, Exporter, ExporterOptions, FunnelSeries, FunnelSeriesLabelOptions, FunnelSeriesOptions, FunnelSeriesView, Gauge, GaugeBase, GaugeBaseOptions, GaugeGroup, GaugeGroupOptions, GaugeGroupView, GaugeItem, GaugeLabel, GaugeLabelOptions, GaugeOptions, GaugeOptionsType, GaugeRangeBand, GaugeRangeBandOptions, GaugeRangeLabel, GaugeRangeLabelOptions, GaugeScale, GaugeScaleLabelOptions, GaugeScaleOptions, GaugeScaleTickOptions, GaugeView, GradientOptions, HeatmapSeriesOptions, HeatmapSeriesType, HistogramSeries, HistogramSeriesOptions, HistogramSeriesView, IAxis, IAxisTick, IChart, ICircularGaugeExtents, ILegendSource, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageAnnotationView, ImageElement, ImageListOptions, ImageOptions, LayerElement, Legend, LegendItem, LegendItemView, LegendOptions, LegendView, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesBaseView, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LineSeriesView, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LoadCallbackArgs, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LollipopSeriesView, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, OhlcSeriesView, OthersGroup, OthersGroupOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, ParetoSeriesView, PathBuilder, PathElement, PatternOptions, PercentSize, PictogramSeriesOptions, PictogramSeriesType, PictorialBarMode, PictorialBarSeriesOptions, PictorialBarSeriesType, PictorialSeriesLabelOptions, PictorialSeriesOptions, PictorialSeriesType, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, PieSeriesView, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelLineContainer, PointLabelLineView, PointLabelView, PointViewPool, RAD_DEG, RaceBarSeriesOptions, RaceBarSeriesType, RaceCallbackArgs, RaceLineSeriesOptions, RaceLineSeriesType, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, SVGNS, SVGStyleOrClass, SVGStyles, ScaleView, ScatterSeries, ScatterSeriesOptions, ScatterSeriesView, SectionView, SectorElement, Series, SeriesAnimation, SeriesGroup, SeriesGroupOptions, SeriesMarker, SeriesMarkerOptions, SeriesNavigator, SeriesNavigatorOptions, SeriesOptions, SeriesOptionsType, SeriesView, Shape, ShapeAnnotation, ShapeAnnotationOptions, ShapeAnnotationView, Size, SplineSeries, SplineSeriesOptions, SplitOptions, StackLabel, StackLabelCallbackArgs, StackLabelOptions, StepCallbackArgs, Subtitle, SubtitleOptions, SvgShapes, TextAnchor, TextAnnotation, TextAnnotationOptions, TextAnnotationView, TextElement, TextLayout, TimeAxis, TimeAxisLabelOptions, TimeAxisOptions, TimeAxisTickOptions, Title, TitleOptions, Tooltip, TooltipOptions, TreeGroupHeadOptions, TreemapSeriesOptions, TreemapSeriesType, TrendlineArea as TrendLineArea, TrendlineLabel as TrendLineLabel, Trendline, TrendlineOptions, Utils, ValueGauge, ValueGaugeOptions, ValueGaugeView, ValueRange, ValueRangeList, VectorSeriesOptions, VectorSeriesType, WaterfallSeries, WaterfallSeriesOptions, WaterfallSeriesView, Widget, WidgetSeries, WidgetSeriesConnector, WidgetSeriesLabel, WidgetSeriesOptions, WidgetSeriesPoint, WidgetSeriesView, WordCloudSeriesOptions, WordCloudSeriesType, ZValuePoint, ZoomButtonOptions, ZoomCallbackArgs, absv, assignObj, buildValueRanges, calcPercent, configure, copyObj, cos, createChart, createData, createRect, extend, fixnum, getVersion, incv, isArray, isEmptyRect, isIE, isNumber, isObject, isString, maxv, minv, parsePercentSize, pickNum, pickProp, pickProp3, pixel, rectToSize, setAnimatable, setDebugging, setLicenseKey, setLogging, sin, toStr };
|
|
17582
|
+
export { Align, Annotation, AnnotationAnimationOptions, AnnotationClickArgs, AnnotationOptions, AnnotationOptionsType, AnnotationView, ArcElement, AreaRangeSeries, AreaRangeSeriesOptions, AreaRangeSeriesView, AreaSeries, AreaSeriesGroup, AreaSeriesGroupOptions, AreaSeriesOptions, AreaSeriesView, ArrowHead, AssetCollection, AssetItemOptions, AssetOptionsType, Axis, AxisBaseLine, AxisBaseLineOptions, AxisBreakOptions, AxisCollection, AxisGrid, AxisGridOptions, AxisGridRowsOptions, AxisGuideLabelOptions, AxisGuideOptions, AxisGuideOptionsType, AxisItem, AxisItemOptions, AxisLabel, AxisLabelArgs, AxisLabelOptions, AxisLine, AxisLineGuideOptions, AxisLineOptions, AxisOptions, AxisOptionsType, AxisRangeGuideOptions, AxisScrollBar, AxisScrollBarOptions, AxisScrollView, AxisSectorLine, AxisSectorLineOptions, AxisTick, AxisTickOptions, AxisTitle, AxisTitleOptions, AxisView, BackgroundImageOptions, BarRangeSeries, BarRangeSeriesOptions, BarRangeSeriesView, BarSeries, BarSeriesBase, BarSeriesBaseOptions, BarSeriesGroup, BarSeriesGroupBase, BarSeriesGroupBaseOptions, BarSeriesGroupOptions, BarSeriesOptions, BarSeriesPoint, BarSeriesView, BarSeriesViewBase, BasedSeries, BasedSeriesOptions, BasedSeriesView, BellCurveSeries, BellCurveSeriesOptions, BellCurveSeriesView, Body, BodyDepth, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, BoxPlotSeriesView, BoxPointElementEx, BubblePie, BubblePieOptions, BubbleSeries, BubbleSeriesOptions, BubbleSeriesView, BulletBandLabelOptions, BulletBarLabelOptions, BulletGaugeBandOptions, BulletGaugeGroupOptions, BulletGaugeGroupType, BulletGaugeOptions, BulletGaugeType, BulletTargetBarOptions, BulletValueBarOptions, BumpSeriesGroup, BumpSeriesGroupOptions, CandlestickSeries, CandlestickSeriesOptions, CandlestickSeriesView, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisOptions, CategoryAxisTick, CategoryAxisTickOptions, Chart, ChartConfiguration, ChartControl, ChartData, ChartDataCollection, ChartDataOptions, ChartElement, ChartItem, ChartItemOptions, ChartObject, ChartOptions, ChartOptionsOptions, ChartPoint, ChartPointerHandler, ChartText, ChartTextOptions, ChartView, CircelBarPointLabel, CircleBarPointLabelOptions, CircleBarSeries, CircleBarSeriesGroup, CircleBarSeriesGroupOptions, CircleBarSeriesOptions, CircleBarSeriesView, CircleElement, CircleGaugeGroupOptions, CircleGaugeGroupType, CircleGaugeHandOptions, CircleGaugeOptions, CircleGaugePinOptions, CircleGaugeRimBaseOptions, CircleGaugeRimOptions, CircleGaugeScaleOptions, CircleGaugeType, CircleGaugeValueMarkerOptions, CircleGaugeValueRimOptions, CircularGauge, CircularGaugeGroup, CircularGaugeGroupOptions, CircularGaugeLabel, CircularGaugeLabelOptions, CircularGaugeOptions, ClockGaugeHandOptions, ClockGaugeLabelOptions, ClockGaugeOptions, ClockGaugePinOptions, ClockGaugeRimOptions, ClockGaugeSecondHandOptions, ClockGaugeTickLabelOptions, ClockGaugeTickOptions, ClockGaugeType, ClusterableSeries, ClusterableSeriesGroup, ClusterableSeriesGroupOptions, ClusterableSeriesOptions, Color, ColorListOptions, ConnectableSeries, ConnectableSeriesOptions, ConstraintSeriesGroup, ContentView, ContinuousAxis, ContinuousAxisGridOptions, ContinuousAxisLabelOptions, ContinuousAxisOptions, ContinuousAxisTickOptions, Credits, CreditsOptions, Crosshair, CrosshairCallbackArgs, CrosshairFlagOptions, CrosshairOptions, DataPoint, DataPointCallbackArgs, DataPointCollection, DataPointLabel, DataPointLabelOptions, Dom, DumbbellSeries, DumbbellSeriesMarkerOptions, DumbbellSeriesOptions, DumbbellSeriesView, ElementPool, EmptyViewOptions, EqualizerSeries, EqualizerSeriesOptions, EqualizerSeriesView, ErrorBarSeries, ErrorBarSeriesOptions, ErrorBarSeriesView, ExportOptions, Exporter, ExporterOptions, FunnelSeries, FunnelSeriesLabelOptions, FunnelSeriesOptions, FunnelSeriesView, Gauge, GaugeBase, GaugeBaseOptions, GaugeGroup, GaugeGroupOptions, GaugeGroupView, GaugeItem, GaugeLabel, GaugeLabelOptions, GaugeOptions, GaugeOptionsType, GaugeRangeBand, GaugeRangeBandOptions, GaugeRangeLabel, GaugeRangeLabelOptions, GaugeScale, GaugeScaleLabelOptions, GaugeScaleOptions, GaugeScaleTickOptions, GaugeView, GradientOptions, HeatmapSeriesOptions, HeatmapSeriesType, HistogramSeries, HistogramSeriesOptions, HistogramSeriesView, IAxis, IAxisTick, IChart, ICircularGaugeExtents, ILegendSource, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageAnnotationView, ImageElement, ImageListOptions, ImageOptions, LayerElement, Legend, LegendItem, LegendItemView, LegendOptions, LegendView, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesBaseView, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LineSeriesView, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LoadCallbackArgs, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LollipopSeriesView, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, OhlcSeriesView, OthersGroup, OthersGroupOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, ParetoSeriesView, PathBuilder, PathElement, PatternOptions, PercentSize, PictogramSeriesOptions, PictogramSeriesType, PictorialBarMode, PictorialBarSeriesOptions, PictorialBarSeriesType, PictorialSeriesLabelOptions, PictorialSeriesOptions, PictorialSeriesType, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, PieSeriesView, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelLineContainer, PointLabelLineView, PointLabelView, PointViewPool, RAD_DEG, RaceBarSeriesOptions, RaceBarSeriesType, RaceCallbackArgs, RaceLineSeriesOptions, RaceLineSeriesType, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, SVGNS, SVGStyleOrClass, SVGStyles, ScaleView, ScatterSeries, ScatterSeriesOptions, ScatterSeriesView, SectionView, SectorElement, Series, SeriesAnimation, SeriesGroup, SeriesGroupOptions, SeriesMarker, SeriesMarkerOptions, SeriesNavigator, SeriesNavigatorOptions, SeriesOptions, SeriesOptionsType, SeriesView, Shape, ShapeAnnotation, ShapeAnnotationOptions, ShapeAnnotationView, Size, SplineSeries, SplineSeriesOptions, SplitOptions, StackLabel, StackLabelCallbackArgs, StackLabelOptions, StepCallbackArgs, Subtitle, SubtitleOptions, SvgShapes, TextAnchor, TextAnnotation, TextAnnotationOptions, TextAnnotationView, TextElement, TextLayout, TimeAxis, TimeAxisLabelOptions, TimeAxisOptions, TimeAxisTickOptions, Title, TitleOptions, Tooltip, TooltipOptions, TreeGroupHeadOptions, TreemapSeriesOptions, TreemapSeriesType, TrendlineArea as TrendLineArea, TrendlineLabel as TrendLineLabel, Trendline, TrendlineOptions, Utils, ValueGauge, ValueGaugeOptions, ValueGaugeView, ValueRange, ValueRangeList, VectorSeriesOptions, VectorSeriesType, WaterfallSeries, WaterfallSeriesOptions, WaterfallSeriesView, Widget, WidgetSeries, WidgetSeriesConnector, WidgetSeriesLabel, WidgetSeriesOptions, WidgetSeriesPoint, WidgetSeriesView, WordCloudSeriesOptions, WordCloudSeriesType, ZValuePoint, ZoomButtonOptions, ZoomCallbackArgs, absv, assignObj, buildValueRanges, calcPercent, configure, copyObj, cos, createChart, createData, createRect, extend, fixnum, getVersion, incv, isArray, isEmptyRect, isIE, isNumber, isObject, isString, maxv, minv, parsePercentSize, pickNum, pickProp, pickProp3, pixel, rectToSize, setAnimatable, setDebugging, setLicenseKey, setLogging, sin, toStr };
|