pace-chart-lib 0.0.6 → 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.
Files changed (150) hide show
  1. package/README.md +10 -54
  2. package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisFunctions.d.ts +46 -0
  3. package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisFunctions.js +2285 -0
  4. package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.d.ts +169 -0
  5. package/dist/Components1/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.js +47 -0
  6. package/dist/Components1/Charts/ChartsWithAxis/LineFamily/LineChart.d.ts +4 -0
  7. package/dist/Components1/Charts/ChartsWithAxis/LineFamily/LineChart.js +403 -0
  8. package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.d.ts +0 -0
  9. package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.js +0 -0
  10. package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.d.ts +0 -0
  11. package/dist/Components1/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.js +0 -0
  12. package/dist/Components1/Charts/Core/Common.type.d.ts +8 -0
  13. package/dist/Components1/Charts/Core/Common.type.js +9 -0
  14. package/dist/Components1/Charts/Core/CommonFunctions.d.ts +12 -0
  15. package/dist/Components1/Charts/Core/CommonFunctions.js +512 -0
  16. package/dist/Components1/Charts/Core/DefaultProperties.d.ts +586 -0
  17. package/dist/Components1/Charts/Core/DefaultProperties.js +585 -0
  18. package/dist/Services/ErrorLog.d.ts +1 -0
  19. package/dist/Services/ErrorLog.js +3 -0
  20. package/dist/components/Charts/ChartsWithAxis/AreaFamily/AreaChart.d.ts +4 -0
  21. package/dist/components/Charts/ChartsWithAxis/AreaFamily/AreaChart.js +497 -0
  22. package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.d.ts +4 -0
  23. package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.js +491 -0
  24. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.d.ts +4 -0
  25. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.js +520 -0
  26. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.d.ts +4 -0
  27. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.js +553 -0
  28. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.d.ts +4 -0
  29. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.js +519 -0
  30. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.d.ts +4 -0
  31. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.js +553 -0
  32. package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.d.ts +12 -0
  33. package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.js +9 -0
  34. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisFunctions.d.ts +623 -0
  35. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisFunctions.js +4897 -0
  36. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.d.ts +0 -0
  37. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.js +0 -0
  38. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.d.ts +173 -0
  39. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.js +49 -0
  40. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.d.ts +4 -0
  41. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.js +486 -0
  42. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.d.ts +4 -0
  43. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.js +498 -0
  44. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.d.ts +4 -0
  45. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.js +417 -0
  46. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.d.ts +4 -0
  47. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.js +1014 -0
  48. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.d.ts +4 -0
  49. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.js +479 -0
  50. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.d.ts +4 -0
  51. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.js +451 -0
  52. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.d.ts +4 -0
  53. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.js +535 -0
  54. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackLineChart.d.ts +4 -0
  55. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackLineChart.js +512 -0
  56. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.d.ts +4 -0
  57. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.js +532 -0
  58. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackLineChart.d.ts +4 -0
  59. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackLineChart.js +512 -0
  60. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.d.ts +12 -0
  61. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.js +9 -0
  62. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.d.ts +4 -0
  63. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.js +498 -0
  64. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.d.ts +4 -0
  65. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.js +498 -0
  66. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.d.ts +4 -0
  67. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.js +479 -0
  68. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.d.ts +4 -0
  69. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.js +479 -0
  70. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.d.ts +4 -0
  71. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.js +474 -0
  72. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.d.ts +4 -0
  73. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.js +464 -0
  74. package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.d.ts +0 -0
  75. package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.js +0 -0
  76. package/dist/components/Charts/ChartsWithAxis/LineFamily/LineChart.d.ts +4 -0
  77. package/dist/components/Charts/ChartsWithAxis/LineFamily/LineChart.js +452 -0
  78. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.d.ts +4 -0
  79. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.js +554 -0
  80. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.d.ts +4 -0
  81. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.js +513 -0
  82. package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.d.ts +4 -0
  83. package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.js +508 -0
  84. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.d.ts +4 -0
  85. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.js +395 -0
  86. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.d.ts +4 -0
  87. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.js +608 -0
  88. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.d.ts +0 -0
  89. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.js +0 -0
  90. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.d.ts +92 -0
  91. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.js +815 -0
  92. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.d.ts +0 -0
  93. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.js +0 -0
  94. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.d.ts +108 -0
  95. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.js +32 -0
  96. package/dist/components/Charts/ChartsWithoutAxis/Maps/Cordinates.d.ts +26 -0
  97. package/dist/components/Charts/ChartsWithoutAxis/Maps/Cordinates.js +15021 -0
  98. package/dist/components/Charts/ChartsWithoutAxis/Maps/Maps.d.ts +4 -0
  99. package/dist/components/Charts/ChartsWithoutAxis/Maps/Maps.js +391 -0
  100. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.d.ts +4 -0
  101. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.js +367 -0
  102. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.d.ts +4 -0
  103. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.js +569 -0
  104. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.d.ts +3 -0
  105. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.js +212 -0
  106. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.d.ts +3 -0
  107. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.js +401 -0
  108. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.d.ts +4 -0
  109. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.js +313 -0
  110. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.d.ts +4 -0
  111. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.js +719 -0
  112. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.d.ts +4 -0
  113. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.js +807 -0
  114. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.d.ts +3 -0
  115. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.js +514 -0
  116. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/VennChart.d.ts +4 -0
  117. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/VennChart.js +282 -0
  118. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.d.ts +4 -0
  119. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.js +207 -0
  120. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/DonutChart.d.ts +4 -0
  121. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/DonutChart.js +476 -0
  122. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieChart.d.ts +4 -0
  123. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieChart.js +420 -0
  124. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.d.ts +10 -0
  125. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.js +106 -0
  126. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.d.ts +3 -0
  127. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.js +507 -0
  128. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.d.ts +3 -0
  129. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.js +246 -0
  130. package/dist/components/Charts/Core/Common.type.d.ts +0 -0
  131. package/dist/components/Charts/Core/Common.type.js +0 -0
  132. package/dist/components/Charts/Core/Common.types.d.ts +369 -0
  133. package/dist/components/Charts/Core/Common.types.js +133 -0
  134. package/dist/components/Charts/Core/CommonFunctions.d.ts +236 -0
  135. package/dist/components/Charts/Core/CommonFunctions.js +1778 -0
  136. package/dist/components/Charts/Core/DefaultChartDataProperties.d.ts +65 -0
  137. package/dist/components/Charts/Core/DefaultChartDataProperties.js +64 -0
  138. package/dist/components/Charts/Core/DefaultProperties.d.ts +0 -0
  139. package/dist/components/Charts/Core/DefaultProperties.js +0 -0
  140. package/dist/components/Charts/Core/DefaultProperties.type.d.ts +586 -0
  141. package/dist/components/Charts/Core/DefaultProperties.type.js +585 -0
  142. package/dist/components/Charts/Core/DefaultProperties.types.d.ts +592 -0
  143. package/dist/components/Charts/Core/DefaultProperties.types.js +592 -0
  144. package/dist/index.d.ts +34 -2
  145. package/dist/index.js +40 -2
  146. package/package.json +40 -29
  147. package/dist/components/charts/linechart/LineChart.d.ts +0 -12
  148. package/dist/components/charts/linechart/LineChart.js +0 -5
  149. /package/dist/{components/charts/barchart → Components1/Charts/ChartsWithAxis/BarFamily}/BarChart.d.ts +0 -0
  150. /package/dist/{components/charts/barchart → Components1/Charts/ChartsWithAxis/BarFamily}/BarChart.js +0 -0
@@ -0,0 +1,592 @@
1
+ export const defaultChartFormatOptions = {
2
+ chartDescription: {
3
+ chartDescriptionVisibility: false,
4
+ chartDescriptionText: "",
5
+ chartDescriptionId: "",
6
+ },
7
+ chartArea: {
8
+ chartAreaColor: "#ffffff",
9
+ chartAreaBorder: false,
10
+ chartAreaBorderThickness: "1",
11
+ chartAreaBorderColor: "#000000",
12
+ chartAreaBorderStyle: "1",
13
+ },
14
+ chartTitle: {
15
+ chartTitleVisibility: true,
16
+ chartTitleFontSize: "15",
17
+ chartTitleFontFamily: "Helvetica",
18
+ chartTitleFontStyle: [],
19
+ chartTitleColor: "#000000",
20
+ chartTitleText: "Chart Title Here",
21
+ dynamicTitleText: "",
22
+ chartTitleHTML: "",
23
+ },
24
+ xAxisLabel: {
25
+ xAxisLabelVisibility: true,
26
+ xAxisColor: "#000000",
27
+ xAxisWidth: "0.5",
28
+ xAxisLabelFontSize: "11",
29
+ xAxisLabelFontFamily: "Helvetica",
30
+ xAxisLabelFontStyle: [],
31
+ xAxisLabelColor: "#000000",
32
+ xAxisNumberFormat: "DD-MM-YYYY",
33
+ xAxisQuarterFormat: "Long",
34
+ xAxisDisplayUnits: "None",
35
+ xAxisDisplayUnitsLabel: false,
36
+ xAxisLabelRotation: 90,
37
+ xAxisDateFormat: "DD-MM-YYYY",
38
+ xAxisLabelDecimalPrecision: "2",
39
+ xAxisLabelText: "",
40
+ xAxisLabelDynamicText: "",
41
+ xAxisLabelHTML: "",
42
+ xAxisPosition: "0",
43
+ xAxisBackgroundColor: "",
44
+ xAxisIntervalsVisibility: false,
45
+ xAxisMinText: "",
46
+ xAxisMaxText: "",
47
+ xAxisIntervalText: "",
48
+ hideZeroValues: false,
49
+ xAxisSortBy: "0",
50
+ customSort: [],
51
+ labelTextWrap: true,
52
+ },
53
+ xAxisScale: {
54
+ absoluteXAxisScale: false,
55
+ customScale: "0",
56
+ },
57
+ xAxisTitle: {
58
+ xAxisTitleVisibility: true,
59
+ xAxisTitleFontSize: "11",
60
+ xAxisTitleFontFamily: "Helvetica",
61
+ xAxisTitleFontStyle: [],
62
+ xAxisTitleColor: "#000000",
63
+ xAxisTitleText: "Dimension",
64
+ xAxisDynamicTitleText: "",
65
+ xAxisTitleHTML: "",
66
+ },
67
+ yAxisScale: {
68
+ absoluteYAxisScale: true,
69
+ customScale: "0",
70
+ },
71
+ yAxisLabel: {
72
+ yAxisLabelVisibility: true,
73
+ yAxisColor: "#000000",
74
+ yAxisWidth: "0.5",
75
+ yAxisLabelFontSize: "11",
76
+ yAxisLabelFontFamily: "Helvetica",
77
+ yAxisLabelFontStyle: [],
78
+ yAxisLabelColor: "#000000",
79
+ yAxisNumberFormat: ",",
80
+ yAxisDisplayUnits: "None",
81
+ yAxisLabelRotation: 90,
82
+ yAxisDisplayUnitsLabel: false,
83
+ yAxisDateFormat: "DD-MM-YYYY",
84
+ yAxisLabelDecimalPrecision: "2",
85
+ yAxisLabelText: "",
86
+ yAxisLabelDynamicText: "",
87
+ yAxisLabelHTML: "",
88
+ yAxisPosition: "0",
89
+ yAxisBackgroundColor: "",
90
+ yAxisIntervalsVisibility: false,
91
+ yAxisMinText: "",
92
+ yAxisMaxText: "",
93
+ yAxisIntervalText: "",
94
+ hideZeroValues: false,
95
+ yAxisSortBy: "0",
96
+ customSort: [],
97
+ },
98
+ yAxisTitle: {
99
+ yAxisTitleVisibility: true,
100
+ yAxisTitleFontSize: "11",
101
+ yAxisTitleFontFamily: "Helvetica",
102
+ yAxisTitleFontStyle: [],
103
+ yAxisTitleColor: "#000000",
104
+ yAxisTitleText: "Measure",
105
+ yAxisDynamicTitleText: "",
106
+ yAxisTitleHTML: "",
107
+ },
108
+ secondaryYAxisLabel: {
109
+ secondaryYAxisLabelVisibility: true,
110
+ secondaryYAxisColor: "#000000",
111
+ secondaryYAxisWidth: "0.5",
112
+ secondaryYAxisLabelFontSize: "11",
113
+ secondaryYAxisLabelFontFamily: "Helvetica",
114
+ secondaryYAxisLabelFontStyle: [],
115
+ secondaryYAxisLabelColor: "#000000",
116
+ secondaryYAxisNumberFormat: ",",
117
+ secondaryYAxisDisplayUnits: "None",
118
+ secondaryYAxisDisplayUnitsLabel: false,
119
+ secondaryYAxisSyncWithPrimaryLabel: false,
120
+ secondaryYAxisDateFormat: "DD-MM-YYYY",
121
+ secondaryYAxisLabelDecimalPrecision: "2",
122
+ secondaryYAxisBackgroundColor: "#e5e5e5",
123
+ secondaryYAxisIntervalsVisibility: false,
124
+ secondaryYAxisMinText: "",
125
+ secondaryYAxisMaxText: "",
126
+ secondaryYAxisIntervalText: "",
127
+ },
128
+ secondaryYAxisTitle: {
129
+ secondaryYAxisTitleVisibility: true,
130
+ secondaryYAxisTitleFontSize: "11",
131
+ secondaryYAxisTitleFontFamily: "Helvetica",
132
+ secondaryYAxisTitleFontStyle: [],
133
+ secondaryYAxisTitleColor: "#000000",
134
+ secondaryYAxisTitleText: "Measure",
135
+ secondaryYAxisDynamicTitleText: "",
136
+ secondaryYAxisTitleHTML: "",
137
+ },
138
+ legends: {
139
+ legendVisibility: true,
140
+ primaryTitleVisibility: true,
141
+ primaryTitleText: "Primary Axis",
142
+ primaryTitleFontSize: "11",
143
+ primaryTitleFontFamily: "Helvetica",
144
+ primaryTitleFontStyle: [],
145
+ secondaryTitleVisibility: true,
146
+ secondaryTitleText: "Secondary Axis",
147
+ secondaryTitleFontSize: "11",
148
+ secondaryTitleFontFamily: "Helvetica",
149
+ secondaryTitleFontStyle: [],
150
+ legendPosition: "Top",
151
+ legendAlignment: "Top",
152
+ legendAlignmentTopBottom: "Start",
153
+ legendFontSize: "11",
154
+ legendFontFamily: "Helvetica",
155
+ legendFontStyle: [],
156
+ legendBorder: false,
157
+ legendBorderThickness: "1",
158
+ legendBorderColor: "#000000",
159
+ vennLabelColor: "#000000",
160
+ onHoverEffect: true,
161
+ legendColorMode: "1",
162
+ legendSelectedUnicolor: "#000000",
163
+ },
164
+ plotArea: {
165
+ plotAreaColor: "#ffffff",
166
+ plotAreaBorder: false,
167
+ plotAreaBorderThickness: "1",
168
+ plotAreaBorderColor: "#000000",
169
+ plotAreaGapWidth: "50",
170
+ plotAreaSeriesWidth: "50",
171
+ plotAreaBarWidth: "50",
172
+ gridLinesVisibility: true,
173
+ gridLinesHorizontal: true,
174
+ gridLinesVertical: false,
175
+ ticksHeight: "100",
176
+ gridLinesColor: "#ccc",
177
+ xCoordinate: "None",
178
+ yCoordinate: "None",
179
+ dataLabels: true,
180
+ annotationDraggable: false,
181
+ annotationType: "1",
182
+ connectorCurve: "1",
183
+ connectorType: "None",
184
+ connectorColor: "#ccc",
185
+ connectorStyle: "solid",
186
+ dataLabelsforMaps: false,
187
+ dataLabelPosition: "1",
188
+ dataLabelSize: "12",
189
+ dataLabelValueColor: "#000000",
190
+ dataLabelValueFontSize: "11",
191
+ dataLabelValueFontFamily: "Helvetica",
192
+ dataLabelValueFontStyle: [],
193
+ dataLabelNumberFormat: ",",
194
+ dataLabelNumberFormatProgress: ",.0%",
195
+ axialAxis: true,
196
+ axialAxisDataLabelColor: "#000000",
197
+ axialAxisDataLabelFontSize: "11",
198
+ axialAxisDataLabelFontFamily: "Helvetica",
199
+ axialAxisDataLabelFontStyle: [],
200
+ axialAxisDataLabelNumberFormat: ",",
201
+ axialAxisDataLabelDecimalPrecision: "2",
202
+ dataLabelDecimalPrecision: "2",
203
+ dataLabelNameColor: "#000000",
204
+ dataLabelNameFontSize: "11",
205
+ dataLabelNameFontFamily: "Helvetica",
206
+ dataLabelNameFontStyle: [],
207
+ fillOpacity: "0.8",
208
+ innerRadius: "50",
209
+ cornerRadius: "0",
210
+ axialGrid: true,
211
+ arcPadding: "5",
212
+ axialTicks: "10",
213
+ arcTransition: true,
214
+ innerRadiusForSpeedometer: "30",
215
+ ticks: "3",
216
+ pointerColor: "#000000",
217
+ pointerHeadLength: "8",
218
+ totalColor: "#41a5b4",
219
+ positiveColor: "#9fb700",
220
+ negativeColor: "#e25a42",
221
+ dataLabelValue: true,
222
+ plotAreaAbsoluteValue: false,
223
+ dataLabelName: true,
224
+ bubbleSizeIndex: "1",
225
+ scatterSizeIndex: "4",
226
+ hideZeroValues: false,
227
+ boxLineColor: "#000000",
228
+ boxLineWidth: "1",
229
+ boxOutlier: false,
230
+ boxOutlierRadius: "3",
231
+ plotAreaShowTrendLine: false,
232
+ plotAreaTrendLine: "Linear",
233
+ plotAreaTrendLineWidth: "1",
234
+ plotAreaTrendLineColor: "#000000",
235
+ opacity: "0.5",
236
+ plotAreaCalculatedHigh: "#00FF00",
237
+ plotAreaCalculatedLow: "#FF0000",
238
+ plotAreaDataLabel: "1",
239
+ plotAreaDisplayUnits: "None",
240
+ plotAreaHideLineAndMarkers: true,
241
+ dataLabelsOptions: "1",
242
+ xscaleposition: "1",
243
+ yscaleposition: "1",
244
+ numberOfBubbles: false,
245
+ totalAlias: false,
246
+ totalAliasText: "",
247
+ refLineBorderThickness: "1",
248
+ refLineBorderColor: "#000000",
249
+ flipPyramid: false,
250
+ opacityforProgressScale: "0.2",
251
+ opacityforProgressGoal: "1",
252
+ lineStyle: "Solid",
253
+ lineWidth: "1",
254
+ fitChart: true,
255
+ scaleFactor: "5",
256
+ rotation: "0",
257
+ intersectionLabelVisibility: false,
258
+ intersectionValueVisibility: false,
259
+ dataLabelsCoordinates: [],
260
+ hideInsignificantValue: false,
261
+ sortBy: "default",
262
+ chartDirection: "top",
263
+ },
264
+ heatMap: {
265
+ showHeatMap: false,
266
+ heatMapMinColor: "#FF0000",
267
+ heatMapMaxColor: "#7cfc00",
268
+ },
269
+ marker: {
270
+ markerVisibility: true,
271
+ markerSize: "1",
272
+ markerShape: "Circle",
273
+ lineWidth: "1.5",
274
+ markerColor: "#000000",
275
+ },
276
+ annotation: {
277
+ annotationDraggable: false,
278
+ annotationType: "1",
279
+ connectorCurve: "1",
280
+ connectorType: "None",
281
+ connectorColor: "#ccc",
282
+ connectorStyle: "solid",
283
+ annotationVisibility: "5",
284
+ annotationPosition: "1",
285
+ annotationNumberFormat: ",",
286
+ annotationColor: "#000000",
287
+ annotationFontSize: "9",
288
+ annotationFontFamily: "Helvetica",
289
+ annotationFontStyle: [],
290
+ annotationDecimalPrecision: "2",
291
+ annotationDisplayUnits: "None",
292
+ annotationBoxVisibility: [],
293
+ annotationHideZeroValues: true,
294
+ annotationShowHiddenValues: true,
295
+ annotationSetLabelColor: "1",
296
+ },
297
+ total: {
298
+ totalVisibility: false,
299
+ annotationDraggable: false,
300
+ annotationType: "1",
301
+ connectorCurve: "1",
302
+ connectorType: "None",
303
+ connectorColor: "#ccc",
304
+ connectorStyle: "solid",
305
+ dataLabelsCoordinates: [],
306
+ totalNumberFormat: ",",
307
+ totalColor: "#000000",
308
+ totalFontSize: "9",
309
+ totalFontFamily: "Helvetica",
310
+ totalFontStyle: [],
311
+ totalConnectorType: "None",
312
+ totalDecimalPrecision: "2",
313
+ totalPosition: "1",
314
+ totalAlignment: "1",
315
+ totalHideZeroValues: true,
316
+ totalDisplayUnits: "None",
317
+ editTotalTextToggle: false,
318
+ editTotalText: "Total",
319
+ },
320
+ toolTip: {
321
+ toolTipVisibility: true,
322
+ toolTipTheme: "Dark",
323
+ toolTipNumberFormat: ",",
324
+ toolTipNumberFormatProgress: ",.0%",
325
+ toolTipDecimalPrecision: "2",
326
+ toolTipLabelText: "",
327
+ toolTipDisplayUnits: "None",
328
+ toolTipLabelDynamicText: "",
329
+ },
330
+ nodes: {
331
+ nodesColor: "#d9d7d7",
332
+ nodesSingleColor: false,
333
+ nodesFillOpacity: "1",
334
+ spacing: "15",
335
+ sankeyNodeWidth: "10",
336
+ sankeyChartType: "Left",
337
+ curviness: "0.5",
338
+ nodesBorderVisibility: true,
339
+ nodesBorderThickness: "1",
340
+ nodesBorderColor: "#000000",
341
+ nodeBorderStyle: "solid",
342
+ nodesLabelVisibility: true,
343
+ nodesLabelFontSize: "11",
344
+ nodesLabelFontFamily: "Helvetica",
345
+ nodesLabelFontStyle: [],
346
+ nodeLabelNumberFormat: ",",
347
+ nodeLabelDecimalPrecision: "2",
348
+ nodesLabelColor: "#000000",
349
+ nodesLabelDisplayUnits: "None",
350
+ nodesLabelOverlap: false,
351
+ nodesLabelWrap: true,
352
+ nodeHeight: "5",
353
+ nodeWidth: "12",
354
+ nodeType: "rectangle",
355
+ nodesBorderRadius: "1",
356
+ dataLabelValueColor: "#000000",
357
+ dataLabelValueFontSize: "11",
358
+ dataLabelValueFontFamily: "Arial",
359
+ dataLabelNumberFormat: ",",
360
+ dataLabelDecimalPrecision: "2",
361
+ dataLabelValueStyle: [],
362
+ nodesLabelFontColor: "#000000",
363
+ nodesDisplayUnits: "None",
364
+ percentageVisibility: false,
365
+ nodesLabelOverflow: true,
366
+ },
367
+ links: {
368
+ linksColor: "Source",
369
+ linksFillOpacity: "0.5",
370
+ },
371
+ bins: {
372
+ binsGapWidth: "0",
373
+ binsFillOpacity: "0.5",
374
+ binsCalculation: "Automatic",
375
+ binsCalculationValue: "3",
376
+ binsBorderVisibility: false,
377
+ binsBorderThickness: "1",
378
+ binsBorderColor: "#000000",
379
+ binsBorderOpacity: "0.5",
380
+ },
381
+ connector: {
382
+ connectorVisibility: "2",
383
+ connectorFollow: "1",
384
+ connectorStepSize: "1",
385
+ connectorExclude: [],
386
+ connectorCustomRange: [],
387
+ connectorFontSize: "11",
388
+ connectorFontFamily: "Helvetica",
389
+ connectorFontStyle: [],
390
+ connectorKPI: "1",
391
+ connectorNumberFormat: ",",
392
+ connectorLineThickness: "1",
393
+ connectorLineColor: "#080808",
394
+ connectorMarkerColor: "#000000",
395
+ connectorFontColor: "#000000",
396
+ connectorDecimalPrecision: "2",
397
+ connectorDisplayUnits: "None",
398
+ connectorStyle: "solid",
399
+ lineType: "straight",
400
+ connectorType: "straight",
401
+ connectorColorOption: "Discrete",
402
+ connectorUniformLineColor: "#000000",
403
+ },
404
+ footerNote: {
405
+ footerNoteVisibility: false,
406
+ footerNotePosition: "1",
407
+ footerNoteFontSize: "11",
408
+ footerNoteFontFamily: "Helvetica",
409
+ footerNoteFontStyle: [],
410
+ footerNoteFontColor: "#000000",
411
+ footerNoteBorder: false,
412
+ footerNoteBorderThickness: "1",
413
+ footerNoteBorderColor: "#000000",
414
+ },
415
+ pieofPie: {
416
+ pieOfPieDataLabels: true,
417
+ pieOfPieDataLabelValue: true,
418
+ pieOfPieAbsoluteValue: false,
419
+ pieOfPieValueColor: "#000000",
420
+ pieOfPieValueFontSize: "11",
421
+ pieOfPieValueFontFamily: "Helvetica",
422
+ pieOfPieValueFontStyle: [],
423
+ pieOfPieNumberFormat: ",",
424
+ pieOfPieName: true,
425
+ pieOfPieNameColor: "#000000",
426
+ pieOfPieNameFontSize: "11",
427
+ pieOfPieNameFontFamily: "Helvetica",
428
+ pieOfPieNameFontStyle: [],
429
+ pieOfPieRadius: 90,
430
+ pieOfPieLineWidth: "1",
431
+ pieOfPieLineColor: "#000000",
432
+ pointerValueDecimalPrecision: "2",
433
+ displayUnits: "None",
434
+ },
435
+ text: {
436
+ textFontFamily: "Helvetica",
437
+ textSpacing: "5",
438
+ textRotation: 90,
439
+ },
440
+ colorScale: {
441
+ showColor: "1",
442
+ startColor: "#c1d8f3",
443
+ endColor: "#4c6ba5",
444
+ division1: "#c1d8f3",
445
+ division2: "#b3cbed",
446
+ division3: "#a4bfe8",
447
+ division4: "#96b2e2",
448
+ division5: "#88a6dc",
449
+ division6: "#7999d7",
450
+ division7: "#6b8dd1",
451
+ division8: "#5c80cb",
452
+ division9: "#4e74c6",
453
+ division10: "#4c6ba5",
454
+ },
455
+ customScaling: {
456
+ warningTextDummyNode: false,
457
+ customScalingtoggle: false,
458
+ division1: "#b3b3b3",
459
+ share1: "",
460
+ division2: "#b3b3b3",
461
+ share2: "",
462
+ division3: "#b3b3b3",
463
+ share3: "",
464
+ division4: "#b3b3b3",
465
+ share4: "",
466
+ division5: "#b3b3b3",
467
+ share5: "",
468
+ division6: "#b3b3b3",
469
+ share6: "",
470
+ division7: "#b3b3b3",
471
+ share7: "",
472
+ division8: "#b3b3b3",
473
+ share8: "",
474
+ division9: "#b3b3b3",
475
+ share9: "",
476
+ division10: "#b3b3b3",
477
+ share10: "",
478
+ },
479
+ colorScaleForMaps: {
480
+ defaultColor: "#808080",
481
+ showColorForMaps: "1",
482
+ startColorForMaps: "#c1d8f3",
483
+ endColorForMaps: "#4c6ba5",
484
+ },
485
+ pointerValue: {
486
+ showPointerValue: false,
487
+ pointerValueNumberFormat: ",",
488
+ pointerValueDecimalPrecision: "2",
489
+ connectorKPIforSpeedometer: "1",
490
+ kpiAlias: false,
491
+ kpiAliasText: "",
492
+ pointerValueDisplayUnits: "None",
493
+ pointerValueFontSize: "11",
494
+ pointerValueFontFamily: "Helvetica",
495
+ pointerValueFontStyle: [],
496
+ pointerValueColor: "#000000",
497
+ pointerValueAlias: false,
498
+ pointerValueAliasText: "",
499
+ },
500
+ customTextAnnotations: {
501
+ // CustomTextAnnotationsEnable: false,
502
+ customTextAnnotationObject: [],
503
+ hiddenProperty: [],
504
+ },
505
+ dataLabelOverlappingToggle: {
506
+ dataLabelOverlap: true,
507
+ },
508
+ widgetIndexing: {
509
+ widgetVisibility: false,
510
+ widgetIndex: 0,
511
+ },
512
+ bubbleformatting: {
513
+ showBubble: true,
514
+ bubbleColor: "#000000",
515
+ bubbleBorderColor: "#000000",
516
+ bubbleBorderWidth: "1",
517
+ bubbleOpacity: "4",
518
+ },
519
+ colorScaleForMapsBubble: {
520
+ showColorForMapsBubble: "2",
521
+ startColorForMapsBubble: "#c1d8f3",
522
+ endColorForMapsBubble: "#4c6ba5",
523
+ },
524
+ columnBreakLine: {
525
+ breakLineVisibility: true,
526
+ breakLineColor: "#000000",
527
+ breakLineWidth: "1",
528
+ breakLineStyle: "Double",
529
+ },
530
+ undoRedo: {
531
+ isFromUndo: false,
532
+ isFromOnChange: false,
533
+ },
534
+ switchChartType: {
535
+ allowChartTypeSwitch: false,
536
+ },
537
+ column: {
538
+ stackBorderVisibility: false,
539
+ stackBorderWidth: "1",
540
+ stackBorderColor: "#000000",
541
+ stackBorderStyle: "0",
542
+ },
543
+ line: {
544
+ interpolationType: "1",
545
+ smoothType: "1",
546
+ cardinalTension: "1",
547
+ stepPosition: "2",
548
+ },
549
+ seriesLabel: {
550
+ seriesLabelVisibility: false,
551
+ seriesLabelApplySeries: "1",
552
+ seriesLabelFontFamily: "Helvetica",
553
+ seriesLabelFontSize: "11",
554
+ seriesLabelFontStyle: [],
555
+ seriesLabelBackgroundColor: "transparent",
556
+ seriesLabelPosition: "Right",
557
+ },
558
+ dataTableProperties: {
559
+ dataTable: false,
560
+ dataTableFontSize: "11",
561
+ dataTableFontFamily: "Helvetica",
562
+ dataTableFontStyle: [],
563
+ dataTableNumberFormat: ",",
564
+ dataTableDecimalPrecision: "2",
565
+ dataTableDisplayUnits: "None",
566
+ },
567
+ dataTableOuterBorder: {
568
+ borderButtonVisibility: true,
569
+ lineStyle: "solid",
570
+ lineColor: "#d9d9d9",
571
+ lineWidth: "1",
572
+ },
573
+ dataTableInnerBorder: {
574
+ verticalBorderLineButton: true,
575
+ verticalBorderLineStyle: "solid",
576
+ verticalBorderLineColor: "#d9d9d9",
577
+ verticalBorderLineWidth: "1",
578
+ horizontalBorderLineButton: true,
579
+ horizontalBorderLineStyle: "solid",
580
+ horizontalBorderLineColor: "#d9d9d9",
581
+ horizontalBorderLineWidth: "1",
582
+ },
583
+ chartPadding: {
584
+ paddingArrayLTRB: [0, 0, 0, 0], // left, top, right, bottom
585
+ },
586
+ };
587
+ export const chartMargins = {
588
+ top: 0,
589
+ right: 0,
590
+ bottom: 0,
591
+ left: 0,
592
+ };
package/dist/index.d.ts CHANGED
@@ -1,2 +1,34 @@
1
- export { default as LineChart } from "./components/charts/linechart/LineChart";
2
- export { default as BarChart } from "./components/charts/barchart/BarChart";
1
+ export { default as ColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart";
2
+ export { default as CustomColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart";
3
+ export { default as LayeredColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart";
4
+ export { default as StackColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart";
5
+ export { default as NormalizedStackColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart";
6
+ export { default as ColumnHistogramChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart";
7
+ export { default as LineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/LineChart";
8
+ export { default as StackLineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/StackLineChart";
9
+ export { default as NormalizedStackLineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart";
10
+ export { default as HorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart";
11
+ export { default as StackHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart";
12
+ export { default as NormalizedStackHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart";
13
+ export { default as LayeredHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart";
14
+ export { default as HorizontalHistogramChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart";
15
+ export { default as AreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/AreaChart";
16
+ export { default as StackAreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart";
17
+ export { default as NormalizedStackAreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart";
18
+ export { default as PieChart } from "./Components/Charts/ChartsWithoutAxis/PieFamily/PieChart";
19
+ export { default as DonutChart } from "./Components/Charts/ChartsWithoutAxis/PieFamily/DonutChart";
20
+ export { default as Treemap } from "./Components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart";
21
+ export { default as PieofPie } from "./Components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart";
22
+ export { default as PyramidChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart";
23
+ export { default as ProgressChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart";
24
+ export { default as Speedometer } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer";
25
+ export { default as RadialBarChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart";
26
+ export { default as WordCloud } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud";
27
+ export { default as VennChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/VennChart";
28
+ export { default as SankeyChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart";
29
+ export { default as Maps } from "./Components/Charts/ChartsWithoutAxis/Maps/Maps";
30
+ export { default as OrganizationChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart";
31
+ export { default as BubbleChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart";
32
+ export { default as ScatterChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart";
33
+ export { default as WaterfallChart } from "./Components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart";
34
+ export { default as TornadoChart } from "./Components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart";
package/dist/index.js CHANGED
@@ -1,2 +1,40 @@
1
- export { default as LineChart } from "./components/charts/linechart/LineChart";
2
- export { default as BarChart } from "./components/charts/barchart/BarChart";
1
+ // column chart family
2
+ export { default as ColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart";
3
+ export { default as CustomColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart";
4
+ export { default as LayeredColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart";
5
+ export { default as StackColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart";
6
+ export { default as NormalizedStackColumnChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart";
7
+ export { default as ColumnHistogramChart } from "./Components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart";
8
+ // Line chart family
9
+ export { default as LineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/LineChart";
10
+ export { default as StackLineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/StackLineChart";
11
+ export { default as NormalizedStackLineChart } from "./Components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart";
12
+ //HorizontalBar chart family
13
+ export { default as HorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart";
14
+ export { default as StackHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart";
15
+ export { default as NormalizedStackHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart";
16
+ export { default as LayeredHorizontalBarChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart";
17
+ export { default as HorizontalHistogramChart } from "./Components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart";
18
+ // area chart family
19
+ export { default as AreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/AreaChart";
20
+ export { default as StackAreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart";
21
+ export { default as NormalizedStackAreaChart } from "./Components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart";
22
+ // chart without axis
23
+ export { default as PieChart } from "./Components/Charts/ChartsWithoutAxis/PieFamily/PieChart";
24
+ export { default as DonutChart } from "./Components/Charts/ChartsWithoutAxis/PieFamily/DonutChart";
25
+ export { default as Treemap } from "./Components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart";
26
+ export { default as PieofPie } from "./Components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart";
27
+ export { default as PyramidChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart";
28
+ export { default as ProgressChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart";
29
+ export { default as Speedometer } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer";
30
+ export { default as RadialBarChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart";
31
+ export { default as WordCloud } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud";
32
+ export { default as VennChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/VennChart";
33
+ export { default as SankeyChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart";
34
+ export { default as Maps } from "./Components/Charts/ChartsWithoutAxis/Maps/Maps";
35
+ export { default as OrganizationChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart";
36
+ export { default as BubbleChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart";
37
+ export { default as ScatterChart } from "./Components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart"; // area chart
38
+ //miscellaneous charts
39
+ export { default as WaterfallChart } from "./Components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart";
40
+ export { default as TornadoChart } from "./Components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart";