realchart 1.4.25 → 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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Pictogram v1.4.25
3
+ * RealChart Pictogram v1.4.26
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/split.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Split v1.4.25
3
+ * RealChart Split v1.4.26
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/treemap.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Treemap v1.4.25
3
+ * RealChart Treemap v1.4.26
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
package/ie/vector.ie.js CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Vector v1.4.25
3
+ * RealChart Vector v1.4.26
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
@@ -1,6 +1,6 @@
1
1
 
2
2
  /**
3
- * RealChart Wordcloud v1.4.25
3
+ * RealChart Wordcloud v1.4.26
4
4
  * Copyright (C) 2023-2026 WooriTech Inc.
5
5
  * All Rights Reserved.
6
6
  */
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
- * ***className&nbsp;*** 'rct-credits'
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
  /**
@@ -6596,6 +6636,8 @@ declare const _HtmlButtonHintMode: {
6596
6636
  type HtmlButtonHintMode = typeof _HtmlButtonHintMode[keyof typeof _HtmlButtonHintMode];
6597
6637
  /**
6598
6638
  * HTML 버튼 옵션<br/>
6639
+ *
6640
+ * @css 'rct-html-button'
6599
6641
  */
6600
6642
  interface HtmlButtonOptions extends Omit<ChartItemOptions, 'style'> {
6601
6643
  /**
@@ -6756,6 +6798,7 @@ interface GaugeBaseOptions extends ChartItemOptions {
6756
6798
  /**
6757
6799
  * 단일 값을 다양한 방식으로 표시한다.<br/>
6758
6800
  *
6801
+ * @css 'rct-gauge'
6759
6802
  */
6760
6803
  interface GaugeOptions extends GaugeBaseOptions {
6761
6804
  /**
@@ -6770,6 +6813,7 @@ interface GaugeOptions extends GaugeBaseOptions {
6770
6813
  /**
6771
6814
  * 같은 종류의 단일 게이지들을 여러 개 묶어서 관련된 값을 표시한다.<br/>
6772
6815
  *
6816
+ * @css 'rct-gauge-group'
6773
6817
  */
6774
6818
  interface GaugeGroupOptions<T extends ValueGaugeOptions = ValueGaugeOptions> extends GaugeBaseOptions {
6775
6819
  /**
@@ -7079,6 +7123,7 @@ declare const BulletGaugeType = "bullet";
7079
7123
  * 또, {@link band}를 같이 표시하면, 여러 값 범위 중 어디에 속한 상태인 지를 나타낼 수 있다.
7080
7124
  *
7081
7125
  * @modules gauge
7126
+ * @css 'rct-bullet-gauge'
7082
7127
  */
7083
7128
  interface BulletGaugeOptions extends LinearGaugeBaseOptions {
7084
7129
  /**
@@ -7123,6 +7168,7 @@ declare const BulletGaugeGroupType = "bulletgroup";
7123
7168
  * {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'bulletgroup'이다.
7124
7169
  *
7125
7170
  * @modules gauge
7171
+ * @css 'rct-bullet-gauge-group'
7126
7172
  */
7127
7173
  interface BulletGaugeGroupOptions extends LinearGaugeGroupBaseOptions<BulletGaugeOptions> {
7128
7174
  /** @dummy */
@@ -7422,6 +7468,8 @@ declare const _GaugeItemPosition: {
7422
7468
  type GaugeItemPosition = typeof _GaugeItemPosition[keyof typeof _GaugeItemPosition];
7423
7469
  /**
7424
7470
  * Gauge scale.
7471
+ *
7472
+ * @css 'rct-gauge-scale'
7425
7473
  */
7426
7474
  interface GaugeScaleOptions extends ChartItemOptions {
7427
7475
  /**
@@ -7592,6 +7640,7 @@ declare const CircleGaugeType = "circle";
7592
7640
  * 지정된 최대 각도 내에서 현재 값의 비율을 원호로 표시한다.<br/>
7593
7641
  *
7594
7642
  * @modules gauge
7643
+ * @css 'rct-circle-gauge'
7595
7644
  */
7596
7645
  interface CircleGaugeOptions extends CircularGaugeOptions {
7597
7646
  /**
@@ -7634,6 +7683,7 @@ declare const CircleGaugeGroupType = "circlegroup";
7634
7683
  * {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'circlegroup'이다.
7635
7684
  *
7636
7685
  * @modules gauge
7686
+ * @css 'rct-circle-gauge-group'
7637
7687
  */
7638
7688
  interface CircleGaugeGroupOptions extends CircularGaugeGroupOptions {
7639
7689
  /** @dummy */
@@ -7738,6 +7788,7 @@ declare const ClockGaugeType = "clock";
7738
7788
  * 원형 아날로그 시계를 표시한다.<br/>
7739
7789
  *
7740
7790
  * @modules gauge
7791
+ * @css 'rct-clock-gauge'
7741
7792
  */
7742
7793
  interface ClockGaugeOptions extends GaugeOptions {
7743
7794
  /**
@@ -7833,6 +7884,7 @@ declare const LinearGaugeType = "linear";
7833
7884
  * 또, {@link band}를 같이 표시하면, 여러 값 범위 중 어디에 속한 상태인 지를 나타낼 수 있다.<br/>
7834
7885
  *
7835
7886
  * @modules gauge
7887
+ * @css 'rct-linear-gauge'
7836
7888
  */
7837
7889
  interface LinearGaugeOptions extends LinearGaugeBaseOptions {
7838
7890
  /**
@@ -7855,6 +7907,7 @@ declare const LinearGaugeGroupType = "lineargroup";
7855
7907
  * {@link https://realchart.co.kr/docs/api/options/GaugeOptions#type type}은 'lineargroup'이다.<br/>
7856
7908
  *
7857
7909
  * @modules gauge
7910
+ * @css 'rct-linear-gauge-group'
7858
7911
  */
7859
7912
  interface LinearGaugeGroupOptions extends LinearGaugeGroupBaseOptions<LinearGaugeOptions> {
7860
7913
  /**
@@ -10200,6 +10253,12 @@ declare class NavigatorMask extends ChartItem<NavigiatorMaskOptions> {
10200
10253
  * y축은 항상 **'linear'**로 생성된다.
10201
10254
  */
10202
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;
10203
10262
  static defaults: SeriesNavigatorOptions;
10204
10263
  private _handle;
10205
10264
  private _mask;
@@ -10225,9 +10284,30 @@ declare class SeriesNavigator extends ChartItem<SeriesNavigatorOptions> {
10225
10284
  * 경계선 설정 모델.
10226
10285
  */
10227
10286
  get borderLine(): ChartItem<ChartItemOptions>;
10287
+ /**
10288
+ * 네비게이터 두께를 반환한다.
10289
+ * @default 45
10290
+ */
10228
10291
  getThickness(): number;
10292
+ /**
10293
+ * 네비게이터와 차트 본체 방향 사이의 간격을 반환한다.
10294
+ * @default 8
10295
+ */
10229
10296
  getGap(): number;
10297
+ /**
10298
+ * 네비게이터와 차트 본체 반대 방향 사이의 간격을 반환한다.
10299
+ * @default 3
10300
+ */
10230
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
+ */
10231
10311
  getSize(): number;
10232
10312
  axisLen(): number;
10233
10313
  axis(): Axis;
@@ -11248,6 +11328,8 @@ interface AxisItemOptions extends ChartItemOptions {
11248
11328
  }
11249
11329
  /**
11250
11330
  * 축 타이틀 설정 옵션.<br/>
11331
+ *
11332
+ * @css 'rct-axis-title'
11251
11333
  */
11252
11334
  interface AxisTitleOptions extends AxisItemOptions {
11253
11335
  /**
@@ -11327,6 +11409,8 @@ declare const _AxisUnitLabelPosition: {
11327
11409
  type AxisUnitLabelPosition = typeof _AxisUnitLabelPosition[keyof typeof _AxisUnitLabelPosition];
11328
11410
  /**
11329
11411
  * 축 타이틀과 별도로 tick label 표시 값들의 단위 등을 표시한다.<br/>
11412
+ *
11413
+ * @css 'rct-axis-unit-label'
11330
11414
  */
11331
11415
  interface AxisUnitLabelOptions extends AxisItemOptions {
11332
11416
  /**
@@ -11350,6 +11434,8 @@ interface AxisUnitLabelOptions extends AxisItemOptions {
11350
11434
  }
11351
11435
  /**
11352
11436
  * 축 선(line) 설정 모델.<br/>
11437
+ *
11438
+ * @css 'rct-axis-line'
11353
11439
  */
11354
11440
  interface AxisLineOptions extends AxisItemOptions {
11355
11441
  /**
@@ -11382,6 +11468,8 @@ interface AxisSectorLineOptions extends AxisLineOptions {
11382
11468
  * },
11383
11469
  * };
11384
11470
  * ```
11471
+ *
11472
+ * @css 'rct-axis-tick'
11385
11473
  */
11386
11474
  interface AxisTickOptions extends AxisItemOptions {
11387
11475
  /**
@@ -11628,6 +11716,8 @@ interface AxisLabelArgs {
11628
11716
  * //4. 1~3 모두 설정되지 않은 경우 autoArrange 설정에 따라 자동 배치한다.
11629
11717
  * //5. 배치 후 공간을 초과하는 label은 wrap 속성에 따라 줄나누기를 하거나,
11630
11718
  * // ellipsis('...')로 처리해서 표시한다.
11719
+ *
11720
+ * @css 'rct-axis-label'
11631
11721
  */
11632
11722
  interface AxisLabelOptions extends IconedTextOptions {
11633
11723
  /**
@@ -11769,6 +11859,8 @@ interface AxisLabelOptions extends IconedTextOptions {
11769
11859
  }
11770
11860
  /**
11771
11861
  * 축 그리드 사이에 생성된 영역 표시 설정 모델.
11862
+ *
11863
+ * @css 'rct-axis-grid-rows'
11772
11864
  */
11773
11865
  interface AxisGridRowsOptions extends AxisItemOptions {
11774
11866
  /**
@@ -11850,6 +11942,8 @@ type AxisGuideOptionsType = AxisLineGuideOptions | AxisRangeGuideOptions;
11850
11942
  * 선분이나 영역으로 축 위의 특정한 값(들)을 구분 표시한다.<br/>
11851
11943
  * 기본적으로 이 축에 연결된 모든 body에 모두 표시된다.
11852
11944
  * col, row를 지정해서 특정 body에만 표시되도록 할 수 있다.
11945
+ *
11946
+ * @css 'rct-axis-guide'
11853
11947
  */
11854
11948
  interface AxisGuideOptions extends AxisItemOptions {
11855
11949
  /**
@@ -11913,6 +12007,8 @@ interface AxisRangeGuideOptions extends AxisGuideOptions {
11913
12007
  * Axis tick의 위치에 수평 혹은 수직선으로 plot 영역을 구분 표시한다.<br/>
11914
12008
  * {@link visible} 기본값이 undefined인데,
11915
12009
  * visible이 undefined나 null로 지정되면, 축 위치에 따라 visible 여부가 결정된다.
12010
+ *
12011
+ * @css 'rct-axis-grid-line'
11916
12012
  */
11917
12013
  interface AxisGridOptions extends AxisItemOptions {
11918
12014
  /**
@@ -12021,6 +12117,8 @@ interface CrosshairCallbackArgs {
12021
12117
  }
12022
12118
  /**
12023
12119
  * 직선 또는 bar 형태로 축 위의 마우스 위치를 표시하는 구성 요소 옵션.<br/>
12120
+ *
12121
+ * @css 'rct-crosshair-line' (카테고리 축: 'rct-crosshair-bar')
12024
12122
  */
12025
12123
  interface CrosshairOptions extends ChartItemOptions {
12026
12124
  /**
@@ -12133,6 +12231,8 @@ type AxisPosition = typeof _AxisPosition[keyof typeof _AxisPosition];
12133
12231
  /**
12134
12232
  * 축 스크롤바 모델.<br/>
12135
12233
  * 축 스크롤 상태를 표시하고, 사용자가 스크롤 범위나 위치를 변경할 수 있다.
12234
+ *
12235
+ * @css 'rct-axis-scrollbar'
12136
12236
  */
12137
12237
  interface AxisScrollBarOptions extends AxisItemOptions {
12138
12238
  /**
@@ -12181,6 +12281,7 @@ type AxisType = 'category' | 'linear' | 'log' | 'time';
12181
12281
  *
12182
12282
  * 축으로 자동 설정된다.<br/>
12183
12283
  *
12284
+ * @css 'rct-axis'
12184
12285
  */
12185
12286
  interface AxisOptions extends ChartItemOptions {
12186
12287
  /**
@@ -12561,6 +12662,8 @@ interface AxisBaseLineOptions extends AxisLineOptions {
12561
12662
  }
12562
12663
  /**
12563
12664
  * 연속축 break 설정 모델.<br/>
12665
+ *
12666
+ * @css 'rct-axis-break'
12564
12667
  */
12565
12668
  interface AxisBreakOptions extends AxisItemOptions {
12566
12669
  /**
@@ -13209,6 +13312,7 @@ interface AnnotationClickArgs {
13209
13312
  * 보조로 표시할 수 있는 {@link https://realchart.co.kr/config/config/annotation/text 텍스트}나
13210
13313
  * {@link https://realchart.co.kr/config/config/annotation/image 이미지} 또는 {@link https://realchart.co.kr/config/config/annotation/shape 도형}.<br/>
13211
13314
  *
13315
+ * @css 'rct-annotation'
13212
13316
  */
13213
13317
  interface AnnotationOptions extends ChartItemOptions {
13214
13318
  /**
@@ -14517,6 +14621,7 @@ declare class ChartTextElement extends GroupElement {
14517
14621
  _icon: ImageElement;
14518
14622
  private _model;
14519
14623
  private _box;
14624
+ private _iconBox;
14520
14625
  private _failedIconUrl;
14521
14626
  constructor(doc: Document, styleName?: string);
14522
14627
  /** text */
@@ -14525,6 +14630,12 @@ declare class ChartTextElement extends GroupElement {
14525
14630
  setModel<OP extends ChartTextOptions>(doc: Document, model: IconedText<OP>, icon: string, dynStyle: SVGStyleOrClass): ChartTextElement;
14526
14631
  setContrast(target: Element): ChartTextElement;
14527
14632
  layout(align: Align): ChartTextElement;
14633
+ /**
14634
+ * {@link layout} 기준 콘텐츠 박스(group local 좌표).
14635
+ * DOM `getBBox()`에 확보한 아이콘 영역을 합쳐, 아이콘이 비동기 로드되기 전에도
14636
+ * 아이콘을 포함한 크기로 중앙 정렬할 수 있게 한다. 아이콘이 없으면 `getBBox()`와 동일하다.
14637
+ */
14638
+ getLayoutBox(): IRect;
14528
14639
  setOutline<OP extends ChartTextOptions>(model: IconedText<OP>): void;
14529
14640
  getBBox(): IRect;
14530
14641
  }