pace-chart-lib 0.0.7 → 0.0.8
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/README.md +10 -10
- package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisFunctions.d.ts +46 -0
- package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisFunctions.js +2285 -0
- package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.d.ts +169 -0
- package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.js +47 -0
- package/dist/Components1/Charts/ChartsWithAxis/LineFamily/LineChart.d.ts +4 -0
- package/dist/Components1/Charts/ChartsWithAxis/LineFamily/LineChart.js +403 -0
- package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.d.ts +0 -0
- package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.js +0 -0
- package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.d.ts +0 -0
- package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.js +0 -0
- package/dist/Components1/Charts/Core/Common.type.d.ts +8 -0
- package/dist/Components1/Charts/Core/Common.type.js +9 -0
- package/dist/Components1/Charts/Core/CommonFunctions.d.ts +12 -0
- package/dist/Components1/Charts/Core/CommonFunctions.js +512 -0
- package/dist/Components1/Charts/Core/DefaultProperties.d.ts +586 -0
- package/dist/Components1/Charts/Core/DefaultProperties.js +585 -0
- package/dist/Services/ErrorLog.d.ts +1 -0
- package/dist/Services/ErrorLog.js +3 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/AreaChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/AreaChart.js +497 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.js +491 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.js +520 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.js +553 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.js +519 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.js +553 -0
- package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.d.ts +12 -0
- package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.js +9 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisFunctions.d.ts +623 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisFunctions.js +4897 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.d.ts +0 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.js +0 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.d.ts +173 -0
- package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.js +49 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.js +486 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.js +498 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.js +417 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.js +1014 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.js +479 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.js +451 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.js +535 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackLineChart.js +512 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.js +532 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackLineChart.js +512 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.d.ts +12 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.js +9 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.js +498 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.js +498 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.js +479 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.js +479 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.js +474 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.js +464 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.d.ts +0 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.js +0 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/LineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/LineChart.js +452 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.js +554 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.js +513 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.js +508 -0
- package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.js +395 -0
- package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.js +608 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.d.ts +0 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.js +0 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.d.ts +92 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.js +815 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.d.ts +0 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.js +0 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.d.ts +108 -0
- package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.js +32 -0
- package/dist/components/Charts/ChartsWithoutAxis/Maps/Cordinates.d.ts +26 -0
- package/dist/components/Charts/ChartsWithoutAxis/Maps/Cordinates.js +15021 -0
- package/dist/components/Charts/ChartsWithoutAxis/Maps/Maps.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/Maps/Maps.js +391 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.js +367 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.js +569 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.d.ts +3 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.js +212 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.d.ts +3 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.js +401 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.js +313 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.js +719 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.js +807 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.d.ts +3 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.js +514 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/VennChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/VennChart.js +282 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.js +207 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/DonutChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/DonutChart.js +476 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieChart.d.ts +4 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieChart.js +420 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.d.ts +10 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.js +106 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.d.ts +3 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.js +507 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.d.ts +3 -0
- package/dist/components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.js +246 -0
- package/dist/components/Charts/Core/Common.type.d.ts +0 -0
- package/dist/components/Charts/Core/Common.type.js +0 -0
- package/dist/components/Charts/Core/Common.types.d.ts +369 -0
- package/dist/components/Charts/Core/Common.types.js +133 -0
- package/dist/components/Charts/Core/CommonFunctions.d.ts +236 -0
- package/dist/components/Charts/Core/CommonFunctions.js +1778 -0
- package/dist/components/Charts/Core/DefaultChartDataProperties.d.ts +65 -0
- package/dist/components/Charts/Core/DefaultChartDataProperties.js +64 -0
- package/dist/components/Charts/Core/DefaultProperties.d.ts +0 -0
- package/dist/components/Charts/Core/DefaultProperties.js +0 -0
- package/dist/components/Charts/Core/DefaultProperties.type.d.ts +586 -0
- package/dist/components/Charts/Core/DefaultProperties.type.js +585 -0
- package/dist/components/Charts/Core/DefaultProperties.types.d.ts +592 -0
- package/dist/components/Charts/Core/DefaultProperties.types.js +592 -0
- package/dist/index.d.ts +34 -2
- package/dist/index.js +40 -2
- package/package.json +40 -29
- package/dist/components/charts/linechart/LineChart.d.ts +0 -12
- package/dist/components/charts/linechart/LineChart.js +0 -5
- /package/dist/{components/charts/barchart → Components1/Charts/ChartsWithAxis/BarFamily}/BarChart.d.ts +0 -0
- /package/dist/{components/charts/barchart → Components1/Charts/ChartsWithAxis/BarFamily}/BarChart.js +0 -0
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { TData } from "../Core/Common.types";
|
|
2
|
+
import type { TDefaultChartFormatOptionsType } from "../Core/DefaultProperties.types";
|
|
3
|
+
export type TMargin = {
|
|
4
|
+
top: number;
|
|
5
|
+
left: number;
|
|
6
|
+
right: number;
|
|
7
|
+
bottom: number;
|
|
8
|
+
};
|
|
9
|
+
export declare enum actualChartTypes {
|
|
10
|
+
waterfall = "Waterfall",
|
|
11
|
+
lineWithMarker = "LineWithMarker",
|
|
12
|
+
stackLine = "StackLine",
|
|
13
|
+
stackLine100 = "100StackLine",
|
|
14
|
+
line = "Line",
|
|
15
|
+
bar = "Bar",
|
|
16
|
+
stackColumn = "StackColumn",
|
|
17
|
+
area = "Area",
|
|
18
|
+
pie = "Pie",
|
|
19
|
+
sankey = "Sankey",
|
|
20
|
+
sunburst = "Sunburst",
|
|
21
|
+
horizontalBar = "HorizontalBar",
|
|
22
|
+
stackArea = "StackArea",
|
|
23
|
+
stackArea100 = "100StackArea",
|
|
24
|
+
treeMap = "TreeMap",
|
|
25
|
+
stackBar = "StackBar",
|
|
26
|
+
stackColumn100 = "100StackColumn",
|
|
27
|
+
stackBar100 = "100StackBar",
|
|
28
|
+
scatterPlot = "ScatterPlot",
|
|
29
|
+
customColumnChart = "CustomColumnChart",
|
|
30
|
+
customBarChart = "CustomBarChart",
|
|
31
|
+
histogram = "Histogram",
|
|
32
|
+
columnHistogram = "ColumnHistogram",
|
|
33
|
+
barHistogram = "BarHistogram",
|
|
34
|
+
column = "Column",
|
|
35
|
+
miscellaneous = "Miscellaneous",
|
|
36
|
+
custom = "Custom",
|
|
37
|
+
collapsableTree = "CollapsableTree",
|
|
38
|
+
maps = "Maps",
|
|
39
|
+
tornadoChart = "Tornado",
|
|
40
|
+
pieOfPie = "PieOfPie",
|
|
41
|
+
wordCloud = "WordCloud",
|
|
42
|
+
boxPlot = "BoxPlot",
|
|
43
|
+
bubblePlot = "BubblePlot",
|
|
44
|
+
vennDiagramChart = "VennDiagramChart",
|
|
45
|
+
speedometerChart = "SpeedometerChart",
|
|
46
|
+
layeredColumnChart = "LayeredColumnChart",
|
|
47
|
+
layeredBarChart = "LayeredBarChart",
|
|
48
|
+
organizationalChart = "OrganizationalChart",
|
|
49
|
+
pyramidChart = "PyramidChart",
|
|
50
|
+
scaleBreakStackedColumnChart = "ScaleBreakStackedColumnChart",
|
|
51
|
+
progressChart = "ProgressChart",
|
|
52
|
+
radialBarChart = "RadialBarChart"
|
|
53
|
+
}
|
|
54
|
+
export type TChartProps = {
|
|
55
|
+
title?: string;
|
|
56
|
+
data: TData;
|
|
57
|
+
yAxisObj: IYaxisData[];
|
|
58
|
+
xAxisObj: IXaxisData[];
|
|
59
|
+
chartId: string;
|
|
60
|
+
formatOptions: TDefaultChartFormatOptionsType;
|
|
61
|
+
};
|
|
62
|
+
export type TChartJSON = {
|
|
63
|
+
dimensionList: string[];
|
|
64
|
+
chartData: any[];
|
|
65
|
+
formatOptions: TDefaultChartFormatOptionsType;
|
|
66
|
+
chartType: string;
|
|
67
|
+
legendList: string[];
|
|
68
|
+
secondaryAxisDrawn: boolean;
|
|
69
|
+
yMaxLeft: number;
|
|
70
|
+
yMaxRight: number;
|
|
71
|
+
yMinLeft: number;
|
|
72
|
+
yMinRight: number;
|
|
73
|
+
hideZeroValues: boolean;
|
|
74
|
+
formattedDimensionListMap: Map<string, any>;
|
|
75
|
+
xMax?: number;
|
|
76
|
+
xMin?: number;
|
|
77
|
+
};
|
|
78
|
+
export interface IXaxisData {
|
|
79
|
+
name: INameObject;
|
|
80
|
+
dataType: string;
|
|
81
|
+
dataSourceId: string;
|
|
82
|
+
groupBy?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface IYaxisData {
|
|
85
|
+
name: INameObject;
|
|
86
|
+
dataType?: string;
|
|
87
|
+
dataSourceId: string;
|
|
88
|
+
filterData: IFilterData[];
|
|
89
|
+
legendData: ILegendData[];
|
|
90
|
+
}
|
|
91
|
+
export interface IFilterData {
|
|
92
|
+
actualName: string;
|
|
93
|
+
dataSourceId?: string;
|
|
94
|
+
name: string;
|
|
95
|
+
type: string;
|
|
96
|
+
}
|
|
97
|
+
export interface ILegendData {
|
|
98
|
+
actualName: string;
|
|
99
|
+
dataSourceId?: string;
|
|
100
|
+
name: string;
|
|
101
|
+
type: string;
|
|
102
|
+
}
|
|
103
|
+
export interface INameObject {
|
|
104
|
+
actualName: string;
|
|
105
|
+
dataSourceId?: string;
|
|
106
|
+
name: string;
|
|
107
|
+
type: string;
|
|
108
|
+
}
|
|
109
|
+
export interface ILineData {
|
|
110
|
+
annotation?: number;
|
|
111
|
+
axis?: string;
|
|
112
|
+
color?: string;
|
|
113
|
+
legend?: string;
|
|
114
|
+
lineStyle?: string;
|
|
115
|
+
type?: string;
|
|
116
|
+
hideZeroValues?: boolean;
|
|
117
|
+
legendUniqueId?: string;
|
|
118
|
+
lineWidth?: number;
|
|
119
|
+
markerColor?: string;
|
|
120
|
+
markerShape?: string;
|
|
121
|
+
markerSize?: number;
|
|
122
|
+
maximumMeasure?: number;
|
|
123
|
+
minimumMeasure?: number;
|
|
124
|
+
seriesLabelVisibility?: boolean;
|
|
125
|
+
fontStyle?: string[];
|
|
126
|
+
borderColor?: string;
|
|
127
|
+
disableConnector?: boolean;
|
|
128
|
+
disableLineStyle?: boolean;
|
|
129
|
+
actualChartType?: string;
|
|
130
|
+
endColor?: string;
|
|
131
|
+
stackBorderColor?: string;
|
|
132
|
+
valueFontColor?: string;
|
|
133
|
+
disableAnnotationPosition?: string;
|
|
134
|
+
name?: string;
|
|
135
|
+
startColor?: string;
|
|
136
|
+
disableAnnotation?: boolean;
|
|
137
|
+
labelFontSize?: number;
|
|
138
|
+
labelColor?: string;
|
|
139
|
+
borderStyle?: string;
|
|
140
|
+
nodeWidth?: number;
|
|
141
|
+
measureUniqueId?: string;
|
|
142
|
+
stackBorderWidth?: number;
|
|
143
|
+
dataLabelPosition?: string;
|
|
144
|
+
disableMarkerShape?: boolean;
|
|
145
|
+
disableMarkerColor?: boolean;
|
|
146
|
+
borderRadius?: number;
|
|
147
|
+
fontSize?: number;
|
|
148
|
+
valueFont?: string;
|
|
149
|
+
setColorScale?: boolean;
|
|
150
|
+
connector?: number;
|
|
151
|
+
areaBorderColor?: string;
|
|
152
|
+
labelFontStyle?: string[];
|
|
153
|
+
borderWidth?: number;
|
|
154
|
+
secondaryAxisBgColor?: string;
|
|
155
|
+
opacity?: number;
|
|
156
|
+
fontFamily?: string;
|
|
157
|
+
backgroundColor?: string;
|
|
158
|
+
valueFontStyle?: string[];
|
|
159
|
+
valueFontSize?: number;
|
|
160
|
+
labelFontColor?: string;
|
|
161
|
+
nodeHeight?: number;
|
|
162
|
+
disableDataLabelPosition?: boolean;
|
|
163
|
+
disableMarkerSize?: boolean;
|
|
164
|
+
annotationPosition?: number;
|
|
165
|
+
alias?: string;
|
|
166
|
+
stackBorderStyle?: number;
|
|
167
|
+
labelFont?: string;
|
|
168
|
+
individualAnnotationVisibility?: string;
|
|
169
|
+
currentMeasure?: string;
|
|
170
|
+
currentLegend?: string;
|
|
171
|
+
tooltip?: string;
|
|
172
|
+
tooltipMeasure?: number;
|
|
173
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export var actualChartTypes;
|
|
2
|
+
(function (actualChartTypes) {
|
|
3
|
+
actualChartTypes["waterfall"] = "Waterfall";
|
|
4
|
+
actualChartTypes["lineWithMarker"] = "LineWithMarker";
|
|
5
|
+
actualChartTypes["stackLine"] = "StackLine";
|
|
6
|
+
actualChartTypes["stackLine100"] = "100StackLine";
|
|
7
|
+
actualChartTypes["line"] = "Line";
|
|
8
|
+
actualChartTypes["bar"] = "Bar";
|
|
9
|
+
actualChartTypes["stackColumn"] = "StackColumn";
|
|
10
|
+
actualChartTypes["area"] = "Area";
|
|
11
|
+
actualChartTypes["pie"] = "Pie";
|
|
12
|
+
actualChartTypes["sankey"] = "Sankey";
|
|
13
|
+
actualChartTypes["sunburst"] = "Sunburst";
|
|
14
|
+
actualChartTypes["horizontalBar"] = "HorizontalBar";
|
|
15
|
+
actualChartTypes["stackArea"] = "StackArea";
|
|
16
|
+
actualChartTypes["stackArea100"] = "100StackArea";
|
|
17
|
+
actualChartTypes["treeMap"] = "TreeMap";
|
|
18
|
+
actualChartTypes["stackBar"] = "StackBar";
|
|
19
|
+
actualChartTypes["stackColumn100"] = "100StackColumn";
|
|
20
|
+
actualChartTypes["stackBar100"] = "100StackBar";
|
|
21
|
+
actualChartTypes["scatterPlot"] = "ScatterPlot";
|
|
22
|
+
actualChartTypes["customColumnChart"] = "CustomColumnChart";
|
|
23
|
+
actualChartTypes["customBarChart"] = "CustomBarChart";
|
|
24
|
+
actualChartTypes["histogram"] = "Histogram";
|
|
25
|
+
actualChartTypes["columnHistogram"] = "ColumnHistogram";
|
|
26
|
+
actualChartTypes["barHistogram"] = "BarHistogram";
|
|
27
|
+
actualChartTypes["column"] = "Column";
|
|
28
|
+
actualChartTypes["miscellaneous"] = "Miscellaneous";
|
|
29
|
+
actualChartTypes["custom"] = "Custom";
|
|
30
|
+
actualChartTypes["collapsableTree"] = "CollapsableTree";
|
|
31
|
+
actualChartTypes["maps"] = "Maps";
|
|
32
|
+
actualChartTypes["tornadoChart"] = "Tornado";
|
|
33
|
+
actualChartTypes["pieOfPie"] = "PieOfPie";
|
|
34
|
+
actualChartTypes["wordCloud"] = "WordCloud";
|
|
35
|
+
actualChartTypes["boxPlot"] = "BoxPlot";
|
|
36
|
+
actualChartTypes["bubblePlot"] = "BubblePlot";
|
|
37
|
+
actualChartTypes["vennDiagramChart"] = "VennDiagramChart";
|
|
38
|
+
actualChartTypes["speedometerChart"] = "SpeedometerChart";
|
|
39
|
+
actualChartTypes["layeredColumnChart"] = "LayeredColumnChart";
|
|
40
|
+
actualChartTypes["layeredBarChart"] = "LayeredBarChart";
|
|
41
|
+
actualChartTypes["organizationalChart"] = "OrganizationalChart";
|
|
42
|
+
actualChartTypes["pyramidChart"] = "PyramidChart";
|
|
43
|
+
actualChartTypes["scaleBreakStackedColumnChart"] = "ScaleBreakStackedColumnChart";
|
|
44
|
+
actualChartTypes["progressChart"] = "ProgressChart";
|
|
45
|
+
actualChartTypes["radialBarChart"] = "RadialBarChart";
|
|
46
|
+
})(actualChartTypes || (actualChartTypes = {}));
|
|
47
|
+
;
|
|
48
|
+
;
|
|
49
|
+
;
|