realchart 1.2.5 → 1.3.0
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.js +1 -1
- package/gauge.mjs +1 -1
- package/heatmap.js +1 -1
- package/heatmap.mjs +1 -1
- package/index.d.ts +129 -23
- package/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +6 -1
- package/realchart-style.css +10 -0
- package/split.js +1 -1
- package/split.mjs +1 -1
- package/treemap.js +1 -1
- package/treemap.mjs +1 -1
- package/vector.js +1 -1
- package/vector.mjs +1 -1
- package/wordcloud.d.ts +31 -0
- package/wordcloud.js +7 -0
- package/wordcloud.mjs +7 -0
package/gauge.js
CHANGED
package/gauge.mjs
CHANGED
package/heatmap.js
CHANGED
package/heatmap.mjs
CHANGED
package/index.d.ts
CHANGED
|
@@ -1048,7 +1048,6 @@ declare class RcElement extends RcObject {
|
|
|
1048
1048
|
private _y;
|
|
1049
1049
|
private _width;
|
|
1050
1050
|
private _height;
|
|
1051
|
-
private _zIndex;
|
|
1052
1051
|
private _tx;
|
|
1053
1052
|
private _ty;
|
|
1054
1053
|
private _scaleX;
|
|
@@ -1071,8 +1070,6 @@ declare class RcElement extends RcObject {
|
|
|
1071
1070
|
get dom(): SVGElement;
|
|
1072
1071
|
get parent(): RcElement;
|
|
1073
1072
|
get control(): RcControl;
|
|
1074
|
-
get zIndex(): number;
|
|
1075
|
-
set zIndex(value: number);
|
|
1076
1073
|
get x(): number;
|
|
1077
1074
|
set x(value: number);
|
|
1078
1075
|
get tx(): number;
|
|
@@ -3719,6 +3716,120 @@ interface VectorSeriesOptions extends Omit<ConnectableSeriesOptions, 'trendline'
|
|
|
3719
3716
|
*/
|
|
3720
3717
|
arrowHead?: ArrowHead;
|
|
3721
3718
|
}
|
|
3719
|
+
declare const WordCloudSeriesType = "wordcloud";
|
|
3720
|
+
/**
|
|
3721
|
+
* Word cloud 시리즈.<br/>
|
|
3722
|
+
* {@page op.SeriesOptions#type}은 'wordcloud'이다.<br/>
|
|
3723
|
+
* 빈도(weight, 또는 중용도)와 함께 지정된 단어 묶음에 포함된 단어들을 빈도에 따라 텍스트 크기를 비례적으로 표시한다.
|
|
3724
|
+
* 전체 텍스트나 단어 목록 내에서 중요한 용어나 핵심 키워드, 또는 주제 등을 강조하는 용도로 사용된다.
|
|
3725
|
+
* 'tag cloud'로도 불린다.<br/>
|
|
3726
|
+
* {@page data} 대신 {@page text} 속성을 지정하면 단어들을 추출해서 data를 구성한다.
|
|
3727
|
+
*
|
|
3728
|
+
* {@page data}는 아래 형식들로 전달할 수 있다.
|
|
3729
|
+
*
|
|
3730
|
+
* ###### 단일값 또는 단일값 배열
|
|
3731
|
+
* |형식|설명|
|
|
3732
|
+
* |---|---|
|
|
3733
|
+
* |[x, y,]|두 값 이상이면 순서대로 name, value값.<br/>
|
|
3734
|
+
* 또는 {@page xField} 속성이 숫자이면 x값의 index.
|
|
3735
|
+
* {@page yField}는 y값의 index.<br/>{@page colorField}는 color값의 index.|
|
|
3736
|
+
*
|
|
3737
|
+
* ###### json 배열
|
|
3738
|
+
* |Series 속성|설명 |
|
|
3739
|
+
* |---|---|
|
|
3740
|
+
* |{@page xField}|속성 값, 또는 'x', 'name', 'label' 속성들 중 순서대로 값이 설정된 것이 x 값이 된다.|
|
|
3741
|
+
* |{@page yField}|속성 값, 또는 'y', 'value', 속성들 중 순서대로 값이 설정된 것이 y 값이 된다.|
|
|
3742
|
+
* |{@page colorField}|속성 값, 또는 'color' 속성 값으로 데이터포인트의 개별 색상으로 지정된다.|
|
|
3743
|
+
*
|
|
3744
|
+
* // TODO #fiddle series/wordcloud-series WordCloud Series
|
|
3745
|
+
* @css 'rct-wordcloud-series'
|
|
3746
|
+
* @config chart.series[type=wordcloud]
|
|
3747
|
+
*/
|
|
3748
|
+
interface WordCloudSeriesOptions extends WidgetSeriesOptions {
|
|
3749
|
+
/**
|
|
3750
|
+
* 표시할 단어들이 포함된 전체 텍스트.<br/>
|
|
3751
|
+
* 이 속성에 비어 있지 않은 문자열이 설정되면 {@page data}는 무시된다.
|
|
3752
|
+
*/
|
|
3753
|
+
text?: string;
|
|
3754
|
+
/**
|
|
3755
|
+
* {@page text}에서 단어를 추출할 때 제외할 단어들을 배열로 지정한다.<br/>
|
|
3756
|
+
*/
|
|
3757
|
+
excludes?: string[];
|
|
3758
|
+
/**
|
|
3759
|
+
* {@page text}에서 단어를 추출한 후 표시할 단어들의 최대 개수.<br/>
|
|
3760
|
+
* 빈도수가 작은 단어들이 제외된다.
|
|
3761
|
+
*
|
|
3762
|
+
* @default 100
|
|
3763
|
+
*/
|
|
3764
|
+
maxCount?: number;
|
|
3765
|
+
/**
|
|
3766
|
+
* 지정한 값을 log base로 한 로그 연산으로 값들을 계산한다.<br>
|
|
3767
|
+
* 2 이상 값으로 지정해야 한다.
|
|
3768
|
+
*/
|
|
3769
|
+
logBase?: number;
|
|
3770
|
+
/**
|
|
3771
|
+
* 배치된 전체 영역이 시리즈 영역보다 작은 경우 시리즈 크기에 맞게 확대한다.
|
|
3772
|
+
*
|
|
3773
|
+
* @default true
|
|
3774
|
+
*/
|
|
3775
|
+
autoScale?: boolean;
|
|
3776
|
+
/**
|
|
3777
|
+
* {@page text}에서 단어를 추출한 후 표시할 단어들의 최소 빈도수(데이터포인트 y값).<br/>
|
|
3778
|
+
* 이 값 보다 작은 빈도수를 갖는 단어들은 표시되지 않는다.
|
|
3779
|
+
*/
|
|
3780
|
+
minWeight?: number;
|
|
3781
|
+
/**
|
|
3782
|
+
* {@page text}에서 단어를 추출한 후 표시할 단어들의 최소 길이.<br/>
|
|
3783
|
+
* 이 값 보다 작은 길이의 단어들은 표시되지 않는다.
|
|
3784
|
+
*/
|
|
3785
|
+
minLength?: number;
|
|
3786
|
+
/**
|
|
3787
|
+
* 시리즈 배치 기준이되는 각 단어의 높이 비율로 눈으로 보이는 폰트 높이와 계산되는 높이를 조정한다.<br/>
|
|
3788
|
+
* 'auto'로 지정하면 각 텍스트이 실제 표시 높이를 계산해서 배치한다.
|
|
3789
|
+
* 숫자값은 0.1 ~ 2 사이의 값으로 조정된다.
|
|
3790
|
+
* @default 'auto'
|
|
3791
|
+
*/
|
|
3792
|
+
textHeight?: number | 'auto';
|
|
3793
|
+
/**
|
|
3794
|
+
* 가장 작은 빈도수 단어들에 설정되는 픽셀 단위의 폰트 크기.<br/>
|
|
3795
|
+
*
|
|
3796
|
+
* @default 8
|
|
3797
|
+
*/
|
|
3798
|
+
minFontSize?: PercentSize;
|
|
3799
|
+
/**
|
|
3800
|
+
* 가장 큰 빈도수 단어들에 설정되는 픽셀 단위의 폰트 크기.<br/>
|
|
3801
|
+
* 지정한 값이 '15%' ~ '50%' 사이의 크기가 되도록 조정된다.
|
|
3802
|
+
*
|
|
3803
|
+
* @default '20%'
|
|
3804
|
+
*/
|
|
3805
|
+
maxFontSize?: PercentSize;
|
|
3806
|
+
/**
|
|
3807
|
+
* true로 지정하면 단어 마다 다른 색으로 표시한다.<br/>
|
|
3808
|
+
* 색상들은 {@page palette}나 {@page colors}로 지정할 수 있다.
|
|
3809
|
+
*
|
|
3810
|
+
* @default true
|
|
3811
|
+
*/
|
|
3812
|
+
colorByPoint?: boolean;
|
|
3813
|
+
/**
|
|
3814
|
+
* @default 'rectangle'
|
|
3815
|
+
*/
|
|
3816
|
+
frame?: 'circle' | 'ellipse' | 'rectangle' | 'square';
|
|
3817
|
+
/**
|
|
3818
|
+
* true로 지정하면 차트가 새로 표시되거나 데이터가 변경될 때, 단어들의 위치가 디르게 표시된다.
|
|
3819
|
+
*
|
|
3820
|
+
* @default false
|
|
3821
|
+
*/
|
|
3822
|
+
shuffle?: boolean;
|
|
3823
|
+
/**
|
|
3824
|
+
* 단어 사이의 최소 수평 간격을 시리즈 내부 단위로 표시한다.<br/>
|
|
3825
|
+
*/
|
|
3826
|
+
wordGap?: number;
|
|
3827
|
+
/**
|
|
3828
|
+
* 단어 배치 각도와 관련된 random 값<br/>
|
|
3829
|
+
* 0 ~ 360 사이의 값으로 지정한다.
|
|
3830
|
+
*/
|
|
3831
|
+
seed?: number;
|
|
3832
|
+
}
|
|
3722
3833
|
/** @enum */
|
|
3723
3834
|
declare const CandlestickSeriesTypes: {
|
|
3724
3835
|
readonly CandlestickSeriesType: "candlestick";
|
|
@@ -4791,6 +4902,9 @@ declare class TextElement extends RcElement {
|
|
|
4791
4902
|
applyStyles(styles: any): void;
|
|
4792
4903
|
setStyle(prop: string, value: string): boolean;
|
|
4793
4904
|
getBBox(): IRect;
|
|
4905
|
+
/**
|
|
4906
|
+
* For unit test.
|
|
4907
|
+
*/
|
|
4794
4908
|
getBBoundsTest(): IRect;
|
|
4795
4909
|
stain(): void;
|
|
4796
4910
|
}
|
|
@@ -5765,6 +5879,7 @@ declare abstract class Series<OP extends SeriesOptions = SeriesOptions> extends
|
|
|
5765
5879
|
pointClicked(p: DataPoint): boolean;
|
|
5766
5880
|
pointHovered(p: DataPoint): void;
|
|
5767
5881
|
getViewRangeAxis(): 'x' | 'y' | 'z';
|
|
5882
|
+
isLabelsVisible(): boolean;
|
|
5768
5883
|
isPointLabelVisible(p: DataPoint): boolean;
|
|
5769
5884
|
/**
|
|
5770
5885
|
* 지정한 x축 값에 위치한 첫번째 데이터포인트를 리턴한다.<br/>
|
|
@@ -7588,7 +7703,8 @@ interface AxisOptions extends ChartItemOptions {
|
|
|
7588
7703
|
*/
|
|
7589
7704
|
crosshair?: CrosshairOptions | boolean;
|
|
7590
7705
|
/**
|
|
7591
|
-
* zoom된 축에 표시할 수 있는 스크롤바 옵션.<br/>
|
|
7706
|
+
* zoom된 x축에 표시할 수 있는 스크롤바 옵션.<br/>
|
|
7707
|
+
* y축은 scrollBar가 표시되지 않는다.
|
|
7592
7708
|
* // TODO #fiddle axis/scrollbar Axis ScrollBar
|
|
7593
7709
|
*/
|
|
7594
7710
|
scrollBar?: AxisScrollBarOptions | boolean;
|
|
@@ -9313,13 +9429,6 @@ declare abstract class GaugeBase<OP extends GaugeBaseOptions = GaugeBaseOptions>
|
|
|
9313
9429
|
static defaults: GaugeBaseOptions;
|
|
9314
9430
|
_row: number;
|
|
9315
9431
|
_col: number;
|
|
9316
|
-
private _size;
|
|
9317
|
-
private _width;
|
|
9318
|
-
private _height;
|
|
9319
|
-
private _left;
|
|
9320
|
-
private _right;
|
|
9321
|
-
private _top;
|
|
9322
|
-
private _bottom;
|
|
9323
9432
|
private _name;
|
|
9324
9433
|
index: number;
|
|
9325
9434
|
private _sizeDim;
|
|
@@ -9702,7 +9811,6 @@ declare class Body<OP extends BodyOptions = BodyOptions> extends ChartItem<OP> i
|
|
|
9702
9811
|
get zoomButton(): ZoomButton;
|
|
9703
9812
|
base(): Body;
|
|
9704
9813
|
canZoom(): boolean;
|
|
9705
|
-
isEmpty(): boolean;
|
|
9706
9814
|
getRadius(width: number, height: number): number;
|
|
9707
9815
|
setPolar(width: number, height: number): Body;
|
|
9708
9816
|
getPolar(axis: Axis): IPolar;
|
|
@@ -11146,6 +11254,7 @@ declare abstract class SeriesView<T extends Series = Series> extends ContentView
|
|
|
11146
11254
|
getPointView(p: DataPoint): RcElement;
|
|
11147
11255
|
clicked(elt: Element): void;
|
|
11148
11256
|
protected _doPointClicked(view: IPointView): void;
|
|
11257
|
+
protected _getPointColors(): string;
|
|
11149
11258
|
prepareSeries(doc: Document, model: T, polar: boolean): void;
|
|
11150
11259
|
protected _setModelColor(color: string): void;
|
|
11151
11260
|
protected _legendColorProp(): string;
|
|
@@ -11161,6 +11270,7 @@ declare abstract class SeriesView<T extends Series = Series> extends ContentView
|
|
|
11161
11270
|
getSiblings(pv: IPointView): IPointView[];
|
|
11162
11271
|
getSibling(pv: IPointView): IPointView;
|
|
11163
11272
|
applyAutoRotation(view: PointLabelView, a: number, total: number, totalAngle: number): void;
|
|
11273
|
+
isEmptyView(): boolean;
|
|
11164
11274
|
protected _doAttached(parent: RcElement): void;
|
|
11165
11275
|
protected _prepareStyleOrClass(model: T): void;
|
|
11166
11276
|
protected _prepareViewRanges(model: T): void;
|
|
@@ -11175,6 +11285,7 @@ declare abstract class SeriesView<T extends Series = Series> extends ContentView
|
|
|
11175
11285
|
protected _setPointStyle(v: RcElement, model: T, p: DataPoint, styles?: any[]): void;
|
|
11176
11286
|
protected _labelViews(): PointLabelContainer;
|
|
11177
11287
|
protected _getGrowRate(): number;
|
|
11288
|
+
protected _getPosRate(): number;
|
|
11178
11289
|
_animating(): boolean;
|
|
11179
11290
|
protected _lazyPrepareLabels(): boolean;
|
|
11180
11291
|
protected _getShowAnimation(): RcAnimation;
|
|
@@ -11226,9 +11337,11 @@ declare abstract class WidgetSeriesView<T extends WidgetSeries> extends SeriesVi
|
|
|
11226
11337
|
_zombieRate: number;
|
|
11227
11338
|
_zombieAni: ZombiAnimation;
|
|
11228
11339
|
togglePointVisible(p: DataPoint): void;
|
|
11340
|
+
needFronting(): boolean;
|
|
11229
11341
|
isPointLabelVisible(p: WidgetSeriesPoint): boolean;
|
|
11230
11342
|
protected _collectVisPoints(model: T): DataPoint[];
|
|
11231
11343
|
protected _prepareSeries(doc: Document, model: T): void;
|
|
11344
|
+
protected _getPointColors(): string;
|
|
11232
11345
|
_resizeZombie(): void;
|
|
11233
11346
|
protected _createPointLegendMarker(doc: Document, p: DataPoint, size: number): RcElement;
|
|
11234
11347
|
protected _preparePoint(doc: Document, model: T, p: WidgetSeriesPoint, pv: RcElement): void;
|
|
@@ -11352,6 +11465,7 @@ declare class BodyView extends ChartElement<Body> implements IAnnotationAnchorOw
|
|
|
11352
11465
|
protected _clipSeries(view: RcElement, view2: RcElement, invertable: boolean): void;
|
|
11353
11466
|
protected _setImage(w: number, h: number): void;
|
|
11354
11467
|
protected _doLayout(): void;
|
|
11468
|
+
private $_isEmpty;
|
|
11355
11469
|
private $_createGaugeView;
|
|
11356
11470
|
private $_prepareGrids;
|
|
11357
11471
|
protected _prepareSeries(doc: Document, chart: IChart, series: Series[]): void;
|
|
@@ -12381,17 +12495,10 @@ declare class ParetoSeries extends LineSeriesBase<ParetoSeriesOptions> {
|
|
|
12381
12495
|
* [x, y]
|
|
12382
12496
|
*/
|
|
12383
12497
|
declare class PieSeriesPoint extends WidgetSeriesPoint {
|
|
12384
|
-
private _thickness;
|
|
12385
|
-
private _thickDim;
|
|
12386
12498
|
sliced: boolean;
|
|
12387
12499
|
startAngle: number;
|
|
12388
12500
|
angle: number;
|
|
12389
12501
|
borderRaidus: number;
|
|
12390
|
-
/**
|
|
12391
|
-
* 원호 두께.
|
|
12392
|
-
*/
|
|
12393
|
-
get thickness(): PercentSize;
|
|
12394
|
-
set thickness(value: PercentSize);
|
|
12395
12502
|
parse(series: ISeries): void;
|
|
12396
12503
|
protected _assignTo(proxy: any): any;
|
|
12397
12504
|
}
|
|
@@ -12414,8 +12521,6 @@ declare class PieSeriesLabel extends WidgetSeriesLabel<PieSeriesLabelOptions> {
|
|
|
12414
12521
|
declare class PieSeries extends RadialSeries<PieSeriesOptions> {
|
|
12415
12522
|
static readonly type = "pie";
|
|
12416
12523
|
static defaults: PieSeriesOptions;
|
|
12417
|
-
private _innerRadius;
|
|
12418
|
-
private _sliceOffset;
|
|
12419
12524
|
private _innerText;
|
|
12420
12525
|
private _innerRadiusDim;
|
|
12421
12526
|
private _sliceOffsetDim;
|
|
@@ -12702,6 +12807,7 @@ declare abstract class GaugeView<T extends GaugeBase = GaugeBase> extends Conten
|
|
|
12702
12807
|
clicked(elt: Element): void;
|
|
12703
12808
|
prepareGauge(doc: Document, model: T): void;
|
|
12704
12809
|
getPosition(width: number, height: number): Point;
|
|
12810
|
+
isEmptyView(): boolean;
|
|
12705
12811
|
protected _prepareStyleOrClass(model: T): void;
|
|
12706
12812
|
protected _doMeasure(doc: Document, model: T, hintWidth: number, hintHeight: number, phase: number): Size;
|
|
12707
12813
|
protected _doLayout(): void;
|
|
@@ -12804,7 +12910,7 @@ declare class Utils {
|
|
|
12804
12910
|
static logElapsed(message: string, runner: () => void): void;
|
|
12805
12911
|
static clamp(v: number, min: number, max: number): number;
|
|
12806
12912
|
static makeIntArray(from: number, to: number): number[];
|
|
12807
|
-
static shuffle(arr: any[]):
|
|
12913
|
+
static shuffle(arr: any[]): any[];
|
|
12808
12914
|
static isDate(v: any): boolean;
|
|
12809
12915
|
static isValidDate(d: Date): boolean;
|
|
12810
12916
|
static asFunction(fn: any): any;
|
|
@@ -12830,4 +12936,4 @@ declare const configure: typeof Globals.configure;
|
|
|
12830
12936
|
declare const createChart: typeof Globals.createChart;
|
|
12831
12937
|
declare const createData: typeof Globals.createData;
|
|
12832
12938
|
|
|
12833
|
-
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, BasedSeries, BasedSeriesOptions, BellCurveSeries, BellCurveSeriesOptions, Body, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, 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, 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, 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, GuageScaleTickOptions, HeatmapSeriesOptions, HeatmapSeriesType, HistogramSeries, HistogramSeriesOptions, IAxis, IChart, ICircularGaugeExtents, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageListOptions, ImageOptions, LayerElement, Legend, LegendOptions, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, PathBuilder, PathElement, PatternOptions, PercentSize, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelView, RAD_DEG, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, 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, 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, WidgetSeriesOptions, WidgetSeriesView, ZValuePoint, ZoomButtonOptions, absv, assignObj, buildValueRanges, calcPercent, configure, copyObj, cos, createChart, createData, createRect, extend, fixnum, getVersion, incv, isArray, isEmptyRect, isObject, isString, maxv, minv, parsePercentSize, pickNum, pickProp, pickProp3, pixel, rectToSize, setAnimatable, setDebugging, setLogging, sin, toStr };
|
|
12939
|
+
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, BasedSeries, BasedSeriesOptions, BellCurveSeries, BellCurveSeriesOptions, Body, BodyOptions, BodyView, BoxPlotSeries, BoxPlotSeriesOptions, 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, 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, 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, GuageScaleTickOptions, HeatmapSeriesOptions, HeatmapSeriesType, HistogramSeries, HistogramSeriesOptions, IAxis, IChart, ICircularGaugeExtents, IMinMax, IPercentSize, IPlottingItem, IPlottingOwner, IPointView, IRect, ISeries, ISplit, IconedText, IconedTextOptions, ImageAnnotation, ImageAnnotationOptions, ImageListOptions, ImageOptions, LayerElement, Legend, LegendOptions, LineElement, LinePointLabel, LinePointLabelOptions, LineSeries, LineSeriesBase, LineSeriesBaseOptions, LineSeriesFlagOptions, LineSeriesGroup, LineSeriesGroupOptions, LineSeriesMarkerOptions, LineSeriesOptions, LineSeriesPoint, LinearAxis, LinearAxisLabelOptions, LinearAxisOptions, LinearGaugeBaseOptions, LinearGaugeChildLabelOptions, LinearGaugeGroupBaseOptions, LinearGaugeGroupLabelOptions, LinearGaugeGroupOptions, LinearGaugeGroupType, LinearGaugeLabelOptions, LinearGaugeOptions, LinearGaugeScaleOptions, LinearGaugeType, LinearGradientOptions, LinearValueBarOptions, LogAxis, LogAxisOptions, LogAxisTickOptions, LollipopSeries, LollipopSeriesMarkerOptions, LollipopSeriesOptions, LowRangedSeries, LowRangedSeriesOptions, MarkerSeries, MarkerSeriesOptions, MarkerSeriesPointView, MarkerSeriesView, NavigatorMask, NavigiatorHandle, NavigiatorHandleOptions, NavigiatorMaskOptions, ORG_ANGLE, OhlcSeries, OhlcSeriesOptions, PI_2, PaneBodyOptions, PaneContainer, PaneOptions, ParetoSeries, ParetoSeriesOptions, PathBuilder, PathElement, PatternOptions, PercentSize, PieSeries, PieSeriesGroup, PieSeriesGroupOptions, PieSeriesLabel, PieSeriesLabelOptions, PieSeriesOptions, PieSeriesText, PieSeriesTextOptions, Point, PointElement, PointHovering, PointHoveringOptions, PointLabelView, RAD_DEG, RadialGradientOptions, RadialSeries, RadialSeriesOptions, RangedSeries, RangedSeriesOptions, RcAnimation, RcControl, RcElement, RcObject, RectElement, 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, 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, WidgetSeriesOptions, WidgetSeriesPoint, WidgetSeriesView, WordCloudSeriesOptions, WordCloudSeriesType, ZValuePoint, ZoomButtonOptions, absv, assignObj, buildValueRanges, calcPercent, configure, copyObj, cos, createChart, createData, createRect, extend, fixnum, getVersion, incv, isArray, isEmptyRect, isObject, isString, maxv, minv, parsePercentSize, pickNum, pickProp, pickProp3, pixel, rectToSize, setAnimatable, setDebugging, setLogging, sin, toStr };
|