realchart 1.1.5 → 1.1.7

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 CHANGED
@@ -290,7 +290,7 @@ declare const _ChartTextEffect: {
290
290
  /**
291
291
  * 텍스트 배경 상자를 표시한다.<br/>
292
292
  * 배경 상자에 {@page backgroundStyle}이 적용된다.
293
- * 스타일이 적용되지 않으면 기본 'rct-text-background' 적용된다.
293
+ * 스타일이 적용되지 않으면 기본 'rct-text-background' 적용된다.
294
294
  */
295
295
  readonly BACKGROUND: "background";
296
296
  };
@@ -467,11 +467,10 @@ interface ChartTextOptions extends ChartItemOptions {
467
467
  */
468
468
  backgroundStyle?: SVGStyleOrClass;
469
469
  /**
470
- * 텍스트가 data point 내부에 표시되는 경우 포인트 색상과 대조되도록 표시한다.
471
- * <br>
470
+ * 텍스트가 data point 내부에 표시되는 경우 포인트 색상과 대조되도록 표시한다.<br/>
472
471
  * 밝게 표시할 때는 {@page lightStyle}을 적용하고,
473
472
  * 어둡게 표시할 때는 {@page darkStyle}이 적용된다.
474
- * brightStyle이 지정되지 않으면 'rct-text-light'이,
473
+ * lightStyle이 지정되지 않으면 'rct-text-light'이,
475
474
  * darkStyle이 지정되지 않으면 'rct-text-dark'가 기본 적용된다.
476
475
  *
477
476
  * @default true
@@ -593,16 +592,24 @@ declare const _AnnotationScope: {
593
592
  readonly CONTAINER: "container";
594
593
  };
595
594
  type AnnotationScope = typeof _AnnotationScope[keyof typeof _AnnotationScope];
595
+ interface AnnotationAnimationOptions {
596
+ type: string;
597
+ duration?: number;
598
+ }
596
599
  /**
597
- * Annotation 설정 옵션.<br/>
600
+ * 차트 {@page config.base.series 시리즈}나 {@page config.base.gauge 게이지}로
601
+ * 표현이 부족하거나 특별히 강조할 내용이 있을 때,
602
+ * 보조로 표시할 수 있는 {@page config.annotation.text 텍스트}나
603
+ * {@page config.annotation.image 이미지} 또는 {@page config.annotation.shape 도형}.<br/>
598
604
  *
599
605
  * @config chart.annotation[base]
600
606
  */
601
607
  interface AnnotationOptions extends ChartItemOptions {
602
608
  type?: AnnotationType;
603
609
  /**
604
- * true로 지정하면 시리즈들 위에 표시된다.
610
+ * true로 지정하면 시리즈나 게이지들 위에 표시된다.<br/>
605
611
  *
612
+ * @default false
606
613
  */
607
614
  front?: boolean;
608
615
  /**
@@ -615,13 +622,11 @@ interface AnnotationOptions extends ChartItemOptions {
615
622
  /**
616
623
  * 어노테이션 배치 기준이 되는 차트 구성 요소.<br/>
617
624
  * 현재, 같은 영역(body 혹은 chart)에 포함된 {@page config.base.gauge 게이지}나 다른 어노테이션의 {@page name 이름}을 지정할 수 있다.
618
- *
619
625
  */
620
626
  anchor?: string;
621
627
  /**
622
628
  * 수평 배치.<br/>
623
629
  *
624
- *
625
630
  * @default 'left' anchor가 지정되면 'center', 아니면 'left'
626
631
  */
627
632
  align?: Align;
@@ -650,7 +655,6 @@ interface AnnotationOptions extends ChartItemOptions {
650
655
  /**
651
656
  * 회전 각도.<br/>
652
657
  * 0 ~ 360 사이의 값으로 지정한다.
653
- *
654
658
  */
655
659
  rotation?: number;
656
660
  /**
@@ -663,54 +667,46 @@ interface AnnotationOptions extends ChartItemOptions {
663
667
  /**
664
668
  * 배경 스타일.<br/>
665
669
  * 경계 및 배경 색, padding 스타일을 지정할 수 있다.
666
- *
667
670
  */
668
671
  backgroundStyle?: SVGStyleOrClass;
669
672
  /**
670
673
  * true로 지정하면 상위 영역을 벗어난 부분도 표시되게 한다.<br/>
671
674
  * body에 포함된 경우 body 영역,
672
675
  * chart에 포함되고 scope이 'chart'일 때 chart 영역.
673
- *
674
676
  */
675
677
  noClip?: boolean;
676
678
  /**
677
679
  * body 어노테이션일 경우,
678
680
  * x 축을 기준으로 지정하는 수평(inverted일 때 수직) 위치.<br/>
679
681
  * chart에 지정된 어노테이션에서는 무시된다.
680
- *
681
682
  */
682
683
  x1?: number | Date;
683
684
  /**
684
685
  * body 어노테이션일 경우,
685
686
  * x 축을 기준으로 지정하는 수평(inverted일 때 수직) 위치.<br/>
686
687
  * chart에 지정된 어노테이션에서는 무시된다.
687
- *
688
688
  */
689
689
  x2?: number | Date;
690
690
  /**
691
691
  * body 어노테이션일 경우,
692
692
  * y 축을 기준으로 지정하는 수직(inverted일 때 수평) 위치.<br/>
693
693
  * chart에 지정된 어노테이션에서는 무시된다.
694
- *
695
694
  */
696
695
  y1?: number | Date;
697
696
  /**
698
697
  * body 어노테이션일 경우,
699
698
  * y 축을 기준으로 지정하는 수직(inverted일 때 수평) 위치.<br/>
700
699
  * chart에 지정된 어노테이션에서는 무시된다.
701
- *
702
700
  */
703
701
  y2?: number | Date;
704
702
  /**
705
703
  * Annotation 너비.<br/>
706
704
  * 픽셀 단위의 고정 값이나, plot 영역에 대한 상태 크기롤 지정할 수 있다.
707
- *
708
705
  */
709
706
  width?: PercentSize;
710
707
  /**
711
708
  * Annotation 높이.<br/>
712
709
  * 픽셀 단위의 고정 값이나, plot 영역에 대한 상태 크기롤 지정할 수 있다.
713
- *
714
710
  */
715
711
  height?: PercentSize;
716
712
  }
@@ -1127,6 +1123,9 @@ declare class RcElement extends RcObject {
1127
1123
  appendDom(dom: Node): Node;
1128
1124
  insertDom(dom: Node, before: Node): Node;
1129
1125
  clearDom(): void;
1126
+ containsClass(selector: string): boolean;
1127
+ addClass(selector: string): this;
1128
+ removeClass(selector: string): this;
1130
1129
  private _saveStyle;
1131
1130
  private _saveClass;
1132
1131
  saveStyles(): void;
@@ -1438,10 +1437,6 @@ interface SeriesOptions extends ChartItemOptions {
1438
1437
  * 단순히 boolean 값으로 설정하면 {@page visible} 속성에 적용된다.
1439
1438
  */
1440
1439
  pointLabel?: DataPointLabelOptions | boolean;
1441
- /**
1442
- * 추세선 옵션.<br/>
1443
- */
1444
- trendline?: TrendlineOptions;
1445
1440
  /**
1446
1441
  * 분할 모드일 때 시리즈가 표시될 pane의 수직 index.
1447
1442
  */
@@ -1567,15 +1562,15 @@ interface SeriesOptions extends ChartItemOptions {
1567
1562
  */
1568
1563
  hoverEffect?: 'none' | 'default';
1569
1564
  /**
1570
- * 데이터포인트 위에 마우스가 있을 때 적용되는 스타일셋 혹은 class selector.
1565
+ * 데이터포인트 위에 마우스가 있을 때 적용되는 스타일셋 혹은 class selector.<br/>
1571
1566
  */
1572
1567
  hoverStyle?: SVGStyleOrClass;
1573
1568
  /**
1574
- * 데이터 point의 동적 스타일 콜백.
1569
+ * 데이터포인트의 동적 스타일 콜백.<br/>
1575
1570
  */
1576
1571
  pointStyleCallback?: PointStyleCallback;
1577
1572
  /**
1578
- * 데이터포인트들이 새로 로드된 후 호출된다.
1573
+ * 데이터포인트들이 새로 로드된 후 호출된다.<br/>
1579
1574
  */
1580
1575
  onPointsLoaded?: (series: object, firstTime: boolean) => void;
1581
1576
  /**
@@ -1589,7 +1584,13 @@ interface SeriesOptions extends ChartItemOptions {
1589
1584
  */
1590
1585
  onPointHover?: PointHoverCallback;
1591
1586
  }
1592
- interface ClusterableSeriesOptions extends SeriesOptions {
1587
+ interface ConnectableSeriesOptions extends SeriesOptions {
1588
+ /**
1589
+ * 추세선 옵션.<br/>
1590
+ */
1591
+ trendline?: TrendlineOptions;
1592
+ }
1593
+ interface ClusterableSeriesOptions extends ConnectableSeriesOptions {
1593
1594
  /**
1594
1595
  * 시리즈가 그룹에 포함되지 않거나,
1595
1596
  * 포함된 그룹의 layout이 {@page SeriesGroupLayout.DEFAULT}이거나 특별히 설정되지 않아서,
@@ -1692,11 +1693,16 @@ declare const _SeriesGroupLayout: {
1692
1693
  readonly FILL: "fill";
1693
1694
  };
1694
1695
  type SeriesGroupLayout = typeof _SeriesGroupLayout[keyof typeof _SeriesGroupLayout];
1696
+ /**
1697
+ * 같은 종류의 단일 시리즈들을 여러 개 묶어서 표시한다.<br/>
1698
+ *
1699
+ * @config chart.seriesGroup[base]
1700
+ */
1695
1701
  interface SeriesGroupOptions<T extends SeriesOptions = SeriesOptions> extends ChartItemOptions {
1696
1702
  row?: number;
1697
1703
  col?: number;
1698
1704
  /**
1699
- * 시리즈 그룹 요소들의 Options 배열.
1705
+ * 단일 시리즈 옵션 배열.
1700
1706
  */
1701
1707
  children?: T[];
1702
1708
  /**
@@ -1812,19 +1818,25 @@ interface BarSeriesGroupBaseOptions<T extends BarSeriesBaseOptions> extends Clus
1812
1818
  */
1813
1819
  baseValue?: number;
1814
1820
  }
1821
+ /**
1822
+ * {@page config.series.dumbbell} 시리즈 등 데이터포인트 뷰에 표시되는 마커 옵션.<br/>
1823
+ */
1815
1824
  interface SeriesMarkerOptions extends ChartItemOptions {
1816
1825
  /**
1817
1826
  * 명시적으로 지정하지 않으면 typeIndex에 따라 Shapes 중 하나로 돌아가면서 설정된다.
1818
- *
1819
1827
  */
1820
1828
  shape?: Shape;
1821
1829
  /**
1822
1830
  * {@page shape}의 반지름.
1823
- *
1824
1831
  */
1825
1832
  radius?: number;
1833
+ /**
1834
+ * 데이터포인트 마커의 동적 스타일 콜백.<br/>
1835
+ * 이 콜백에서 리턴되는 스타일이 가장 우선적으로 적용된다.
1836
+ */
1837
+ styleCallback?: PointStyleCallback;
1826
1838
  }
1827
- interface MarkerSeriesOptions extends SeriesOptions {
1839
+ interface MarkerSeriesOptions extends ConnectableSeriesOptions {
1828
1840
  /**
1829
1841
  * 명시적으로 지정하지 않으면 typeIndex에 따라 Shapes 중 하나로 돌아가면서 설정된다.
1830
1842
  *
@@ -1913,7 +1925,10 @@ interface LineSeriesMarkerOptions extends SeriesMarkerOptions {
1913
1925
  * //기본값은 AUTO(HEAD)이다.
1914
1926
  * //pointLabel.align으로 수평 정렬을 설정할 수있다.
1915
1927
  */
1916
- interface LineSeriesBaseOptions extends SeriesOptions {
1928
+ interface LineSeriesBaseOptions extends ConnectableSeriesOptions {
1929
+ /**
1930
+ * marker 옵션.<br/>
1931
+ */
1917
1932
  marker?: LineSeriesMarkerOptions;
1918
1933
  /**
1919
1934
  * null인 y값을 {@page baseValue}로 간주한다.
@@ -2486,7 +2501,7 @@ declare const BumpSeriesType = "bump";
2486
2501
  *
2487
2502
  * @config chart.series[type=bump]
2488
2503
  */
2489
- interface BumpSeriesGroupOptions extends SeriesGroupOptions {
2504
+ interface BumpSeriesGroupOptions extends SeriesGroupOptions<LineSeriesMarkerOptions> {
2490
2505
  type?: typeof BumpSeriesType;
2491
2506
  }
2492
2507
  /**
@@ -2608,12 +2623,12 @@ interface DumbbellSeriesMarkerOptions extends SeriesMarkerOptions {
2608
2623
  * @override
2609
2624
  * @default 4
2610
2625
  */
2611
- radius: number;
2626
+ radius?: number;
2612
2627
  /**
2613
2628
  * @override
2614
2629
  * @default 'circle'
2615
2630
  */
2616
- shape: Shape;
2631
+ shape?: Shape;
2617
2632
  }
2618
2633
  declare const DumbbellSeriesType = "dumbbell";
2619
2634
  /**
@@ -2646,10 +2661,10 @@ declare const DumbbellSeriesType = "dumbbell";
2646
2661
  *
2647
2662
  * @config chart.series[type=dumbbell]
2648
2663
  */
2649
- interface DumbbellSeriesOptions extends ClusterableSeriesOptions {
2664
+ interface DumbbellSeriesOptions extends LowRangedSeriesOptions {
2650
2665
  type?: typeof DumbbellSeriesType;
2651
- lowField: string;
2652
- marker: DumbbellSeriesMarkerOptions;
2666
+ marker?: DumbbellSeriesMarkerOptions;
2667
+ lowMarker?: DumbbellSeriesMarkerOptions;
2653
2668
  }
2654
2669
  declare const EqualizerSeriesType = "equalizer";
2655
2670
  /**
@@ -2725,12 +2740,12 @@ interface ErrorBarSeriesOptions extends LowRangedSeriesOptions {
2725
2740
  * @override
2726
2741
  * @default 0.3
2727
2742
  */
2728
- pointPadding: number;
2743
+ pointPadding?: number;
2729
2744
  /**
2730
2745
  * @override
2731
2746
  * @default '<b>${name}</b><br>${series}: <b>${lowValue}</b> ~ <b>${highValue}</b>'
2732
2747
  */
2733
- tooltipText: string;
2748
+ tooltipText?: string;
2734
2749
  }
2735
2750
  declare const FunnelSeriesType = "funnel";
2736
2751
  /**
@@ -2820,13 +2835,13 @@ declare const HeatmapSeriesType = "heatmap";
2820
2835
  *
2821
2836
  * @config chart.series[type=heatmap]
2822
2837
  */
2823
- interface HeatmapSeriesOptions extends SeriesOptions {
2838
+ interface HeatmapSeriesOptions extends ConnectableSeriesOptions {
2824
2839
  type?: typeof HeatmapSeriesType;
2825
2840
  /**
2826
2841
  * @override
2827
2842
  * @default 'x: <b>${x}</b><br>y: <b>${y}</b><br>heat: <b>${z}</b>'
2828
2843
  */
2829
- tooltipText: string;
2844
+ tooltipText?: string;
2830
2845
  }
2831
2846
  /**
2832
2847
  * @enum
@@ -2862,7 +2877,7 @@ declare const HistogramSeriesType = "histogram";
2862
2877
  * @css 'rct-histogram-series'
2863
2878
  * @config chart.series[type=histogram]
2864
2879
  */
2865
- interface HistogramSeriesOptions extends SeriesOptions {
2880
+ interface HistogramSeriesOptions extends ConnectableSeriesOptions {
2866
2881
  type?: typeof HistogramSeriesType;
2867
2882
  /**
2868
2883
  * @default 0
@@ -2974,7 +2989,7 @@ declare const LollipopSeriesType = "lollipop";
2974
2989
  */
2975
2990
  interface LollipopSeriesOptions extends BasedSeriesOptions {
2976
2991
  type?: typeof LollipopSeriesType;
2977
- marker: LollipopSeriesMarkerOptions;
2992
+ marker?: LollipopSeriesMarkerOptions;
2978
2993
  }
2979
2994
  declare const OhlcSeriesType = "ohlc";
2980
2995
  /**
@@ -3266,6 +3281,13 @@ declare const _TreemapAlgorithm: {
3266
3281
  readonly SLICE_DICE: "sliceDice";
3267
3282
  };
3268
3283
  type TreemapAlgorithm = typeof _TreemapAlgorithm[keyof typeof _TreemapAlgorithm];
3284
+ interface TreeGroupHeadOptions extends ChartItemOptions {
3285
+ /**
3286
+ * @override
3287
+ * @default false
3288
+ */
3289
+ visible?: boolean;
3290
+ }
3269
3291
  declare const TreemapSeriesType = "treemap";
3270
3292
  /**
3271
3293
  * Treemap 시리즈.<br/>
@@ -3420,7 +3442,7 @@ declare const VectorSeriesType = "vector";
3420
3442
  *
3421
3443
  * @config chart.series[type=vector]
3422
3444
  */
3423
- interface VectorSeriesOptions extends SeriesOptions {
3445
+ interface VectorSeriesOptions extends ConnectableSeriesOptions {
3424
3446
  type?: typeof VectorSeriesType;
3425
3447
  /**
3426
3448
  * json 객체나 배열로 전달되는 데이터포인트 정보에서 길이(length) 값을 지정하는 속성명이나 인덱스.<br/>
@@ -3621,7 +3643,7 @@ declare const _SubtitlePosition: {
3621
3643
  };
3622
3644
  type SubtitlePosition = typeof _SubtitlePosition[keyof typeof _SubtitlePosition];
3623
3645
  /**
3624
- * 차트 부제목(subtitle) 설정 옵션.<br/>
3646
+ * 차트 제목 주위에 표시되는 부제목 옵션.<br/>
3625
3647
  * 기본적으로 주제목(title)의 설정을 따르고, 몇가지 속성들이 추가된다.<br/>
3626
3648
  * 별도 설정이 없으면 표시되지 않는다.
3627
3649
  *
@@ -3778,8 +3800,28 @@ interface ZoomButtonOptions extends ChartItemOptions {
3778
3800
  */
3779
3801
  visible?: boolean;
3780
3802
  }
3803
+ interface EmptyViewOptions extends ChartTextOptions {
3804
+ /**
3805
+ * @override
3806
+ *
3807
+ * false로 지정하면 표시돼야할 상황에서도 표시되지 않는다.
3808
+ *
3809
+ * @default undefined
3810
+ */
3811
+ visible?: boolean;
3812
+ /**
3813
+ * @override
3814
+ *
3815
+ * 표시할 텍스트.<br/>
3816
+ * 지정하지 않으면 ''표시할 데이터가 없습니다.'가 표시된다.
3817
+ * 또, split pane인 경우 지정하지 않으면 먼저 기본 body에 설정된 값으로 표시된다.
3818
+ *
3819
+ * @default undefined
3820
+ */
3821
+ text?: string;
3822
+ }
3781
3823
  /**
3782
- * 시리즈 게이지들이 표시되는 영역 설정 옵션.<br/>
3824
+ * {@page config.base.series 시리즈}나 {@page config.base.gauge 게이지}들이 그려지는 영역 설정 옵션.<br/>
3783
3825
  *
3784
3826
  * ```js
3785
3827
  * const chart = {
@@ -3822,6 +3864,10 @@ interface BodyOptions extends ChartItemOptions {
3822
3864
  * 배경 이미지 설정 옵션.<br/>
3823
3865
  */
3824
3866
  image?: BackgroundImageOptions;
3867
+ /**
3868
+ * 차트에 표시할 데이터가 존재하지 않을 때 표시되는 메시지 view.<br/>
3869
+ */
3870
+ emptyView?: EmptyViewOptions;
3825
3871
  /**
3826
3872
  * plot 영역 마우스 드래깅을 통한 zooming 방식.
3827
3873
  *
@@ -3846,11 +3892,12 @@ interface NavigiatorHandleOptions extends ChartItemOptions {
3846
3892
  interface NavigiatorMaskOptions extends ChartItemOptions {
3847
3893
  }
3848
3894
  /**
3849
- * 시리즈 내비게이터 모델.<br/>
3850
- * 내비게이터에 표시되는 시리즈는 기본적으로 'area' 시리즈로 표시되지만,
3851
- * 'line', 'area', 'bar' 시리즈로 지정할 수도 있다.<br/>
3895
+ * 시리즈 내비게이터 설정 옵션.<br/>
3896
+ * 내비게이터에 표시되는 시리즈는 기본적으로 {@page config.series.area 'area'} 시리즈로 표시되지만,
3897
+ * {@page config.series.line 'line'}, {@page config.series.area 'area'},
3898
+ * {@page config.series.bara 'bar'} 시리즈로 지정할 수도 있다.<br/>
3852
3899
  * 내비게이터의 x축 종류는 명시적으로 설정하지 않으면 소스 시리즈의 x축 type을 따라간다.
3853
- * y축은 항상 'linear'로 생성된다.
3900
+ * y축은 항상 {@page config.yAxis.linear 'linear'}로 생성된다.
3854
3901
  *
3855
3902
  * @config chart.seriesNavigator
3856
3903
  */
@@ -4061,7 +4108,8 @@ declare const _TooltipScope: {
4061
4108
  };
4062
4109
  type TooltipScope = typeof _TooltipScope[keyof typeof _TooltipScope];
4063
4110
  /**
4064
- * 데이터포인트 tooltip 설정 옵션.<br/>
4111
+ * 데이터포인트 뷰에 마우스가 올라가면 표시되는 툴팁 상자 옵션.<br/>
4112
+ * {@page guide.tooltip 툴팁 개요} 페이지를 참조한다.
4065
4113
  *
4066
4114
  * @css 'rct-tooltip'
4067
4115
  * @config chart.tooltip
@@ -4231,7 +4279,7 @@ interface ImageListOptions extends AssetItemOptions {
4231
4279
  rootUrl?: string;
4232
4280
  width?: number;
4233
4281
  height?: number;
4234
- images: (ImageOptions | string)[];
4282
+ images?: (ImageOptions | string)[];
4235
4283
  }
4236
4284
  /**
4237
4285
  * 색상 목록을 미리 지정하고 {@page config.base.series#pointcolors} 등에 적용할 수 있다.<br/>
@@ -4769,8 +4817,9 @@ declare const _LegendLocation: {
4769
4817
  };
4770
4818
  type LegendLocation = typeof _LegendLocation[keyof typeof _LegendLocation];
4771
4819
  /**
4772
- * 차트 시리즈 구성을 직관적으로 이해할 수 있도록 도와주는 범례 설정 모델.<br/>
4773
- * visible 기본값이 undefined이고,
4820
+ * 차트 시리즈 구성 등을 직관적으로 이해할 수 있도록 도와주는 범례 설정 옵션.<br/>
4821
+ * 시리즈나 데이터포인트 등의 이름과 심볼을 같이 표시할 수 있다.<br/>
4822
+ * {@page visible} 기본값이 undefined이고,
4774
4823
  * 따로 지정하지 않으면 시리즈가 둘 이상 포함돼야 legend가 표시된다.<br/>
4775
4824
  * {@page guide.legend 범례 개요} 페이지를 참조한다.
4776
4825
  *
@@ -4782,7 +4831,7 @@ interface LegendOptions extends ChartItemOptions {
4782
4831
  * @override
4783
4832
  *
4784
4833
  * 명시적 true로 지정하고 항목이 하나라도 존재하거나,
4785
- * 명시적 false가 아닌 경우 항목이 둘 이상이면 표시된다.
4834
+ * 명시적 false가 아닌 경우 항목이 둘 이상이면 표시된다.<br/>
4786
4835
  *
4787
4836
  * @fiddle common/legend-visible Legend Visible
4788
4837
  * @default undefined
@@ -4793,114 +4842,127 @@ interface LegendOptions extends ChartItemOptions {
4793
4842
  */
4794
4843
  reversed?: boolean;
4795
4844
  /**
4796
- * 표시 위치.
4845
+ * 표시 위치.<br/>
4797
4846
  *
4847
+ * @default 'bottom'
4798
4848
  */
4799
4849
  location?: LegendLocation;
4800
4850
  /**
4801
- * item 배치 방향.
4851
+ * item 배치 방향.<br/>
4802
4852
  *
4853
+ * @default 'auto'
4803
4854
  */
4804
4855
  layout?: LegendLayout;
4805
4856
  /**
4806
- * legend 정렬 기준.
4857
+ * legend 정렬 기준.<br/>
4807
4858
  *
4859
+ * @default 'body'
4808
4860
  */
4809
4861
  alignBase?: AlignBase;
4810
4862
  /**
4811
4863
  * {@page location}이 'body'가 아닐 때,
4812
- * legend view와 나머지 chart 영역 사이의 gap.
4864
+ * legend view와 나머지 chart 영역 사이의 gap.<br/>
4813
4865
  *
4866
+ * @default 6 (픽셀)
4814
4867
  */
4815
4868
  gap?: number;
4816
4869
  /**
4817
- * legend 아이템들 사이의 간격.
4870
+ * legend 아이템들 사이의 간격.<br/>
4818
4871
  *
4872
+ * @default 8 (픽셀)
4819
4873
  */
4820
4874
  itemGap?: number;
4821
4875
  /**
4822
- * marker 표시 여부.
4876
+ * marker 표시 여부.<br/>
4823
4877
  *
4878
+ * @default true
4824
4879
  */
4825
4880
  markerVisible?: boolean;
4826
4881
  /**
4827
- * marker 크기.
4882
+ * marker 크기.<br/>
4828
4883
  *
4829
- * @default 10 픽셀.
4884
+ * @default 10 (픽셀).
4830
4885
  */
4831
4886
  markerSize?: number;
4832
4887
  /**
4833
- * marker와 text사이의 간격.
4888
+ * marker와 text사이의 간격.<br/>
4834
4889
  *
4890
+ * @default 4 (픽셀).
4835
4891
  */
4836
4892
  markerGap?: number;
4837
4893
  /**
4838
- * 배경 스타일 셋.
4894
+ * 배경 스타일 셋.<br/>
4839
4895
  * 배경 색상 및 경계선 스타일을 지정할 수 있다.
4840
- *
4841
4896
  */
4842
4897
  backgroundStyle?: SVGStyleOrClass;
4843
4898
  /**
4844
- * 한 줄 당 표시할 최대 legend 항목 수.
4845
- *
4899
+ * 한 줄 당 표시할 최대 legend 항목 수.<br/>
4846
4900
  */
4847
4901
  itemsPerLine?: number;
4848
4902
  /**
4849
- * 라인 사이의 간격.
4903
+ * 라인 사이의 간격.<br/>
4850
4904
  *
4905
+ * @default 4 (픽셀).
4851
4906
  */
4852
4907
  lineGap?: number;
4853
4908
  /**
4854
4909
  * 수평 {@page layout 배치}일 때,
4855
- * 최대 너비를 픽셀 단위의 크기 혹은 body 너비에 대한 상대 길이를 '%'로 지정한다.
4856
- *
4910
+ * 최대 너비를 픽셀 단위의 크기 혹은 body 너비에 대한 상대 길이를 '%'로 지정한다.<br/>
4857
4911
  */
4858
4912
  maxWidth?: PercentSize;
4859
4913
  /**
4860
4914
  * 수직 {@page layout 배치}일 때,
4861
- * 최대 높이를 픽셀 단위의 크기 혹은 body 높이에 대한 상대 길이를 '%'로 지정한다.
4862
- *
4915
+ * 최대 높이를 픽셀 단위의 크기 혹은 body 높이에 대한 상대 길이를 '%'로 지정한다.<br/>
4863
4916
  */
4864
4917
  maxHeight?: PercentSize;
4865
4918
  /**
4866
- * 수평 배치.
4919
+ * 수평 배치.<br/>
4867
4920
  * 값을 지정하지 않으면, 기본값이 {@page location}이 'body'일 때는 'left',
4868
- * 'left', 'right'일 때는 'center'이다.
4869
- *
4921
+ * 'left', 'right'일 때는 'center'이다.<br/>
4870
4922
  */
4871
4923
  align?: Align;
4872
4924
  /**
4873
- * 수직 배치.
4925
+ * 수직 배치.<br/>
4874
4926
  * 값을 지정하지 않으면, 기본값이 {@page location}이 'body'일 때는 'top',
4875
- * 'top', 'bottom'일 때는 'middle'이다.
4876
- *
4927
+ * 'top', 'bottom'일 때는 'middle'이다.<br/>
4877
4928
  */
4878
4929
  verticalAlign?: VerticalAlign;
4879
4930
  /**
4880
- * 범례와 body 혹은 차트 경계 사이의 수평 간격.
4931
+ * 범례와 body 혹은 차트 경계 사이의 수평 간격.<br/>
4881
4932
  *
4933
+ * @default 0
4882
4934
  */
4883
4935
  offsetX?: number;
4884
4936
  /**
4885
- * 범례와 body 혹은 차트 경계 사이의 수직 간격.
4937
+ * 범례와 body 혹은 차트 경계 사이의 수직 간격.<br/>
4886
4938
  *
4939
+ * @default 0
4887
4940
  */
4888
4941
  offsetY?: number;
4889
4942
  /**
4890
- * 한 라인의 item들이 배치되는 위치.
4943
+ * 한 라인의 item들이 배치되는 위치.<br/>
4891
4944
  *
4945
+ * @default 'center'
4892
4946
  */
4893
4947
  itemsAlign?: LegendItemsAlign;
4894
4948
  /**
4895
- * 범례 항목의 텍스트에도 marker와 동일한 색상을 적용한다.
4896
- *
4949
+ * 범례 항목의 텍스트에도 marker와 동일한 색상을 적용한다.<br/>
4897
4950
  */
4898
4951
  useTextColor?: boolean;
4899
4952
  /**
4900
- * 시리즈가 연결된 범례 아이템에 마우스가 올라가면 나머지 시리즈들을 반투명 처리해서 연결된 시리즈를 강조한다.
4953
+ * 시리즈가 연결된 범례 아이템에 마우스가 올라가면 나머지 시리즈들을 반투명 처리해서
4954
+ * 연결된 시리즈를 강조한다.<br/>
4901
4955
  *
4956
+ * @default true
4902
4957
  */
4903
4958
  seriesHovering?: boolean;
4959
+ /**
4960
+ * 데이터포인트 연결된 범례 아이템에 마우스가 올라가면 시리즈의 나머지 데이터포인트들을 반투명 처리해서
4961
+ * 연결된 데이터포인트를 강조한다.<br/>
4962
+ *
4963
+ * @default true
4964
+ */
4965
+ pointHovering?: boolean;
4904
4966
  }
4905
4967
 
4906
4968
  /**
@@ -4927,7 +4989,6 @@ interface ILegendSource {
4927
4989
  declare class LegendItem extends ChartItem<ChartItemOptions> {
4928
4990
  legend: Legend;
4929
4991
  source: ILegendSource;
4930
- static readonly MARKER_SIZE = 10;
4931
4992
  constructor(legend: Legend, source: ILegendSource);
4932
4993
  text(): string;
4933
4994
  }
@@ -4963,6 +5024,7 @@ declare class Legend extends Widget<LegendOptions> {
4963
5024
  getLayout(): LegendLayout;
4964
5025
  getMaxWidth(domain: number): number;
4965
5026
  getMaxHeight(domain: number): number;
5027
+ getMarkerSize(): number;
4966
5028
  protected _isVisible(): boolean;
4967
5029
  protected _doApply(options: LegendOptions): void;
4968
5030
  protected _doPrepareRender(chart: IChart): void;
@@ -5158,8 +5220,8 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
5158
5220
  static _loadSeries(chart: IChart, index: number, src: any, defType?: string): Series;
5159
5221
  static getPointTooltipParam(series: Series, point: DataPoint, param: string): any;
5160
5222
  private _data;
5161
- private _trendline;
5162
5223
  protected _pointLabel: DataPointLabel;
5224
+ protected _trendline: Trendline;
5163
5225
  private _name;
5164
5226
  _row: number;
5165
5227
  _col: number;
@@ -5220,16 +5282,11 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
5220
5282
  * 데이터포인트 label 설정 모델.
5221
5283
  */
5222
5284
  get pointLabel(): DataPointLabel<DataPointLabelOptions>;
5223
- /**
5224
- * 추세선 설정 모델.
5225
- */
5226
- get trendline(): Trendline;
5227
5285
  /**
5228
5286
  * 데이터포인터들을 생성하는 데 사용되는 값 목록.
5229
5287
  */
5230
5288
  get data(): any;
5231
5289
  private _setData;
5232
- contains(p: DataPoint): boolean;
5233
5290
  /**
5234
5291
  * 시리즈에 설정된 데이터포인트 개수.<br/>
5235
5292
  */
@@ -5238,6 +5295,7 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
5238
5295
  * 시리즈에 설정된 데이터포인트들 중 표시 중인 것들의 개수.<br/>
5239
5296
  */
5240
5297
  get visiblePointCount(): number;
5298
+ contains(p: DataPoint): boolean;
5241
5299
  getPoints(): DataPointCollection;
5242
5300
  _getLabeledPoints(): DataPoint[];
5243
5301
  _getVisiblePoints(): DataPoint[];
@@ -5309,11 +5367,10 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
5309
5367
  getLabelOff(off: number): number;
5310
5368
  referBy(ref: Series): void;
5311
5369
  setPointVisible(p: DataPoint, visible: boolean): void;
5312
- protected _createPointArgs(): DataPointCallbackArgs;
5313
5370
  protected _preparePointArgs(args: DataPointCallbackArgs): void;
5314
- protected _getPointCallbackArgs(args: DataPointCallbackArgs, p: DataPoint): void;
5371
+ _getPointCallbackArgs(args: DataPointCallbackArgs, p: DataPoint): void;
5315
5372
  getPointText(p: DataPoint, index: number, label: any): string;
5316
- getPointStyle(p: DataPoint): any;
5373
+ getPointStyle(p: DataPoint): SVGStyleOrClass;
5317
5374
  getPointLabelStyle(p: DataPoint): any;
5318
5375
  pointClicked(p: DataPoint): boolean;
5319
5376
  pointHovered(p: DataPoint): void;
@@ -5463,13 +5520,25 @@ declare class PlottingItemCollection extends ChartItemCollection<PlottingItem> {
5463
5520
  private $_loadItem;
5464
5521
  private $_add;
5465
5522
  }
5523
+ declare abstract class ConnectableSeries<OP extends ConnectableSeriesOptions = ConnectableSeriesOptions> extends Series<OP> {
5524
+ static defaults: ConnectableSeriesOptions;
5525
+ protected _doInitChildren(op: {
5526
+ [child: string]: ChartItemOptions;
5527
+ }): void;
5528
+ /**
5529
+ * 추세선 설정 모델.
5530
+ */
5531
+ get trendline(): Trendline;
5532
+ }
5466
5533
  /**
5467
- *
5534
+ * dumbbell 시리즈 등에 표시되는 마커.
5468
5535
  */
5469
5536
  declare abstract class SeriesMarker<OP extends SeriesMarkerOptions = {}> extends ChartItem<OP> {
5470
5537
  series: Series;
5471
5538
  static defaults: SeriesMarkerOptions;
5539
+ private _args;
5472
5540
  constructor(series: Series);
5541
+ getMarkerStyle(p: DataPoint): any;
5473
5542
  }
5474
5543
  declare class WidgetSeriesPoint extends DataPoint implements ILegendSource {
5475
5544
  _calcedColor: string;
@@ -5509,7 +5578,7 @@ declare abstract class RadialSeries<OP extends RadialSeriesOptions = RadialSerie
5509
5578
  }
5510
5579
  /**
5511
5580
  */
5512
- declare abstract class ClusterableSeries<OP extends ClusterableSeriesOptions = ClusterableSeriesOptions> extends Series<OP> implements IClusterable {
5581
+ declare abstract class ClusterableSeries<OP extends ClusterableSeriesOptions = ClusterableSeriesOptions> extends ConnectableSeries<OP> implements IClusterable {
5513
5582
  static defaults: ClusterableSeriesOptions;
5514
5583
  _clusterWidth: number;
5515
5584
  _clusterPos: number;
@@ -5632,7 +5701,7 @@ declare abstract class ClusterableSeriesGroup<T extends Series = Series, OP exte
5632
5701
  isClusterable(): boolean;
5633
5702
  setCluster(width: number, pos: number): void;
5634
5703
  }
5635
- declare abstract class MarkerSeries<OP extends MarkerSeriesOptions = MarkerSeriesOptions> extends Series<OP> {
5704
+ declare abstract class MarkerSeries<OP extends MarkerSeriesOptions = MarkerSeriesOptions> extends ConnectableSeries<OP> {
5636
5705
  static defaults: MarkerSeriesOptions;
5637
5706
  isMarker(): boolean;
5638
5707
  }
@@ -5872,19 +5941,6 @@ declare class AxisLine<OP extends AxisLineOptions = AxisLineOptions> extends Axi
5872
5941
  declare class AxisTitle extends AxisItem<AxisTitleOptions> {
5873
5942
  static defaults: AxisTitleOptions;
5874
5943
  private _rotation;
5875
- /**
5876
- * 타이틀을 가로 또는 세로로 배치할지 여부와 블록이 진행되는 방향을 지정한다.
5877
- *
5878
- * @config
5879
- */
5880
- writingMode: WritingMode;
5881
- /**
5882
- * 텍스트 문자 방향을 지정한다.
5883
- * 세로 모드의 텍스트에만 적용된다.
5884
- *
5885
- * @config
5886
- */
5887
- textOrientation: TextOrientation;
5888
5944
  getRotation(): number;
5889
5945
  protected _isVisible(): boolean;
5890
5946
  protected _doSetSimple(src: any): boolean;
@@ -6394,6 +6450,19 @@ interface AxisTitleOptions extends AxisItemOptions {
6394
6450
  *
6395
6451
  */
6396
6452
  backgroundStyle?: SVGStyleOrClass;
6453
+ /**
6454
+ * 타이틀을 가로 또는 세로로 배치할지 여부와 블록이 진행되는 방향을 지정한다.
6455
+ *
6456
+ * @config
6457
+ */
6458
+ writingMode?: WritingMode;
6459
+ /**
6460
+ * 텍스트 문자 방향을 지정한다.
6461
+ * 세로 모드의 텍스트에만 적용된다.
6462
+ *
6463
+ * @config
6464
+ */
6465
+ textOrientation?: TextOrientation;
6397
6466
  }
6398
6467
  /**
6399
6468
  * 축 선(line) 설정 모델.<br/>
@@ -6801,6 +6870,24 @@ interface AxisGuideOptions extends AxisItemOptions {
6801
6870
  */
6802
6871
  endValue?: number;
6803
6872
  }
6873
+ declare const AxisLineGuideType = "line";
6874
+ /**
6875
+ * 축 위의 특정한 값에 선분을 표시한다.<br/>
6876
+ */
6877
+ interface AxisLineGuideOptions extends AxisGuideOptions {
6878
+ type?: typeof AxisLineGuideType;
6879
+ value: number;
6880
+ }
6881
+ declare const AxisRangeGuideType = "range";
6882
+ /**
6883
+ * 축 위 특정한 두 값 사이의 영역을 구분 표시한다.<br/>
6884
+ * [주의] realchart-style.css에 fill-opacity가 0.2로 설정되어 있다.
6885
+ */
6886
+ interface AxisRangeGuideOptions extends AxisGuideOptions {
6887
+ type: typeof AxisRangeGuideType;
6888
+ startValue: number;
6889
+ endValue: number;
6890
+ }
6804
6891
  /**
6805
6892
  * Axis tick의 위치에 수평 혹은 수직선으로 plot 영역을 구분 표시한다.\
6806
6893
  * {@page visible} 기본값이 undefined인데,
@@ -7594,7 +7681,8 @@ interface ExporterOptions extends ChartItemOptions {
7594
7681
  }
7595
7682
 
7596
7683
  /**
7597
- * 게이지 모델.
7684
+ * 단일 값을 다양한 방식으로 표시한다.<br/>
7685
+ * 또, 단일 계이지들을 여러 개 묶어서 관련된 값을 표시할 수도 있다.
7598
7686
  */
7599
7687
  interface GaugeBaseOptions extends ChartItemOptions {
7600
7688
  type?: GaugeType;
@@ -7656,7 +7744,7 @@ interface GaugeBaseOptions extends ChartItemOptions {
7656
7744
  backgroundStyle?: SVGStyleOrClass;
7657
7745
  }
7658
7746
  /**
7659
- * 게이지 설정 옵션.<br/>
7747
+ * 단일 값을 다양한 방식으로 표시한다.<br/>
7660
7748
  *
7661
7749
  * @config chart.gauge[base]
7662
7750
  */
@@ -7667,9 +7755,14 @@ interface GaugeOptions extends GaugeBaseOptions {
7667
7755
  */
7668
7756
  duration?: number;
7669
7757
  }
7758
+ /**
7759
+ * 같은 종류의 단일 계이지들을 여러 개 묶어서 관련된 값을 표시한다.<br/>
7760
+ *
7761
+ * @config chart.gaugeGroup[base]
7762
+ */
7670
7763
  interface GaugeGroupOptions<T extends ValueGaugeOptions = ValueGaugeOptions> extends GaugeBaseOptions {
7671
7764
  /**
7672
- * 게이지 그룹 요소들의 Options 배열.
7765
+ * 단일 게이지 옵션 배열.
7673
7766
  */
7674
7767
  children?: T[];
7675
7768
  /**
@@ -8331,6 +8424,13 @@ interface CircleGaugeValueRimOptions extends CircleGaugeRimBaseOptions {
8331
8424
  */
8332
8425
  stroked?: boolean;
8333
8426
  }
8427
+ interface CircleGaugeValueMarkerOptions extends ChartItemOptions {
8428
+ /**
8429
+ * @override
8430
+ * @default false
8431
+ */
8432
+ visible?: boolean;
8433
+ }
8334
8434
  interface CircleGaugeHandOptions extends ChartItemOptions {
8335
8435
  /**
8336
8436
  * @override
@@ -8694,7 +8794,8 @@ interface SplitOptions extends ChartItemOptions {
8694
8794
  }
8695
8795
 
8696
8796
  /**
8697
- * 차트 기본 틀을 결정하는 중요한 몇가지 속성들과 하위 구성 요소들에 대한 옵션들을 설정한다.<br/>
8797
+ * 차트 좌표계와 방향 시리즈와 게이지의 기본 타입을 결정하는 중요한 몇가지 속성들과
8798
+ * 하위 구성 요소들에 대한 옵션들을 설정한다.<br/>
8698
8799
  * 차트 생성 시 이 옵션 객체를 구성해서 전달해야 한다.
8699
8800
  *
8700
8801
  * ```js
@@ -8773,15 +8874,17 @@ interface ChartConfiguration {
8773
8874
  */
8774
8875
  title?: TitleOptions | string;
8775
8876
  /**
8776
- * 차트 부제목.<br/>
8877
+ * 차트 제목 주위에 표시되는 부제목.<br/>
8777
8878
  */
8778
8879
  subtitle?: SubtitleOptions | string;
8779
8880
  /**
8780
- * 차트 범례.<br/>
8881
+ * 차트 시리즈 구성 등을 직관적으로 이해할 수 있도록 도와주는 범례.<br/>
8882
+ * 시리즈나 데이터포인트 등의 이름과 심볼을 같이 표시할 수 있다.
8781
8883
  */
8782
8884
  legend?: LegendOptions | boolean;
8783
8885
  /**
8784
- * 툴팁.<br/>
8886
+ * 데이터포인트 뷰에 마우스가 올라가면 표시되는 툴팁 상자.<br/>
8887
+ * {@page guide.tooltip 툴팁 개요} 페이지를 참조한다.
8785
8888
  */
8786
8889
  tooltip?: TooltipOptions | boolean;
8787
8890
  /**
@@ -8790,26 +8893,30 @@ interface ChartConfiguration {
8790
8893
  series?: SeriesOptionsType | SeriesOptionsType[];
8791
8894
  /**
8792
8895
  * x축 또는 x축 목록.<br/>
8793
- * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'xAxes'** 설정이 존재하면 load 후 이 속성으로 설정한다.
8896
+ * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'xAxes'** 항목이 존재하면
8897
+ * 그 항목을 이 속성으로 설정한다.
8794
8898
  */
8795
8899
  xAxis?: AxisOptionsType | AxisOptionsType[];
8796
8900
  /**
8797
8901
  * y축 또는 y축 목록.<br/>
8798
- * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'yAxes'** 설정이 존재하면 load 후 이 속성으로 설정한다.
8902
+ * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'yAxes'** 항목이 존재하면
8903
+ * 그 항목을 이 속성으로 설정한다.
8799
8904
  */
8800
8905
  yAxis?: AxisOptionsType | AxisOptionsType[];
8801
8906
  /**
8802
8907
  * 게이지 또는 게이지 목록.<br/>
8803
- * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'gauges'** 설정이 존재하면 load 후 이 속성으로 설정한다.
8908
+ * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'gauges'** 항목이 존재하면
8909
+ * 그 항목을 이 속성으로 설정한다.
8804
8910
  */
8805
8911
  gauge?: GaugeOptionsType | GaugeOptionsType[];
8806
8912
  /**
8807
8913
  * 어노테이션 또는 어노테이션 목록.<br/>
8808
- * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'annotations'** 설정이 존재하면 load 후 이 속성으로 설정한다.
8914
+ * [주의] 이전 버전의 설정을 로드하기 위해, 이 속성이 지정되지 않고 **'annotations'** 항목이 존재하면
8915
+ * 그 항목을 이 속성으로 설정한다.
8809
8916
  */
8810
8917
  annotation?: AnnotationOptionsType | AnnotationOptionsType[];
8811
8918
  /**
8812
- * 시리즈나 게이지들이 그려지는 영역.<br/>
8919
+ * {@page config.base.series 시리즈}나 {@page config.base.gauge 게이지}들이 그려지는 영역.<br/>
8813
8920
  */
8814
8921
  body?: BodyOptions;
8815
8922
  /**
@@ -8817,11 +8924,11 @@ interface ChartConfiguration {
8817
8924
  */
8818
8925
  seriesNavigator?: SeriesNavigatorOptions | boolean;
8819
8926
  /**
8820
- * 분할 모드.<br/>
8927
+ * 분할 모드 설정.<br/>
8821
8928
  */
8822
8929
  split?: SplitOptions;
8823
8930
  /**
8824
- * 내보내기.<br/>
8931
+ * 내보내기 설정.<br/>
8825
8932
  */
8826
8933
  exporting?: ExporterOptions;
8827
8934
  }
@@ -9200,6 +9307,12 @@ declare class ZoomButton extends ChartItem<ZoomButtonOptions> {
9200
9307
  constructor(body: Body);
9201
9308
  protected _isVisible(): boolean;
9202
9309
  }
9310
+ declare class EmptyView extends ChartText<EmptyViewOptions> {
9311
+ static readonly DEF_TEXT = "\uD45C\uC2DC\uD560 \uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.";
9312
+ static defaults: EmptyViewOptions;
9313
+ protected _doPrepareRender(chart: IChart): void;
9314
+ protected _getMessage(): string;
9315
+ }
9203
9316
  interface IPolar {
9204
9317
  start: number;
9205
9318
  total: number;
@@ -9232,6 +9345,7 @@ declare class Body<OP extends BodyOptions = BodyOptions> extends ChartItem<OP> i
9232
9345
  private _anns;
9233
9346
  private _image;
9234
9347
  private _zoomButton;
9348
+ private _emptyView;
9235
9349
  _annotations: AnnotationCollection;
9236
9350
  private _radiusDim;
9237
9351
  private _centerXDim;
@@ -9245,9 +9359,11 @@ declare class Body<OP extends BodyOptions = BodyOptions> extends ChartItem<OP> i
9245
9359
  }): void;
9246
9360
  anchorByName(name: string): ChartItem;
9247
9361
  get image(): BackgroundImage;
9362
+ get emptyView(): EmptyView;
9248
9363
  get zoomButton(): ZoomButton;
9249
9364
  base(): Body;
9250
9365
  canZoom(): boolean;
9366
+ isEmpty(): boolean;
9251
9367
  getRadius(width: number, height: number): number;
9252
9368
  setPolar(width: number, height: number): Body;
9253
9369
  getPolar(axis: Axis): IPolar;
@@ -9463,6 +9579,7 @@ interface IChart {
9463
9579
  xAxis: IAxis;
9464
9580
  yAxis: IAxis;
9465
9581
  _subtitle: Subtitle;
9582
+ _legend: Legend;
9466
9583
  _tooltip: Tooltip;
9467
9584
  _body: Body;
9468
9585
  _split: Split;
@@ -9480,6 +9597,7 @@ interface IChart {
9480
9597
  seriesByName(series: string): Series;
9481
9598
  axisByName(axis: string): Axis;
9482
9599
  getAxes(dir: SectionDir, visibleOnly: boolean): Axis[];
9600
+ seriesByPoint(point: DataPoint): Series;
9483
9601
  _getGroupType(type: string): any;
9484
9602
  _getSeriesType(type: string): any;
9485
9603
  _getAxisType(type: string): any;
@@ -10603,7 +10721,7 @@ declare class LinePointLabel extends DataPointLabel<LinePointLabelOptions> {
10603
10721
  * //기본값은 'auto'('head'')이다.
10604
10722
  * //pointLabel.align으로 수평 정렬을 설정할 수있다.
10605
10723
  */
10606
- declare abstract class LineSeriesBase<OP extends LineSeriesBaseOptions = LineSeriesBaseOptions> extends Series<OP> {
10724
+ declare abstract class LineSeriesBase<OP extends LineSeriesBaseOptions = LineSeriesBaseOptions> extends ConnectableSeries<OP> {
10607
10725
  static defaults: LineSeriesBaseOptions;
10608
10726
  private _marker;
10609
10727
  private _shape;
@@ -10992,6 +11110,17 @@ declare class CircleBarSeriesGroup extends BarSeriesGroupBase<CircleBarSeries, C
10992
11110
  protected _canContain(ser: Series): boolean;
10993
11111
  }
10994
11112
 
11113
+ /**
11114
+ * [low, y]
11115
+ * [x, low, y]
11116
+ */
11117
+ declare class DumbbellSeriesPoint extends RangedPoint {
11118
+ hPoint: number;
11119
+ radius: number;
11120
+ shape: Shape;
11121
+ lowRadius: number;
11122
+ lowShape: Shape;
11123
+ }
10995
11124
  declare class DumbbellSeriesMarker extends SeriesMarker<DumbbellSeriesMarkerOptions> {
10996
11125
  static defaults: DumbbellSeriesMarkerOptions;
10997
11126
  }
@@ -11000,19 +11129,21 @@ declare class DumbbellSeriesMarker extends SeriesMarker<DumbbellSeriesMarkerOpti
11000
11129
  * {@page op.SeriesOptions#type}은 {@page config.series.dumbbell 'dumbbell'}이고,
11001
11130
  * {@page options 설정} 모델은 {@page op.DumbbellSeriesOptions}이다.
11002
11131
  */
11003
- declare class DumbbellSeries extends ClusterableSeries<DumbbellSeriesOptions> {
11132
+ declare class DumbbellSeries extends LowRangedSeries<DumbbellSeriesOptions> {
11004
11133
  static readonly type = "dumbbell";
11005
11134
  private _marker;
11135
+ private _lowMarker;
11006
11136
  protected _doInitChildren(op: {
11007
11137
  [child: string]: ChartItemOptions;
11008
11138
  }): void;
11009
11139
  get marker(): DumbbellSeriesMarker;
11140
+ get lowMarker(): DumbbellSeriesMarker;
11010
11141
  canCategorized(): boolean;
11142
+ protected _getBottomValue(p: DumbbellSeriesPoint): number;
11011
11143
  pointLabelCount(): number;
11012
11144
  getLabelOff(off: number): number;
11013
11145
  protected _createPoint(source: any): DataPoint;
11014
11146
  protected _doPrepareRender(): void;
11015
- collectValues(axis: IAxis, vals: number[]): void;
11016
11147
  }
11017
11148
 
11018
11149
  /**
@@ -11074,7 +11205,7 @@ declare class FunnelSeries extends WidgetSeries<FunnelSeriesOptions> {
11074
11205
  * {@page op.SeriesOptions#type}은 {@page config.series.heatmap 'heatmap'}이고,
11075
11206
  * {@page options 설정} 모델은 {@page op.HeatmapSeriesOptions}이다.
11076
11207
  */
11077
- declare class HeatmapSeries extends Series<HeatmapSeriesOptions> {
11208
+ declare class HeatmapSeries extends ConnectableSeries<HeatmapSeriesOptions> {
11078
11209
  static readonly type = "heatmap";
11079
11210
  static defaults: HeatmapSeriesOptions;
11080
11211
  _heatMin: number;
@@ -11093,7 +11224,7 @@ declare class HeatmapSeries extends Series<HeatmapSeriesOptions> {
11093
11224
  * {@page op.SeriesOptions#type}은 {@page config.series.histogram 'histogram'}이고,
11094
11225
  * {@page options 설정} 모델은 {@page op.HistogramSeriesOptions}이다.
11095
11226
  */
11096
- declare class HistogramSeries extends Series<HistogramSeriesOptions> {
11227
+ declare class HistogramSeries extends ConnectableSeries<HistogramSeriesOptions> {
11097
11228
  static readonly type = "histogram";
11098
11229
  static defaults: HistogramSeriesOptions;
11099
11230
  _binInterval: number;
@@ -11359,7 +11490,7 @@ declare class TreemapSeries extends Series<TreemapSeriesOptions> {
11359
11490
  * {@page op.SeriesOptions#type}은 {@page config.series.vecotor 'vector'}이고,
11360
11491
  * {@page options 설정} 모델은 {@page op.VectorSeriesOptions}이다.
11361
11492
  */
11362
- declare class VectorSeries extends Series<VectorSeriesOptions> {
11493
+ declare class VectorSeries extends ConnectableSeries<VectorSeriesOptions> {
11363
11494
  static readonly type = "vector";
11364
11495
  static defaults: VectorSeriesOptions;
11365
11496
  protected _createPoint(source: any): DataPoint;
@@ -11936,4 +12067,4 @@ declare const configure: typeof Globals.configure;
11936
12067
  declare const createChart: typeof Globals.createChart;
11937
12068
  declare const createData: typeof Globals.createData;
11938
12069
 
11939
- export { Annotation, AreaRangeSeries, AreaSeries, AreaSeriesGroup, Axis, AxisBaseLine, AxisGrid, AxisItem, AxisLabel, AxisLabelArgs, AxisLine, AxisScrollBar, AxisSectorLine, AxisTick, AxisTitle, BarRangeSeries, BarSeries, BarSeriesBase, BarSeriesGroup, BarSeriesGroupBase, BasedSeries, BellCurveSeries, Body, BoxPlotSeries, BubbleSeries, BulletGauge, BulletGaugeBand, BulletGaugeGroup, BulletTargetBar, BulletValueBar, BumpSeriesGroup, CandlestickSeries, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisTick, Chart, ChartData, ChartDataCollection, ChartDataOptions, ChartItem, ChartOptions, ChartText, CircelBarPointLabel, CircleBarSeries, CircleBarSeriesGroup, CircleGauge, CircleGaugeGroup, CircleGaugeHand, CircleGaugePin, CircleGaugeRim, CircleGaugeRimBase, CircleGaugeScale, CircleGaugeValueRim, CircularGauge, CircularGaugeGroup, CircularGaugeLabel, ClockGauge, ClockGaugeHand, ClockGaugeLabel, ClockGaugeMinuteHand, ClockGaugePin, ClockGaugeRim, ClockGaugeSecondHand, ClockGaugeTick, ClockGaugeTickLabel, ClusterableSeries, ClusterableSeriesGroup, ConstraintSeriesGroup, ContinuousAxis, Credits, Crosshair, CrosshairCallbackArgs, DataPoint, DataPointCallbackArgs, DataPointCollection, DataPointLabel, DumbbellSeries, EqualizerSeries, ErrorBarSeries, ExportOptions, Exporter, FunnelSeries, Gauge, GaugeBase, GaugeGroup, GaugeItem, GaugeLabel, GaugeRangeBand, GaugeRangeLabel, GaugeScale, HeatmapSeries, HistogramSeries, IAxis, Point as IPoint, IconedText, ImageAnnotation, Legend, LinePointLabel, LineSeries, LineSeriesBase, LineSeriesGroup, LineSeriesPoint, LinearAxis, LinearGauge, LinearGaugeBase, LinearGaugeChildLabel, LinearGaugeGroup, LinearGaugeGroupBase, LinearGaugeGroupLabel, LinearGaugeLabel, LinearGaugeScale, LinearValueBar, LogAxis, LollipopSeries, LowRangedSeries, MarkerSeries, NavigatorMask, NavigiatorHandle, OhlcSeries, ParetoSeries, PieSeries, PieSeriesGroup, PieSeriesLabel, PieSeriesText, PointHovering, RadialSeries, RangedSeries, RcObject, SVGStyles, ScatterSeries, Series, SeriesGroup, SeriesMarker, SeriesNavigator, Shape, ShapeAnnotation, SplineSeries, Split, StepCallbackArgs, Subtitle, TextAnnotation, TimeAxis, Title, Tooltip, TreemapSeries, Trendline, ValueGauge, ValueRange, ValueRangeList, VectorSeries, WaterfallSeries, Widget, WidgetSeries, configure, createChart, createData, getVersion, setAnimatable, setDebugging, setLogging };
12070
+ export { Annotation, AnnotationAnimationOptions, AnnotationOptions, AnnotationOptionsType, AreaRangeSeries, AreaRangeSeriesOptions, AreaSeries, AreaSeriesGroup, AreaSeriesGroupOptions, AreaSeriesOptions, AssetItemOptions, AssetOptionsType, Axis, AxisBaseLine, AxisBaseLineOptions, AxisBreakOptions, AxisGrid, AxisGridOptions, AxisGridRowsOptions, AxisGuideLabelOptions, AxisGuideOptions, AxisItem, AxisItemOptions, AxisLabel, AxisLabelArgs, AxisLabelOptions, AxisLine, AxisLineGuideOptions, AxisLineOptions, AxisOptions, AxisOptionsType, AxisRangeGuideOptions, AxisScrollBar, AxisScrollBarOptions, AxisSectorLine, AxisSectorLineOptions, AxisTick, AxisTickOptions, AxisTitle, AxisTitleOptions, BackgroundImageOptions, BarRangeSeries, BarRangeSeriesOptions, BarSeries, BarSeriesBase, BarSeriesBaseOptions, BarSeriesGroup, BarSeriesGroupBase, BarSeriesGroupBaseOptions, BarSeriesGroupOptions, BarSeriesOptions, BasedSeries, BasedSeriesOptions, BellCurveSeries, BellCurveSeriesOptions, Body, BodyOptions, BoxPlotSeries, BoxPlotSeriesOptions, BubbleSeries, BubbleSeriesOptions, BulletGauge, BulletGaugeBand, BulletGaugeBandOptions, BulletGaugeGroup, BulletGaugeGroupOptions, BulletGaugeOptions, BulletTargetBar, BulletTargetBarOptions, BulletValueBar, BulletValueBarOptions, BumpSeriesGroup, BumpSeriesGroupOptions, CandlestickSeries, CandlestickSeriesOptions, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisOptions, CategoryAxisTick, CategoryAxisTickOptions, Chart, ChartConfiguration, ChartData, ChartDataCollection, ChartDataOptions, ChartItem, ChartItemOptions, ChartOptions, ChartOptionsOptions, ChartText, CircelBarPointLabel, CircleBarPointLabelOptions, CircleBarSeries, CircleBarSeriesGroup, CircleBarSeriesGroupOptions, CircleBarSeriesOptions, CircleGauge, CircleGaugeGroup, CircleGaugeGroupOptions, CircleGaugeHand, CircleGaugeHandOptions, CircleGaugeOptions, CircleGaugePin, CircleGaugePinOptions, CircleGaugeRim, CircleGaugeRimBase, CircleGaugeRimBaseOptions, CircleGaugeRimOptions, CircleGaugeScale, CircleGaugeScaleOptions, CircleGaugeValueMarkerOptions, CircleGaugeValueRim, CircleGaugeValueRimOptions, CircularGauge, CircularGaugeGroup, CircularGaugeGroupOptions, CircularGaugeLabel, CircularGaugeLabelOptions, CircularGaugeOptions, ClockGauge, ClockGaugeHand, ClockGaugeHandOptions, ClockGaugeLabel, ClockGaugeLabelOptions, ClockGaugeMinuteHand, ClockGaugeOptions, ClockGaugePin, ClockGaugePinOptions, ClockGaugeRim, ClockGaugeRimOptions, ClockGaugeSecondHand, ClockGaugeSecondHandOptions, ClockGaugeTick, ClockGaugeTickLabel, ClockGaugeTickLabelOptions, ClockGaugeTickOptions, ClusterableSeries, ClusterableSeriesGroup, ClusterableSeriesGroupOptions, ClusterableSeriesOptions, ColorListOptions, ConstraintSeriesGroup, ContinuousAxis, ContinuousAxisGridOptions, ContinuousAxisLabelOptions, ContinuousAxisOptions, ContinuousAxisTickOptions, Credits, CreditsOptions, Crosshair, CrosshairCallbackArgs, CrosshairFlagOptions, CrosshairOptions, DataPoint, DataPointCallbackArgs, DataPointCollection, DataPointLabel, DataPointLabelOptions, DumbbellSeries, DumbbellSeriesMarkerOptions, DumbbellSeriesOptions, EqualizerSeries, EqualizerSeriesOptions, ErrorBarSeries, ErrorBarSeriesOptions, ExportOptions, Exporter, FunnelSeries, FunnelSeriesOptions, Gauge, GaugeBase, GaugeBaseOptions, GaugeGroup, GaugeGroupOptions, GaugeItem, GaugeLabel, GaugeLabelOptions, GaugeOptions, GaugeOptionsType, GaugeRangeBand, GaugeRangeBandOptions, GaugeRangeLabel, GaugeRangeLabelOptions, GaugeScale, GaugeScaleLabelOptions, GaugeScaleOptions, GaugeScaleTickOptions, GradientOptions, GuageScaleTickOptions, HeatmapSeries, HeatmapSeriesOptions, HistogramSeries, HistogramSeriesOptions, IAxis, Point as IPoint, IconedText, ImageAnnotation, ImageAnnotationOptions, ImageListOptions, ImageOptions, Legend, LegendOptions, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGauge, LinearGaugeBase, LinearGaugeBaseOptions, LinearGaugeChildLabel, LinearGaugeChildLabelOptions, LinearGaugeGroup, LinearGaugeGroupBase, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabel, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeLabel, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScale, LinearGaugeScaleOptions, LinearGradientOptions, LinearValueBar, LinearValueBarOptions, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, OhlcSeries, OhlcSeriesOptions, PaneBodyOptions, PaneOptions, ParetoSeries, ParetoSeriesOptions, PatternOptions, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, PointHovering, PointHoveringOptions, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcObject, SVGStyles, ScatterSeries, ScatterSeriesOptions, Series, SeriesGroup, SeriesGroupOptions, SeriesMarker, SeriesMarkerOptions, SeriesNavigator, SeriesNavigatorOptions, SeriesOptions, SeriesOptionsType, Shape, ShapeAnnotation, ShapeAnnotationOptions, SplineSeries, SplineSeriesOptions, Split, SplitOptions, StepCallbackArgs, Subtitle, SubtitleOptions, TextAnnotation, TextAnnotationOptions, TimeAxis, TimeAxisLabelOptions, TimeAxisOptions, TimeAxisTickOptions, Title, TitleOptions, Tooltip, TooltipOptions, TreeGroupHeadOptions, TreemapSeries, TreemapSeriesOptions, Trendline, TrendlineOptions, ValueGauge, ValueGaugeOptions, ValueRange, ValueRangeList, VectorSeries, VectorSeriesOptions, WaterfallSeries, WaterfallSeriesOptions, Widget, WidgetSeries, WidgetSeriesOptions, ZoomButtonOptions, configure, createChart, createData, getVersion, setAnimatable, setDebugging, setLogging };