realchart 1.4.8 → 1.4.10
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 +3 -4
- package/gauge.js +3 -3
- package/gauge.mjs +3 -3
- package/heatmap.js +2 -2
- package/heatmap.mjs +2 -2
- package/ie/gauge.ie.js +3 -3
- package/ie/heatmap.ie.js +2 -2
- package/ie/index.ie.js +3 -3
- package/ie/pictogram.ie.js +3 -3
- package/ie/realchart-style.ie.css +73 -1
- package/ie/split.ie.js +2 -2
- package/ie/treemap.ie.js +2 -2
- package/ie/vector.ie.js +2 -2
- package/ie/wordcloud.ie.js +3 -3
- package/index.d.ts +269 -84
- package/index.js +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
- package/pictogram.d.ts +1 -0
- package/pictogram.js +3 -3
- package/pictogram.mjs +3 -3
- package/realchart-style.css +31 -1
- package/split.js +2 -2
- package/split.mjs +2 -2
- package/treemap.js +2 -2
- package/treemap.mjs +2 -2
- package/vector.js +2 -2
- package/vector.mjs +2 -2
- package/wordcloud.js +3 -3
- package/wordcloud.mjs +3 -3
package/index.d.ts
CHANGED
|
@@ -1678,6 +1678,11 @@ declare const _Shapes: {
|
|
|
1678
1678
|
/** @dummy */
|
|
1679
1679
|
type Shape = typeof _Shapes[keyof typeof _Shapes];
|
|
1680
1680
|
declare class SvgShapes {
|
|
1681
|
+
private static _createDrawers;
|
|
1682
|
+
private static _drawers;
|
|
1683
|
+
static getDrawer(shape: string): {
|
|
1684
|
+
(rd: number): (string | number)[];
|
|
1685
|
+
};
|
|
1681
1686
|
static line(x1: number, y1: number, x2: number, y2: number): PathValue[];
|
|
1682
1687
|
static polygon(...pts: number[]): PathValue[];
|
|
1683
1688
|
static box(x1: number, y1: number, x2: number, y2: number): PathValue[];
|
|
@@ -1855,13 +1860,87 @@ interface DataPointLabelOptions extends IconedTextOptions {
|
|
|
1855
1860
|
*/
|
|
1856
1861
|
rotation?: number;
|
|
1857
1862
|
}
|
|
1858
|
-
/**
|
|
1863
|
+
/**
|
|
1864
|
+
* 데이터포인트 label의 연결선 옵션.<br/>
|
|
1865
|
+
*/
|
|
1859
1866
|
interface DataPointLabelLineOptions extends ChartItemOptions {
|
|
1860
1867
|
/**
|
|
1861
1868
|
* @default false
|
|
1862
1869
|
*/
|
|
1863
1870
|
visible?: boolean;
|
|
1864
1871
|
}
|
|
1872
|
+
/**
|
|
1873
|
+
* 추세선 아래쪽에 표시되는 영역 설정 모델.<br/>
|
|
1874
|
+
*/
|
|
1875
|
+
interface TrendlineAreaOptions extends ChartItemOptions {
|
|
1876
|
+
/**
|
|
1877
|
+
* @default false
|
|
1878
|
+
*/
|
|
1879
|
+
visible?: boolean;
|
|
1880
|
+
}
|
|
1881
|
+
/**
|
|
1882
|
+
* 추세선 라벨 옵션.<br/>
|
|
1883
|
+
*/
|
|
1884
|
+
interface TrendlineLabelOptions extends IconedTextOptions {
|
|
1885
|
+
/**
|
|
1886
|
+
* @default false
|
|
1887
|
+
*/
|
|
1888
|
+
visible?: boolean;
|
|
1889
|
+
/**
|
|
1890
|
+
* 라벨 텍스트.<br/>
|
|
1891
|
+
*
|
|
1892
|
+
* @default '${expr}'
|
|
1893
|
+
*/
|
|
1894
|
+
text?: string;
|
|
1895
|
+
/**
|
|
1896
|
+
* 라벨 위치.<br/>
|
|
1897
|
+
* 추세선 시작점과 끝점 사이의 상대 위치를 0~1 사이의 숫자로 지정한다.<br/>
|
|
1898
|
+
*
|
|
1899
|
+
* @default 1
|
|
1900
|
+
*/
|
|
1901
|
+
position?: number;
|
|
1902
|
+
/**
|
|
1903
|
+
* 수평 정렬 방식.<br/>
|
|
1904
|
+
*
|
|
1905
|
+
* @default 'auto'
|
|
1906
|
+
*/
|
|
1907
|
+
align?: 'auto' | Align;
|
|
1908
|
+
/**
|
|
1909
|
+
* 수직 정렬 방식.<br/>
|
|
1910
|
+
*
|
|
1911
|
+
* @default 'auto'
|
|
1912
|
+
*/
|
|
1913
|
+
verticalAlign?: 'auto' | VerticalAlign;
|
|
1914
|
+
/**
|
|
1915
|
+
* 0보다 큰 값이면 원래 표시 위치에서 수평으로 멀어지고, 음수면 가까워진다.<br/>
|
|
1916
|
+
*
|
|
1917
|
+
* @default {@link align}이 'left'나 'right'일 때는 4, 아니면 0
|
|
1918
|
+
} */
|
|
1919
|
+
offsetX?: number;
|
|
1920
|
+
/**
|
|
1921
|
+
* 0보다 큰 값이면 원래 표시 위치에서 수직으로 멀어지고, 음수면 가까워진다.<br/>
|
|
1922
|
+
*
|
|
1923
|
+
* @default {@link verticalAlign}이 'top'이나 'bottom'일 때는 4, 아니면 0
|
|
1924
|
+
*/
|
|
1925
|
+
offsetY?: number;
|
|
1926
|
+
}
|
|
1927
|
+
interface TrendlineMarkerOptions extends ChartItemOptions {
|
|
1928
|
+
/**
|
|
1929
|
+
* @default false
|
|
1930
|
+
*/
|
|
1931
|
+
visible?: boolean;
|
|
1932
|
+
/**
|
|
1933
|
+
* maker 모양.<br/>
|
|
1934
|
+
* 지정하지 않으면 'circle'
|
|
1935
|
+
*/
|
|
1936
|
+
shape?: Shape;
|
|
1937
|
+
/**
|
|
1938
|
+
* maker 반지름 크기.<br/>
|
|
1939
|
+
*
|
|
1940
|
+
* @default 4
|
|
1941
|
+
*/
|
|
1942
|
+
radius?: number;
|
|
1943
|
+
}
|
|
1865
1944
|
/**
|
|
1866
1945
|
* 추세선(trendline) 유형.<br/>
|
|
1867
1946
|
*
|
|
@@ -1909,7 +1988,8 @@ declare const _TrendLineType: {
|
|
|
1909
1988
|
type TrendLineType = typeof _TrendLineType[keyof typeof _TrendLineType];
|
|
1910
1989
|
/**
|
|
1911
1990
|
* 시리즈 추세선 옵션.<br/>
|
|
1912
|
-
* {@link https://realchart.co.kr/config/config/base/series series}의 'trendLine' 항목으로
|
|
1991
|
+
* {@link https://realchart.co.kr/config/config/base/series series}의 'trendLine' 항목으로 설정한다.<br/>
|
|
1992
|
+
* polar 차트에서는 {@link variableArea}, {@link fixedArea} 속성들은 지원되지 않는다.
|
|
1913
1993
|
*
|
|
1914
1994
|
* @enum
|
|
1915
1995
|
*/
|
|
@@ -1921,27 +2001,74 @@ interface TrendlineOptions extends ChartItemOptions {
|
|
|
1921
2001
|
*/
|
|
1922
2002
|
visible?: boolean;
|
|
1923
2003
|
/**
|
|
1924
|
-
* 추세선
|
|
1925
|
-
*
|
|
2004
|
+
* 추세선 유형.<br/>
|
|
1926
2005
|
*/
|
|
1927
2006
|
type?: TrendLineType;
|
|
1928
2007
|
/**
|
|
1929
|
-
* 추세선
|
|
2008
|
+
* 추세선 정밀도.<br/>
|
|
1930
2009
|
* 데이터포인트 사이에 계산될 지점의 개수.
|
|
1931
2010
|
*
|
|
2011
|
+
* @default 5
|
|
1932
2012
|
*/
|
|
1933
2013
|
resolution?: number;
|
|
1934
2014
|
/**
|
|
1935
|
-
* 이동 평균 유형의 계산
|
|
1936
|
-
*
|
|
2015
|
+
* 이동 평균 유형의 계산 간격.<br/>
|
|
1937
2016
|
*/
|
|
1938
2017
|
movingInterval?: number;
|
|
1939
2018
|
/**
|
|
1940
|
-
*
|
|
1941
|
-
*
|
|
1942
|
-
*
|
|
2019
|
+
* @deprecated 적용되지 않는다.
|
|
2020
|
+
* 아주 부드러운 곡선이 필요하면 {@link resolution} 속성값을 기본값 보다 높게 지정한다.
|
|
1943
2021
|
*/
|
|
1944
2022
|
curved?: boolean;
|
|
2023
|
+
/**
|
|
2024
|
+
* 추세선을 앞으로(데이터의 X축 증가 방향) 얼마만큼 연장(예측)할지 지정한다.<br/>
|
|
2025
|
+
* 숫자는 X축 단위(예: 시간 단위 또는 X 값 자체)로 해석된다.
|
|
2026
|
+
* 0보다 큰 값으로 지정해야 한다.
|
|
2027
|
+
*/
|
|
2028
|
+
forward?: number;
|
|
2029
|
+
/**
|
|
2030
|
+
* 추세선을 뒤로(데이터의 X축 감소 방향) 얼마만큼 연장할지 지정한다.<br/>
|
|
2031
|
+
* 숫자는 X축 단위로 해석된다.
|
|
2032
|
+
* 0보다 큰 값으로 지정해야 한다.
|
|
2033
|
+
*/
|
|
2034
|
+
backward?: number;
|
|
2035
|
+
/**
|
|
2036
|
+
* 변동 부하(Variable Load) 영역 설정.<br/>
|
|
2037
|
+
* 예측 오차 범위 또는 변동성을 나타낸다.
|
|
2038
|
+
*/
|
|
2039
|
+
variableArea?: TrendlineAreaOptions;
|
|
2040
|
+
/**
|
|
2041
|
+
* 고정 부하(Fixed Load) 영역 설정.<br/>
|
|
2042
|
+
* 고정적으로 발생하는 부하를 의미한다.
|
|
2043
|
+
* Y-Intercept(절편).
|
|
2044
|
+
*/
|
|
2045
|
+
fixedArea?: TrendlineAreaOptions;
|
|
2046
|
+
/**
|
|
2047
|
+
* 추세선 라벨 설정.<br/>
|
|
2048
|
+
* 추세선으로 계산된 수식 등을 표시하는 용도로 사용할 수 있다.
|
|
2049
|
+
*/
|
|
2050
|
+
label?: TrendlineLabelOptions;
|
|
2051
|
+
/**
|
|
2052
|
+
* 추세선 양 끝에 표시되는 마커 설정.<br/>
|
|
2053
|
+
*/
|
|
2054
|
+
marker?: TrendlineMarkerOptions;
|
|
2055
|
+
/**
|
|
2056
|
+
* 이동 평균(movingAverage) 추세선 유형일 때, 외삽법(extrapolation) 방식.<br/>
|
|
2057
|
+
* 'none'은 외삽을 사용하지 않으며, 'linear'는 선형 외삽, 'flat'은 평탄한 외삽을 의미한다.
|
|
2058
|
+
*
|
|
2059
|
+
* @default 'none'
|
|
2060
|
+
*/
|
|
2061
|
+
maExtrapolation?: 'none' | 'linear' | 'flat';
|
|
2062
|
+
/**
|
|
2063
|
+
* 추세선 수식에 사용되는 숫자 형식.<br/>
|
|
2064
|
+
*
|
|
2065
|
+
* @default '0.####'
|
|
2066
|
+
*/
|
|
2067
|
+
numberFormat?: string;
|
|
2068
|
+
/**
|
|
2069
|
+
* true로 지정하면 시리즈가 애니메이션 중일 때는 표시하지 않는다.<br/>
|
|
2070
|
+
*/
|
|
2071
|
+
autoHide?: boolean;
|
|
1945
2072
|
}
|
|
1946
2073
|
/**
|
|
1947
2074
|
* 시리즈는 {@link data}로 지정된 값들을 데이터포인트로 표시하는 차트의 핵심 구성 요소이다.<br/>
|
|
@@ -1993,31 +2120,31 @@ interface SeriesOptions extends ChartItemOptions {
|
|
|
1993
2120
|
/**
|
|
1994
2121
|
* json 객체나 배열로 전달되는 데이터포인트 정보에서 x 값을 지정하는 속성명이나 인덱스 또는,
|
|
1995
2122
|
* 전달되는 json 객체에서 x 값을 리턴하는 함수.<br/>
|
|
1996
|
-
* 지정하지
|
|
2123
|
+
* 지정하지 않으면(undefined), 데이터포인트의 값이 array일 때는 0, 객체이면 'x' 속성 값이 사용된다..
|
|
1997
2124
|
*/
|
|
1998
2125
|
xField?: string | number | Function;
|
|
1999
2126
|
/**
|
|
2000
2127
|
* json 객체나 배열로 전달되는 데이터포인트 정보에서 y 값을 지정하는 속성명이나 인덱스 또는,
|
|
2001
2128
|
* 전달되는 json 객체에서 y 값을 리턴하는 함수.<br/>
|
|
2002
|
-
* 지정하지
|
|
2129
|
+
* 지정하지 않으면(undefined), 데이터포인트의 값이 array일 때는 1, 객체이면 'y' 속성 값이 사용된다.
|
|
2003
2130
|
*/
|
|
2004
2131
|
yField?: string | number | Function;
|
|
2005
2132
|
/**
|
|
2006
2133
|
* json 객체나 배열로 전달되는 데이터포인트 정보에서 z 값을 지정하는 속성명이나 인덱스 또는,
|
|
2007
2134
|
* 전달되는 json 객체에서 z 값을 리턴하는 함수.<br/>
|
|
2008
|
-
* 지정하지
|
|
2135
|
+
* 지정하지 않으면(undefined), 데이터포인트의 값이 array일 때는 2, 객체이면 'z' 속성 값이 사용된다.
|
|
2009
2136
|
*/
|
|
2010
2137
|
zField?: string | number | Function;
|
|
2011
2138
|
/**
|
|
2012
2139
|
* json 객체나 배열로 전달되는 데이터포인트 정보에서 color 값을 지정하는 속성명이나 인덱스 또는,
|
|
2013
2140
|
* 전달되는 json 객체에서 color 값을 리턴하는 함수.<br/>
|
|
2014
|
-
* 지정하지
|
|
2141
|
+
* 지정하지 않으면(undefined), 데이터포인트의 값이 객체일 때 'color' 속성 값이 사용된다.
|
|
2015
2142
|
*/
|
|
2016
2143
|
colorField?: string | number | Function;
|
|
2017
2144
|
/**
|
|
2018
2145
|
* json 객체나 배열로 전달되는 데이터포인트 정보에서 icon 값을 지정하는 속성명이나 인덱스 또는,
|
|
2019
2146
|
* 전달되는 json 객체에서 icon 값을 리턴하는 함수.<br/>
|
|
2020
|
-
* 지정하지
|
|
2147
|
+
* 지정하지 않으면(undefined), 데이터포인트의 값이 객체일 때 'icon' 속성 값이 사용된다.
|
|
2021
2148
|
*/
|
|
2022
2149
|
iconField?: string | number | Function;
|
|
2023
2150
|
/**
|
|
@@ -2235,7 +2362,7 @@ interface BasedSeriesOptions extends ClusterableSeriesOptions {
|
|
|
2235
2362
|
/**
|
|
2236
2363
|
* null인 y값을 {@link baseValue}로 간주한다.<br/>
|
|
2237
2364
|
*
|
|
2238
|
-
* @default
|
|
2365
|
+
* @default false
|
|
2239
2366
|
*/
|
|
2240
2367
|
nullAsBase?: boolean;
|
|
2241
2368
|
/**
|
|
@@ -2760,7 +2887,8 @@ interface OthersGroupOptions extends ChartItemOptions {
|
|
|
2760
2887
|
interface WidgetSeriesOptions extends SeriesOptions {
|
|
2761
2888
|
/**
|
|
2762
2889
|
* body 영역을 기준으로 {@link https://realchart.co.kr/config/config/series/pie pie},
|
|
2763
|
-
* {@link https://realchart.co.kr/config/config/series/funnel funnel}
|
|
2890
|
+
* {@link https://realchart.co.kr/config/config/series/funnel funnel}, {@link https://realchart.co.kr/config/config/series/pictorial pictorial},
|
|
2891
|
+
* 시리즈 등의 수평 중심 위치<br/>
|
|
2764
2892
|
* 숫자나 body 영역 너비에 대한 상대값을 '%'로 지정할 수 있다.
|
|
2765
2893
|
*
|
|
2766
2894
|
* @default '50%'
|
|
@@ -2768,7 +2896,8 @@ interface WidgetSeriesOptions extends SeriesOptions {
|
|
|
2768
2896
|
centerX?: PercentSize;
|
|
2769
2897
|
/**
|
|
2770
2898
|
* body 영역을 기준으로 {@link https://realchart.co.kr/config/config/series/pie pie},
|
|
2771
|
-
* {@link https://realchart.co.kr/config/config/series/funnel funnel}
|
|
2899
|
+
* {@link https://realchart.co.kr/config/config/series/funnel funnel}, {@link https://realchart.co.kr/config/config/series/pictorial pictorial},
|
|
2900
|
+
* 시리즈 등의 수직 중심 위치<br/>
|
|
2772
2901
|
* 숫자나 body 영역 높이에 대한 상대값을 '%'로 지정할 수 있다.
|
|
2773
2902
|
|
|
2774
2903
|
* @default '50%'
|
|
@@ -2781,7 +2910,8 @@ interface WidgetSeriesOptions extends SeriesOptions {
|
|
|
2781
2910
|
center?: PercentSize;
|
|
2782
2911
|
/**
|
|
2783
2912
|
* true로 지정하면 {@link https://realchart.co.kr/config/config/series/pie pie},
|
|
2784
|
-
* {@link https://realchart.co.kr/config/config/series/funnel funnel}
|
|
2913
|
+
* {@link https://realchart.co.kr/config/config/series/funnel funnel}, {@link https://realchart.co.kr/config/config/series/pictorial pictorial},
|
|
2914
|
+
* 시리즈 등의 데이터포인트별 legend 항목을 표시한다.<br/>
|
|
2785
2915
|
*
|
|
2786
2916
|
* @default false
|
|
2787
2917
|
*/
|
|
@@ -2876,7 +3006,7 @@ interface BarRangeSeriesOptions extends LowRangedSeriesOptions {
|
|
|
2876
3006
|
* |{@link yField}|속성 값, 또는 'y', 'value' 속성들 중 순서대로 값이 설정된 것이 y 값이 된다.|
|
|
2877
3007
|
* |{@link colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
2878
3008
|
* |{@link iconField}|속성 값, 또는 'icon' 속성 값으로 데이터포인트의 개별 이미지가 지정된다.|
|
|
2879
|
-
*
|
|
3009
|
+
*
|
|
2880
3010
|
* @css 'rct-bar-series'
|
|
2881
3011
|
*
|
|
2882
3012
|
*/
|
|
@@ -4944,13 +5074,13 @@ interface PictorialSeriesOptions extends WidgetSeriesOptions {
|
|
|
4944
5074
|
/**
|
|
4945
5075
|
* {@link Pictorial} 표시 너비를 pixel이나 body 너비에 대한 비율(%)로 지정한다.<br/>
|
|
4946
5076
|
* 이 크기를 지정하지 않으면 {@link size} 설정에 맞게 자동으로 적용된다.
|
|
4947
|
-
* {@link size}도 지정되지 않았다면 {@link Pictorial}에 지정된 svg
|
|
5077
|
+
* {@link size}도 지정되지 않았다면 {@link Pictorial}에 지정된 svg 크기대로 표시된다.
|
|
4948
5078
|
*/
|
|
4949
5079
|
width?: PercentSize;
|
|
4950
5080
|
/**
|
|
4951
5081
|
* {@link Pictorial} 표시 너비를 pixel이나 body 높이에 대한 비율(%)로 지정한다.<br/>
|
|
4952
5082
|
* 이 크기를 지정하지 않으면 {@link size} 설정에 맞게 자동으로 적용된다.
|
|
4953
|
-
* {@link size}도 지정되지 않았다면 {@link Pictorial}에 지정된 svg
|
|
5083
|
+
* {@link size}도 지정되지 않았다면 {@link Pictorial}에 지정된 svg 크기대로 표시된다.
|
|
4954
5084
|
*/
|
|
4955
5085
|
height?: PercentSize;
|
|
4956
5086
|
/**
|
|
@@ -7067,6 +7197,93 @@ declare class CategoryAxis extends Axis<CategoryAxisOptions> {
|
|
|
7067
7197
|
private $_collectCategories;
|
|
7068
7198
|
}
|
|
7069
7199
|
|
|
7200
|
+
declare class TrendlineArea extends ChartItem<TrendlineAreaOptions> {
|
|
7201
|
+
static defaults: TrendlineAreaOptions;
|
|
7202
|
+
}
|
|
7203
|
+
declare class TrendlineLabel extends IconedText<TrendlineLabelOptions> {
|
|
7204
|
+
private static readonly OFFSET;
|
|
7205
|
+
static defaults: TrendlineLabelOptions;
|
|
7206
|
+
getAlign(inverted: boolean, xReversed: boolean, yReversed: boolean, pos: number): Align;
|
|
7207
|
+
getVerticalAlign(inverted: boolean, xReversed: boolean, yReversed: boolean): VerticalAlign;
|
|
7208
|
+
getAlignPolar(angle: number): Align;
|
|
7209
|
+
getVerticalAlignPolar(angle: number): VerticalAlign;
|
|
7210
|
+
getOffsetX(align: Align): number;
|
|
7211
|
+
getOffsetY(vAlign: VerticalAlign): number;
|
|
7212
|
+
getDefaultIconPos(): IconPosition;
|
|
7213
|
+
protected _doApply(op: TrendlineLabelOptions): void;
|
|
7214
|
+
}
|
|
7215
|
+
declare class TrendlineMarker extends ChartItem<TrendlineMarkerOptions> {
|
|
7216
|
+
static defaults: TrendlineMarkerOptions;
|
|
7217
|
+
getRadius(): number;
|
|
7218
|
+
}
|
|
7219
|
+
interface ITrendlineOwner {
|
|
7220
|
+
chart: IChart;
|
|
7221
|
+
_visPoints: DataPoint[];
|
|
7222
|
+
_xAxisObj?: IAxis;
|
|
7223
|
+
_yAxisObj?: IAxis;
|
|
7224
|
+
}
|
|
7225
|
+
/**
|
|
7226
|
+
* 시리즈 {@link https://en.wikipedia.org/wiki/Trend_line_(technical_analysis) 추세선} 모델.<br/>
|
|
7227
|
+
* 설정 {@link options} 모델은 {@link https://realchart.co.kr/docs/api/options/TrendlineOptions TrendlineOptions}이고,
|
|
7228
|
+
* {@link https://realchart.co.kr/config/config/base/series/trendline trendline} 항목으로 설정한다.
|
|
7229
|
+
* ```js
|
|
7230
|
+
* const config = {
|
|
7231
|
+
* series: {
|
|
7232
|
+
* trendline: {
|
|
7233
|
+
* type: 'logarithmic'
|
|
7234
|
+
* },
|
|
7235
|
+
* },
|
|
7236
|
+
* };
|
|
7237
|
+
* ```
|
|
7238
|
+
* 또, Chart.{@link rc.Series#trendline trendline}로 모델 객체를 가져올 수 있다.
|
|
7239
|
+
* ```js
|
|
7240
|
+
* chart.series.trendline.type = 'logarithmic';
|
|
7241
|
+
* ```
|
|
7242
|
+
*/
|
|
7243
|
+
declare class Trendline extends ChartItem<TrendlineOptions> {
|
|
7244
|
+
owner: ITrendlineOwner;
|
|
7245
|
+
static defaults: TrendlineOptions;
|
|
7246
|
+
private _variableArea;
|
|
7247
|
+
private _fixedArea;
|
|
7248
|
+
private _label;
|
|
7249
|
+
private _marker;
|
|
7250
|
+
_points: {
|
|
7251
|
+
x: number;
|
|
7252
|
+
y: number;
|
|
7253
|
+
}[];
|
|
7254
|
+
private _res;
|
|
7255
|
+
private _expr;
|
|
7256
|
+
private _minX;
|
|
7257
|
+
private _maxX;
|
|
7258
|
+
private _minY;
|
|
7259
|
+
private _maxY;
|
|
7260
|
+
private _formatter;
|
|
7261
|
+
private _labelDomain;
|
|
7262
|
+
constructor(owner: ITrendlineOwner);
|
|
7263
|
+
protected _doInit(op: TrendlineOptions): void;
|
|
7264
|
+
get variableArea(): TrendlineArea;
|
|
7265
|
+
get fixedArea(): TrendlineArea;
|
|
7266
|
+
get expression(): string;
|
|
7267
|
+
get label(): TrendlineLabel;
|
|
7268
|
+
get marker(): TrendlineMarker;
|
|
7269
|
+
getLabelDomain(): IRichTextDomain;
|
|
7270
|
+
setRange(xMin: number, xMax: number, yMin: number, yMax: number): this;
|
|
7271
|
+
protected _doPrepareRender(chart: IChart): void;
|
|
7272
|
+
getLabel(): string;
|
|
7273
|
+
protected _doApply(op: TrendlineOptions): void;
|
|
7274
|
+
private _calcLine;
|
|
7275
|
+
private _linear;
|
|
7276
|
+
private _logarithmic;
|
|
7277
|
+
private _power;
|
|
7278
|
+
private _calcLine2;
|
|
7279
|
+
private _exponential;
|
|
7280
|
+
_polynomial(f: NumberFormatter, pts: Point[]): {
|
|
7281
|
+
expr: string;
|
|
7282
|
+
evaluator: (x: number) => number;
|
|
7283
|
+
};
|
|
7284
|
+
private _movingAverage;
|
|
7285
|
+
}
|
|
7286
|
+
|
|
7070
7287
|
declare class DataPointLabelLine extends ChartItem<DataPointLabelLineOptions> {
|
|
7071
7288
|
static defaults: DataPointLabelLineOptions;
|
|
7072
7289
|
}
|
|
@@ -7127,55 +7344,13 @@ interface IPlottingItem {
|
|
|
7127
7344
|
_prepareRender(): void;
|
|
7128
7345
|
prepareAfter(): void;
|
|
7129
7346
|
collectValues(axis: IAxis, vals: number[]): void;
|
|
7130
|
-
collectRanges(vals: number[]): void;
|
|
7347
|
+
collectRanges(axis: IAxis, vals: number[]): void;
|
|
7131
7348
|
prepareReferents(axis: IAxis): void;
|
|
7132
7349
|
seriesChanged(): boolean;
|
|
7133
7350
|
connectable(axis: IAxis): boolean;
|
|
7134
7351
|
isRace(): boolean;
|
|
7135
7352
|
getCategoryPos?(value: number): number;
|
|
7136
7353
|
}
|
|
7137
|
-
/**
|
|
7138
|
-
* 시리즈 {@link https://en.wikipedia.org/wiki/Trend_line_(technical_analysis) 추세선} 모델.<br/>
|
|
7139
|
-
* 설정 {@link options} 모델은 {@link https://realchart.co.kr/docs/api/options/TrendlineOptions TrendlineOptions}이고,
|
|
7140
|
-
* {@link https://realchart.co.kr/config/config/base/series/trendline trendline} 항목으로 설정한다.
|
|
7141
|
-
* ```js
|
|
7142
|
-
* const config = {
|
|
7143
|
-
* series: {
|
|
7144
|
-
* trendline: {
|
|
7145
|
-
* type: 'logarithmic'
|
|
7146
|
-
* },
|
|
7147
|
-
* },
|
|
7148
|
-
* };
|
|
7149
|
-
* ```
|
|
7150
|
-
* 또, Chart.{@link rc.Series#trendline trendline}로 모델 객체를 가져올 수 있다.
|
|
7151
|
-
* ```js
|
|
7152
|
-
* chart.series.trendline.type = 'logarithmic';
|
|
7153
|
-
* ```
|
|
7154
|
-
*/
|
|
7155
|
-
declare class Trendline extends ChartItem<TrendlineOptions> {
|
|
7156
|
-
series: Series;
|
|
7157
|
-
static defaults: TrendlineOptions;
|
|
7158
|
-
private _polar;
|
|
7159
|
-
_points: {
|
|
7160
|
-
x: number;
|
|
7161
|
-
y: number;
|
|
7162
|
-
}[];
|
|
7163
|
-
private _res;
|
|
7164
|
-
constructor(series: Series);
|
|
7165
|
-
protected _doPrepareRender(chart: IChart): void;
|
|
7166
|
-
isCurved(): boolean;
|
|
7167
|
-
private _calcLine;
|
|
7168
|
-
private _linear;
|
|
7169
|
-
private _logarithmic;
|
|
7170
|
-
private _power;
|
|
7171
|
-
private _calcLine2;
|
|
7172
|
-
private _exponential;
|
|
7173
|
-
_polynomial(pts: Point[], list: {
|
|
7174
|
-
x: number;
|
|
7175
|
-
y: number;
|
|
7176
|
-
}[]): void;
|
|
7177
|
-
private _movingAverage;
|
|
7178
|
-
}
|
|
7179
7354
|
/**
|
|
7180
7355
|
* 옆으로 나누어 배치 가능한가? ex) bar series/group
|
|
7181
7356
|
*/
|
|
@@ -7435,7 +7610,7 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
|
|
|
7435
7610
|
* x값이 숫자가 아닐 때 axis가 해석하지 못하면 xStart 부터 xStep으로 증가 시켜 가면서 순서대로 지정한다.
|
|
7436
7611
|
*/
|
|
7437
7612
|
collectValues(axis: IAxis, vals: number[]): void;
|
|
7438
|
-
collectRanges(vals: number[]): void;
|
|
7613
|
+
collectRanges(axis: IAxis, vals: number[]): void;
|
|
7439
7614
|
getAxisPadRate(): number;
|
|
7440
7615
|
protected _getRangeMinMax(axis: 'x' | 'y' | 'z'): {
|
|
7441
7616
|
min: number;
|
|
@@ -7847,7 +8022,7 @@ declare abstract class SeriesGroup<T extends Series = Series, OP extends SeriesG
|
|
|
7847
8022
|
isFirstVisible(series: ISeries): boolean;
|
|
7848
8023
|
isLastVisible(series: ISeries): boolean;
|
|
7849
8024
|
collectValues(axis: IAxis, vals: number[]): void;
|
|
7850
|
-
collectRanges(vals: number[]): void;
|
|
8025
|
+
collectRanges(axis: IAxis, vals: number[]): void;
|
|
7851
8026
|
prepareReferents(axis: IAxis): void;
|
|
7852
8027
|
collectCategories(axis: IAxis): string[];
|
|
7853
8028
|
getLegendSources(list: ILegendSource[]): void;
|
|
@@ -10507,6 +10682,11 @@ interface ValueGaugeOptions extends GaugeOptions {
|
|
|
10507
10682
|
*
|
|
10508
10683
|
*/
|
|
10509
10684
|
animatable?: boolean;
|
|
10685
|
+
/**
|
|
10686
|
+
* label 설정 모델.
|
|
10687
|
+
*
|
|
10688
|
+
*/
|
|
10689
|
+
label?: GaugeLabelOptions | boolean;
|
|
10510
10690
|
}
|
|
10511
10691
|
/**
|
|
10512
10692
|
*/
|
|
@@ -11774,8 +11954,16 @@ declare class GaugeCollection extends ChartItemCollection<GaugeBase> {
|
|
|
11774
11954
|
*/
|
|
11775
11955
|
declare abstract class ValueGauge<OP extends ValueGaugeOptions = ValueGaugeOptions> extends Gauge<OP> {
|
|
11776
11956
|
static defaults: ValueGaugeOptions;
|
|
11957
|
+
protected _label: GaugeLabel;
|
|
11777
11958
|
_prevValue: number;
|
|
11778
11959
|
_runValue: number;
|
|
11960
|
+
protected _doInit(op: OP): void;
|
|
11961
|
+
/**
|
|
11962
|
+
* label 설정 모델.
|
|
11963
|
+
*
|
|
11964
|
+
*/
|
|
11965
|
+
get label(): GaugeLabel;
|
|
11966
|
+
protected abstract _createLabel(): GaugeLabel;
|
|
11779
11967
|
getValue(): number;
|
|
11780
11968
|
_setValueRate(rate: number): void;
|
|
11781
11969
|
/**
|
|
@@ -11971,12 +12159,12 @@ declare abstract class CircularGauge<OP extends CircularGaugeOptions = CircularG
|
|
|
11971
12159
|
static readonly DEF_RADIUS = "40%";
|
|
11972
12160
|
static readonly DEF_INNER = "80%";
|
|
11973
12161
|
static defaults: CircularGaugeOptions;
|
|
11974
|
-
private _label;
|
|
11975
12162
|
_props: CircularProps;
|
|
11976
12163
|
_childProps: CircularProps;
|
|
11977
12164
|
protected _doInit(op: OP): void;
|
|
11978
12165
|
/**
|
|
11979
|
-
* label
|
|
12166
|
+
* label 설정 모델.
|
|
12167
|
+
*
|
|
11980
12168
|
*/
|
|
11981
12169
|
get label(): CircularGaugeLabel;
|
|
11982
12170
|
getProps(): CircularProps;
|
|
@@ -11986,6 +12174,7 @@ declare abstract class CircularGauge<OP extends CircularGaugeOptions = CircularG
|
|
|
11986
12174
|
};
|
|
11987
12175
|
getExtents(gaugeSize: number): ICircularGaugeExtents;
|
|
11988
12176
|
labelVisible(): boolean;
|
|
12177
|
+
protected _createLabel(): CircularGaugeLabel;
|
|
11989
12178
|
protected _doApply(options: OP): void;
|
|
11990
12179
|
setGroup(group: GaugeGroup, index: number): void;
|
|
11991
12180
|
protected _doPrepareRender(chart: IChart): void;
|
|
@@ -13549,6 +13738,14 @@ declare class PathBuilder {
|
|
|
13549
13738
|
getLine(p?: number, remove?: boolean): Point;
|
|
13550
13739
|
getQuad(p?: number, remove?: boolean): IPoint2;
|
|
13551
13740
|
getPoints(p: number, count: number, remove?: boolean): Point[];
|
|
13741
|
+
spline(pts: {
|
|
13742
|
+
px: number;
|
|
13743
|
+
py: number;
|
|
13744
|
+
}[], start: number, end: number): void;
|
|
13745
|
+
closedSpline(pts: {
|
|
13746
|
+
px: number;
|
|
13747
|
+
py: number;
|
|
13748
|
+
}[], close: boolean): void;
|
|
13552
13749
|
}
|
|
13553
13750
|
|
|
13554
13751
|
/**
|
|
@@ -13690,7 +13887,7 @@ declare abstract class SeriesView<T extends Series = Series> extends ContentView
|
|
|
13690
13887
|
_simpleMode: boolean;
|
|
13691
13888
|
protected _pointContainer: PointContainer;
|
|
13692
13889
|
_labelContainer: PointLabelContainer;
|
|
13693
|
-
private
|
|
13890
|
+
private _trendView;
|
|
13694
13891
|
protected _yReversed: boolean;
|
|
13695
13892
|
protected _depthExt: IBodyDepthExtents;
|
|
13696
13893
|
protected _legendMarker: RcElement;
|
|
@@ -13763,14 +13960,6 @@ declare abstract class SeriesView<T extends Series = Series> extends ContentView
|
|
|
13763
13960
|
protected _lazyPrepareLabels(): boolean;
|
|
13764
13961
|
protected _getShowAnimation(): RcAnimation;
|
|
13765
13962
|
protected _runShowEffect(firstTime: boolean): void;
|
|
13766
|
-
protected _drawSpline(pts: {
|
|
13767
|
-
px: number;
|
|
13768
|
-
py: number;
|
|
13769
|
-
}[], start: number, end: number, sb: PathBuilder): void;
|
|
13770
|
-
protected _drawClosedSpline(pts: {
|
|
13771
|
-
px: number;
|
|
13772
|
-
py: number;
|
|
13773
|
-
}[], sb: PathBuilder, close: boolean): void;
|
|
13774
13963
|
private $_renderTrendline;
|
|
13775
13964
|
protected _layoutLabel(model: DataPointLabel, info: LabelLayoutInfo, w: number, h: number): void;
|
|
13776
13965
|
protected _checkLabelOverlap(lv: PointLabelView, r: IRect, px: number, py: number, pw: number, ph: number, x: number, y: number, inner: boolean, target: Element): boolean;
|
|
@@ -13867,8 +14056,6 @@ declare abstract class MarkerSeriesPointView extends PointElement implements IPo
|
|
|
13867
14056
|
distance(rd: number, x: number, y: number): number;
|
|
13868
14057
|
}
|
|
13869
14058
|
declare abstract class MarkerSeriesView<T extends MarkerSeries, P extends DataPoint> extends SeriesView<T> {
|
|
13870
|
-
private static _createDrawers;
|
|
13871
|
-
private static _drawers;
|
|
13872
14059
|
protected _markers: ElementPool<MarkerSeriesPointView>;
|
|
13873
14060
|
constructor(doc: Document, styleName: string);
|
|
13874
14061
|
protected abstract _createMarkers(container: PointContainer): ElementPool<MarkerSeriesPointView>;
|
|
@@ -13878,7 +14065,6 @@ declare abstract class MarkerSeriesView<T extends MarkerSeries, P extends DataPo
|
|
|
13878
14065
|
getPointsAt(axis: Axis, pos: number): IPointView[];
|
|
13879
14066
|
protected _adjustRotatedLabelPosition(lv: PointLabelView, info: ILabelOverlap, r: IRect, x: number, y: number): void;
|
|
13880
14067
|
protected abstract _getDefaultPos(overflowed: boolean): PointLabelPosition;
|
|
13881
|
-
_getDrawer(shape: string): (rd: number) => (string | number)[];
|
|
13882
14068
|
protected _layoutLabelView(labelView: PointLabelView, pos: PointLabelPosition, off: number, radius: number, x: number, y: number): void;
|
|
13883
14069
|
}
|
|
13884
14070
|
declare class ZombiAnimation extends RcAnimation {
|
|
@@ -14272,7 +14458,6 @@ declare class ChartControl extends RcControl implements IChartEventListener {
|
|
|
14272
14458
|
private _chart;
|
|
14273
14459
|
private _chartView;
|
|
14274
14460
|
constructor(doc: Document, container: string | HTMLDivElement);
|
|
14275
|
-
protected _initControl(document: Document, container: string | HTMLDivElement, className: string): void;
|
|
14276
14461
|
protected _doDestroy(): void;
|
|
14277
14462
|
onModelChanged(chart: ChartObject, item: ChartItem, tag: any): void;
|
|
14278
14463
|
onVisibleChanged(chart: ChartObject, item: ChartItem): void;
|
|
@@ -14285,7 +14470,7 @@ declare class ChartControl extends RcControl implements IChartEventListener {
|
|
|
14285
14470
|
get chart(): Chart;
|
|
14286
14471
|
set chart(value: Chart);
|
|
14287
14472
|
get model(): ChartObject;
|
|
14288
|
-
|
|
14473
|
+
private $_changeModel;
|
|
14289
14474
|
chartView(): ChartView;
|
|
14290
14475
|
refresh(): void;
|
|
14291
14476
|
scroll(axis: Axis, pos: number): void;
|
|
@@ -15663,4 +15848,4 @@ declare const createChart: typeof Globals.createChart;
|
|
|
15663
15848
|
declare const createData: typeof Globals.createData;
|
|
15664
15849
|
declare const setLicenseKey: typeof Globals.setLicenseKey;
|
|
15665
15850
|
|
|
15666
|
-
export { Align, Annotation, AnnotationAnimationOptions, AnnotationOptions, AnnotationOptionsType, ArcElement, AreaRangeSeries, AreaRangeSeriesOptions, AreaSeries, AreaSeriesGroup, AreaSeriesGroupOptions, AreaSeriesOptions, ArrowHead, AssetCollection, AssetItemOptions, AssetOptionsType, Axis, AxisBaseLine, AxisBaseLineOptions, AxisBreakOptions, AxisCollection, AxisGrid, AxisGridOptions, AxisGridRowsOptions, AxisGuideLabelOptions, AxisGuideOptions, AxisItem, AxisItemOptions, AxisLabel, AxisLabelArgs, AxisLabelOptions, AxisLine, AxisLineGuideOptions, AxisLineOptions, AxisOptions, AxisOptionsType, AxisRangeGuideOptions, AxisScrollBar, AxisScrollBarOptions, AxisScrollView, AxisSectorLine, AxisSectorLineOptions, AxisTick, AxisTickOptions, AxisTitle, AxisTitleOptions, AxisView, BackgroundImageOptions, BarRangeSeries, BarRangeSeriesOptions, BarSeries, BarSeriesBase, BarSeriesBaseOptions, BarSeriesGroup, BarSeriesGroupBase, BarSeriesGroupBaseOptions, BarSeriesGroupOptions, BarSeriesOptions, BarSeriesPoint, BarSeriesView, BarSeriesViewBase, BasedSeries, BasedSeriesOptions, BasedSeriesView, BellCurveSeries, BellCurveSeriesOptions, Body, BodyDepth, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, BoxPointElementEx, BubbleSeries, BubbleSeriesOptions, BulletGaugeBandOptions, BulletGaugeGroupOptions, BulletGaugeGroupType, BulletGaugeOptions, BulletGaugeType, BulletTargetBarOptions, BulletValueBarOptions, BumpSeriesGroup, BumpSeriesGroupOptions, CandlestickSeries, CandlestickSeriesOptions, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisOptions, CategoryAxisTick, CategoryAxisTickOptions, Chart, ChartConfiguration, ChartControl, ChartData, ChartDataCollection, ChartDataOptions, ChartElement, ChartItem, ChartItemOptions, ChartObject, ChartOptions, ChartOptionsOptions, ChartPoint, ChartText, ChartTextOptions, ChartView, CircelBarPointLabel, CircleBarPointLabelOptions, CircleBarSeries, CircleBarSeriesGroup, CircleBarSeriesGroupOptions, CircleBarSeriesOptions, 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, ElementPool, EmptyViewOptions, EqualizerSeries, EqualizerSeriesOptions, ErrorBarSeries, ErrorBarSeriesOptions, ExportOptions, Exporter, ExporterOptions, FunnelSeries, FunnelSeriesLabelOptions, FunnelSeriesOptions, 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, IAxis, IAxisTick, IChart, ICircularGaugeExtents, ILegendSource, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageElement, ImageListOptions, ImageOptions, LayerElement, Legend, LegendItem, LegendItemView, LegendOptions, LegendView, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesBaseView, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LoadCallbackArgs, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, OthersGroup, OthersGroupOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, PathBuilder, PathElement, PatternOptions, PercentSize, PictogramSeriesOptions, PictogramSeriesType, PictorialBarMode, PictorialBarSeriesOptions, PictorialBarSeriesType, PictorialSeriesLabelOptions, PictorialSeriesOptions, PictorialSeriesType, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelLineContainer, PointLabelLineView, PointLabelView, RAD_DEG, RaceBarSeriesOptions, RaceBarSeriesType, RaceCallbackArgs, RaceLineSeriesOptions, RaceLineSeriesType, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, SVGNS, SVGStyleOrClass, SVGStyles, ScaleView, ScatterSeries, ScatterSeriesOptions, SectionView, SectorElement, Series, SeriesAnimation, SeriesGroup, SeriesGroupOptions, SeriesMarker, SeriesMarkerOptions, SeriesNavigator, SeriesNavigatorOptions, SeriesOptions, SeriesOptionsType, SeriesView, Shape, ShapeAnnotation, ShapeAnnotationOptions, Size, SplineSeries, SplineSeriesOptions, SplitOptions, StepCallbackArgs, Subtitle, SubtitleOptions, SvgShapes, TextAnchor, TextAnnotation, TextAnnotationOptions, TextElement, TextLayout, TimeAxis, TimeAxisLabelOptions, TimeAxisOptions, TimeAxisTickOptions, Title, TitleOptions, Tooltip, TooltipOptions, TreeGroupHeadOptions, TreemapSeriesOptions, TreemapSeriesType, Trendline, TrendlineOptions, Utils, ValueGauge, ValueGaugeOptions, ValueGaugeView, ValueRange, ValueRangeList, VectorSeriesOptions, VectorSeriesType, WaterfallSeries, WaterfallSeriesOptions, 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 };
|
|
15851
|
+
export { Align, Annotation, AnnotationAnimationOptions, AnnotationOptions, AnnotationOptionsType, ArcElement, AreaRangeSeries, AreaRangeSeriesOptions, AreaSeries, AreaSeriesGroup, AreaSeriesGroupOptions, AreaSeriesOptions, ArrowHead, AssetCollection, AssetItemOptions, AssetOptionsType, Axis, AxisBaseLine, AxisBaseLineOptions, AxisBreakOptions, AxisCollection, AxisGrid, AxisGridOptions, AxisGridRowsOptions, AxisGuideLabelOptions, AxisGuideOptions, AxisItem, AxisItemOptions, AxisLabel, AxisLabelArgs, AxisLabelOptions, AxisLine, AxisLineGuideOptions, AxisLineOptions, AxisOptions, AxisOptionsType, AxisRangeGuideOptions, AxisScrollBar, AxisScrollBarOptions, AxisScrollView, AxisSectorLine, AxisSectorLineOptions, AxisTick, AxisTickOptions, AxisTitle, AxisTitleOptions, AxisView, BackgroundImageOptions, BarRangeSeries, BarRangeSeriesOptions, BarSeries, BarSeriesBase, BarSeriesBaseOptions, BarSeriesGroup, BarSeriesGroupBase, BarSeriesGroupBaseOptions, BarSeriesGroupOptions, BarSeriesOptions, BarSeriesPoint, BarSeriesView, BarSeriesViewBase, BasedSeries, BasedSeriesOptions, BasedSeriesView, BellCurveSeries, BellCurveSeriesOptions, Body, BodyDepth, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, BoxPointElementEx, BubbleSeries, BubbleSeriesOptions, BulletGaugeBandOptions, BulletGaugeGroupOptions, BulletGaugeGroupType, BulletGaugeOptions, BulletGaugeType, BulletTargetBarOptions, BulletValueBarOptions, BumpSeriesGroup, BumpSeriesGroupOptions, CandlestickSeries, CandlestickSeriesOptions, CategoryAxis, CategoryAxisGrid, CategoryAxisLabel, CategoryAxisOptions, CategoryAxisTick, CategoryAxisTickOptions, Chart, ChartConfiguration, ChartControl, ChartData, ChartDataCollection, ChartDataOptions, ChartElement, ChartItem, ChartItemOptions, ChartObject, ChartOptions, ChartOptionsOptions, ChartPoint, ChartText, ChartTextOptions, ChartView, CircelBarPointLabel, CircleBarPointLabelOptions, CircleBarSeries, CircleBarSeriesGroup, CircleBarSeriesGroupOptions, CircleBarSeriesOptions, 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, ElementPool, EmptyViewOptions, EqualizerSeries, EqualizerSeriesOptions, ErrorBarSeries, ErrorBarSeriesOptions, ExportOptions, Exporter, ExporterOptions, FunnelSeries, FunnelSeriesLabelOptions, FunnelSeriesOptions, 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, IAxis, IAxisTick, IChart, ICircularGaugeExtents, ILegendSource, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageElement, ImageListOptions, ImageOptions, LayerElement, Legend, LegendItem, LegendItemView, LegendOptions, LegendView, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesBaseView, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LoadCallbackArgs, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, OthersGroup, OthersGroupOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, PathBuilder, PathElement, PatternOptions, PercentSize, PictogramSeriesOptions, PictogramSeriesType, PictorialBarMode, PictorialBarSeriesOptions, PictorialBarSeriesType, PictorialSeriesLabelOptions, PictorialSeriesOptions, PictorialSeriesType, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelLineContainer, PointLabelLineView, PointLabelView, RAD_DEG, RaceBarSeriesOptions, RaceBarSeriesType, RaceCallbackArgs, RaceLineSeriesOptions, RaceLineSeriesType, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, SVGNS, SVGStyleOrClass, SVGStyles, ScaleView, ScatterSeries, ScatterSeriesOptions, SectionView, SectorElement, Series, SeriesAnimation, SeriesGroup, SeriesGroupOptions, SeriesMarker, SeriesMarkerOptions, SeriesNavigator, SeriesNavigatorOptions, SeriesOptions, SeriesOptionsType, SeriesView, Shape, ShapeAnnotation, ShapeAnnotationOptions, Size, SplineSeries, SplineSeriesOptions, SplitOptions, StepCallbackArgs, Subtitle, SubtitleOptions, SvgShapes, TextAnchor, TextAnnotation, TextAnnotationOptions, 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, 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 };
|