pace-chart-lib 1.0.1 → 1.0.3

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 (131) hide show
  1. package/dist/{components → Components}/Charts/ChartsWithAxis/ChartsWithAxisFunctions.d.ts +76 -38
  2. package/dist/{components → Components}/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.d.ts +4 -2
  3. package/dist/{components → Components}/Charts/Core/CommonFunctions.d.ts +3 -1
  4. package/dist/{components → Components}/Charts/Core/DefaultProperties.types.d.ts +2 -0
  5. package/dist/index.d.ts +1 -0
  6. package/dist/pace-chart-lib.es.js +54619 -0
  7. package/dist/pace-chart-lib.umd.js +54622 -0
  8. package/dist/vite.svg +1 -0
  9. package/package.json +1 -1
  10. package/dist/Services/ErrorLog.js +0 -3
  11. package/dist/components/Charts/ChartsWithAxis/AreaFamily/AreaChart.js +0 -496
  12. package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.d.ts +0 -4
  13. package/dist/components/Charts/ChartsWithAxis/AreaFamily/LineChart.js +0 -491
  14. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.js +0 -517
  15. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.d.ts +0 -4
  16. package/dist/components/Charts/ChartsWithAxis/AreaFamily/NormalizedStackLineChart.js +0 -553
  17. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.js +0 -517
  18. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.d.ts +0 -4
  19. package/dist/components/Charts/ChartsWithAxis/AreaFamily/StackLineChart.js +0 -553
  20. package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.d.ts +0 -12
  21. package/dist/components/Charts/ChartsWithAxis/BarFamily/BarChart.js +0 -9
  22. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisFunctions.js +0 -4909
  23. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.d.ts +0 -0
  24. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.type.js +0 -0
  25. package/dist/components/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.js +0 -49
  26. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.d.ts +0 -4
  27. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart copy.js +0 -486
  28. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.js +0 -497
  29. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.js +0 -418
  30. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.js +0 -1013
  31. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.js +0 -478
  32. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.d.ts +0 -4
  33. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/LineChart.js +0 -451
  34. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.js +0 -533
  35. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackLineChart.js +0 -512
  36. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.js +0 -530
  37. package/dist/components/Charts/ChartsWithAxis/ColumnFamily/StackLineChart.js +0 -512
  38. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.d.ts +0 -12
  39. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/BarChart.js +0 -9
  40. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.js +0 -497
  41. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.js +0 -497
  42. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.d.ts +0 -4
  43. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredColumnChart.js +0 -479
  44. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.js +0 -478
  45. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.js +0 -473
  46. package/dist/components/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.js +0 -465
  47. package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.d.ts +0 -0
  48. package/dist/components/Charts/ChartsWithAxis/LineFamily/100%StackLineChart.js +0 -0
  49. package/dist/components/Charts/ChartsWithAxis/LineFamily/LineChart.js +0 -451
  50. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.d.ts +0 -4
  51. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalisedStackLineChart.js +0 -554
  52. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.d.ts +0 -4
  53. package/dist/components/Charts/ChartsWithAxis/LineFamily/NormalizedStackLineChart.js +0 -510
  54. package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.d.ts +0 -4
  55. package/dist/components/Charts/ChartsWithAxis/LineFamily/StackLineChart.js +0 -507
  56. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.js +0 -393
  57. package/dist/components/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.js +0 -606
  58. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.d.ts +0 -0
  59. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxis.types.js +0 -0
  60. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.js +0 -815
  61. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.d.ts +0 -0
  62. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.type.js +0 -0
  63. package/dist/components/Charts/ChartsWithoutAxis/ChartsWithoutAxisTypes.types.js +0 -32
  64. package/dist/components/Charts/ChartsWithoutAxis/Maps/Cordinates.js +0 -15021
  65. package/dist/components/Charts/ChartsWithoutAxis/Maps/Maps.js +0 -391
  66. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.js +0 -367
  67. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.js +0 -570
  68. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.js +0 -212
  69. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.js +0 -401
  70. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.js +0 -313
  71. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.js +0 -719
  72. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.js +0 -807
  73. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.js +0 -514
  74. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/VennChart.js +0 -282
  75. package/dist/components/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.js +0 -207
  76. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/DonutChart.js +0 -476
  77. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieChart.js +0 -420
  78. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.js +0 -106
  79. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.js +0 -507
  80. package/dist/components/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.js +0 -246
  81. package/dist/components/Charts/Core/Common.type.d.ts +0 -0
  82. package/dist/components/Charts/Core/Common.type.js +0 -0
  83. package/dist/components/Charts/Core/Common.types.js +0 -133
  84. package/dist/components/Charts/Core/CommonFunctions.js +0 -1782
  85. package/dist/components/Charts/Core/DefaultChartDataProperties.js +0 -64
  86. package/dist/components/Charts/Core/DefaultProperties.d.ts +0 -0
  87. package/dist/components/Charts/Core/DefaultProperties.js +0 -0
  88. package/dist/components/Charts/Core/DefaultProperties.type.d.ts +0 -586
  89. package/dist/components/Charts/Core/DefaultProperties.type.js +0 -585
  90. package/dist/components/Charts/Core/DefaultProperties.types.js +0 -592
  91. package/dist/index.js +0 -40
  92. /package/dist/{components → Components}/Charts/ChartsWithAxis/AreaFamily/AreaChart.d.ts +0 -0
  93. /package/dist/{components → Components}/Charts/ChartsWithAxis/AreaFamily/NormalizedStackAreaChart.d.ts +0 -0
  94. /package/dist/{components → Components}/Charts/ChartsWithAxis/AreaFamily/StackAreaChart.d.ts +0 -0
  95. /package/dist/{components → Components}/Charts/ChartsWithAxis/ChartsWithAxisTypes.types.d.ts +0 -0
  96. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/ColumnChart.d.ts +0 -0
  97. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/ColumnHistogramChart.d.ts +0 -0
  98. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/CustomColumnChart.d.ts +0 -0
  99. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/LayeredColumnChart.d.ts +0 -0
  100. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/NormalizedStackColumnChart.d.ts +0 -0
  101. /package/dist/{components → Components}/Charts/ChartsWithAxis/ColumnFamily/StackColumnChart.d.ts +0 -0
  102. /package/dist/{components → Components}/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalBarChart.d.ts +0 -0
  103. /package/dist/{components → Components}/Charts/ChartsWithAxis/HorizontalBarFamily/HorizontalHistogramChart.d.ts +0 -0
  104. /package/dist/{components → Components}/Charts/ChartsWithAxis/HorizontalBarFamily/LayeredHorizontalBarChart.d.ts +0 -0
  105. /package/dist/{components → Components}/Charts/ChartsWithAxis/HorizontalBarFamily/NormalizedStackHorizontalBarChart.d.ts +0 -0
  106. /package/dist/{components → Components}/Charts/ChartsWithAxis/HorizontalBarFamily/StackHorizontalBarChart.d.ts +0 -0
  107. /package/dist/{components → Components}/Charts/ChartsWithAxis/LineFamily/LineChart.d.ts +0 -0
  108. /package/dist/{components/Charts/ChartsWithAxis/ColumnFamily → Components/Charts/ChartsWithAxis/LineFamily}/NormalizedStackLineChart.d.ts +0 -0
  109. /package/dist/{components/Charts/ChartsWithAxis/ColumnFamily → Components/Charts/ChartsWithAxis/LineFamily}/StackLineChart.d.ts +0 -0
  110. /package/dist/{components → Components}/Charts/ChartsWithAxis/MiscellaneousChartFamily/TornadoChart.d.ts +0 -0
  111. /package/dist/{components → Components}/Charts/ChartsWithAxis/MiscellaneousChartFamily/WaterfallChart.d.ts +0 -0
  112. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/ChartsWithoutAxisFunctions.d.ts +0 -0
  113. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/Maps/Cordinates.d.ts +0 -0
  114. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/Maps/Maps.d.ts +0 -0
  115. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/BubbleChart.d.ts +0 -0
  116. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/OrganizationChart.d.ts +0 -0
  117. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/ProgressChart.d.ts +0 -0
  118. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/PyramidChart.d.ts +0 -0
  119. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/RadialBarChart.d.ts +0 -0
  120. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/SankeyChart.d.ts +0 -0
  121. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/ScatterChart.d.ts +0 -0
  122. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/Speedometer.d.ts +0 -0
  123. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/VennChart.d.ts +0 -0
  124. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/OtherCharts/WordCloud.d.ts +0 -0
  125. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/PieFamily/DonutChart.d.ts +0 -0
  126. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/PieFamily/PieChart.d.ts +0 -0
  127. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/PieFamily/PieFamilyCommonFunctions.d.ts +0 -0
  128. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/PieFamily/PieofPieChart.d.ts +0 -0
  129. /package/dist/{components → Components}/Charts/ChartsWithoutAxis/PieFamily/TreemapChart.d.ts +0 -0
  130. /package/dist/{components → Components}/Charts/Core/Common.types.d.ts +0 -0
  131. /package/dist/{components → Components}/Charts/Core/DefaultChartDataProperties.d.ts +0 -0
@@ -1,553 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- //#region Imports
3
- import * as d3 from "d3";
4
- import * as d3Annotation from "d3-svg-annotation";
5
- import { useEffect, useRef } from "react";
6
- import { logError } from "../../../../Services/ErrorLog";
7
- import { legendShape } from "../../Core/Common.types";
8
- import { legendsWithScroll, lineMarkers } from "../../Core/CommonFunctions";
9
- import { addDataTable, dataTablePreCalculation, drawSeriesLabels, firstFunctionBeforeRender, getCurveType, getStackedData, initChartArea, initPlotArea, initSvg, initXaxis, initYaxis, marginCalculation, prepareDataForSeriesLabel, responsiveXaxisLabel, setChartTitle, setDateFormats, setXaxistitle, stacklineAnnotations, yAxistitle, yAxistitleRight, } from "../ChartsWithAxisFunctions";
10
- import { actualChartTypes, } from "../ChartsWithAxisTypes.types";
11
- const NormalisedStackLineChart = ({ title, width, height, data, yAxisObj, xAxisObj, chartId, formatOptions, }) => {
12
- // adding variables as per requirement
13
- const barWidth = 0; // coz line chart
14
- const chartType = actualChartTypes.stackLine100;
15
- const svgRef = useRef();
16
- const seriesData = data;
17
- const barChart = false;
18
- const chartsWithXScrollFlag = true;
19
- const chartsWithYScrollFlag = false;
20
- const isSecondaryAxisDrawn = false;
21
- let isPrimaryAxisDrawn = true;
22
- let customYaxisMinValue = parseFloat(formatOptions.yAxisLabel.yAxisMinText);
23
- let customYaxisMaxValue = parseFloat(formatOptions.yAxisLabel.yAxisMaxText);
24
- let secondaryCustomYaxisMinValue = parseFloat(formatOptions.secondaryYAxisLabel.secondaryYAxisMinText);
25
- let secondaryCustomYaxisMaxValue = parseFloat(formatOptions.secondaryYAxisLabel.secondaryYAxisMaxText);
26
- let margin;
27
- let yLabel;
28
- let xLabel;
29
- let yTitle;
30
- let xTitle;
31
- let dimensionHeightWidthArray;
32
- let chartTitleHeight;
33
- let secondaryAxisTitleWidth;
34
- let legendMargin;
35
- let secondaryYLabel;
36
- let maxNumberForPrimaryAxis;
37
- let maxNumberForSecondaryAxis;
38
- let innerWidth;
39
- let innerHeight;
40
- let totalHeight;
41
- let totalWidth;
42
- let dataTable;
43
- let dataTableHeight;
44
- let svg;
45
- let gTag;
46
- let yScaleLeft;
47
- let yScaleRight;
48
- let xScale;
49
- let seriesLabels;
50
- let calculatedRange;
51
- let seriesLabelWidth;
52
- let yAxisLeft;
53
- let xAxis;
54
- let yAxisRight;
55
- let filteredDimension;
56
- let filteredData;
57
- let scrollPosition = 0;
58
- const visibleBars = 2;
59
- let stackLineData = [];
60
- let stackChartData = [];
61
- const isNormalizedChart = true;
62
- let chartJSON = {
63
- dimensionList: [],
64
- chartType: chartType,
65
- chartData: [],
66
- formatOptions: formatOptions,
67
- legendList: [],
68
- secondaryAxisDrawn: false,
69
- yMaxLeft: 0,
70
- yMaxRight: 0,
71
- yMinLeft: 0,
72
- yMinRight: 0,
73
- hideZeroValues: false,
74
- formattedDimensionListMap: new Map(),
75
- };
76
- //#region UseEffect
77
- useEffect(() => {
78
- try {
79
- createLineChart();
80
- }
81
- catch (error) {
82
- logError("NormalizedLinechart", "createLineChart", error);
83
- }
84
- }, []);
85
- //#endregion
86
- const createLineChart = () => {
87
- ({ formatOptions, svg, width, height } = firstFunctionBeforeRender(svgRef, formatOptions));
88
- preProcessChartData(); // preaparing data related to chart creation
89
- // Applies custom Y-axis label formatting and calculates the necessary margin based on axis extremes.
90
- // const resultCustomYscaleLabelFormatting = customYscaleLabelFormatting(
91
- // // for calculating primary/secondary axis max number so that we can calculate margin accordinglt
92
- // formatOptions,
93
- // chartJSON.yMinLeft,
94
- // chartJSON.yMaxLeft,
95
- // chartJSON.yMinRight,
96
- // chartJSON.yMaxRight
97
- // );
98
- // maxNumberForPrimaryAxis =
99
- // resultCustomYscaleLabelFormatting.maxNumberForPrimaryAxis;
100
- // maxNumberForSecondaryAxis =
101
- // resultCustomYscaleLabelFormatting.maxNumberForSecondaryAxis;
102
- ({
103
- margin,
104
- yLabel,
105
- xLabel,
106
- yTitle,
107
- xTitle,
108
- dimensionHeightWidthArray,
109
- chartTitleHeight,
110
- secondaryAxisTitleWidth,
111
- legendMargin,
112
- secondaryYLabel,
113
- } = marginCalculation(
114
- // for all margin related calculations
115
- width, height, maxNumberForPrimaryAxis, maxNumberForSecondaryAxis, chartJSON.yMaxLeft, formatOptions, chartJSON.legendList, chartJSON.dimensionList, chartJSON.yMaxRight, isSecondaryAxisDrawn, isNormalizedChart));
116
- setSVGContainer(margin); // for innerWidth/height static width/height
117
- ({ dataTable, dataTableHeight } = dataTablePreCalculation(
118
- // calculations for data tables
119
- formatOptions, yLabel, yTitle, seriesData, chartJSON.dimensionList));
120
- initSvg(
121
- // for svg creation
122
- svg, width, height, formatOptions);
123
- //d3.select(svgRef.current, width, height);
124
- gTag = initChartArea(svg, margin); // creating chart area
125
- initPlotArea(gTag, formatOptions, dataTableHeight, innerWidth, innerHeight, chartType);
126
- initScale();
127
- initAxis();
128
- initYaxis(gTag, formatOptions, dataTableHeight, yLabel, yAxisLeft, innerHeight);
129
- // initYaxisRight(
130
- // gTag,
131
- // formatOptions,
132
- // dataTableHeight,
133
- // secondaryYLabel,
134
- // yAxisRight,
135
- // innerHeight,
136
- // innerWidth,
137
- // floatingTagG
138
- // );
139
- horizontalScrollBar(seriesData, height, svg, margin, innerWidth);
140
- setDataTable(gTag, dataTable, barWidth, yScaleLeft, xScale, dataTableHeight, yLabel, yTitle, calculatedRange, chartJSON.formattedDimensionListMap, chartId, margin, svg, innerWidth, innerHeight); // data tables to be added later
141
- setXaxistitle(formatOptions, barChart, svg, margin, xLabel, height, xTitle, chartJSON.chartType, yLabel, innerWidth, innerHeight);
142
- yAxistitle(innerHeight, formatOptions, dataTableHeight, barChart, svg, margin, yTitle, yLabel);
143
- yAxistitleRight(svg, isSecondaryAxisDrawn, margin, formatOptions, dataTableHeight, innerHeight, innerWidth, secondaryYLabel, secondaryAxisTitleWidth); // to be added later
144
- setChartTitle(svg, formatOptions, width, chartTitleHeight);
145
- drawLegends(height, svg, dimensionHeightWidthArray, chartTitleHeight, width, legendMargin);
146
- };
147
- const preProcessChartData = () => {
148
- const allChartData = [];
149
- const dimensionSet = new Set();
150
- const legendList = [];
151
- seriesData.forEach((series, index) => {
152
- // Prefix the legend
153
- const prefixedLegend = `${index}~$~${series.properties.legend}`;
154
- series.properties.legend = prefixedLegend;
155
- legendList.push(prefixedLegend);
156
- // Flatten data and collect unique dimensions
157
- for (const point of series.data) {
158
- allChartData.push(point);
159
- dimensionSet.add(point.dimension);
160
- }
161
- });
162
- // Assign the flattened and deduplicated results
163
- chartJSON.chartData = allChartData;
164
- chartJSON.dimensionList = Array.from(dimensionSet);
165
- chartJSON.legendList = legendList;
166
- // Deep clone the updated seriesData
167
- filteredData = JSON.parse(JSON.stringify(seriesData));
168
- // Optional scroll logic (currently disabled)
169
- if (false /* or formatOptions.scrollChart.scrollX */) {
170
- filteredDimension = chartJSON.dimensionList.slice(scrollPosition, scrollPosition + visibleBars);
171
- filteredData.forEach((series) => {
172
- series.data = series.data.filter((d) => filteredDimension.includes(d.dimension));
173
- });
174
- }
175
- else {
176
- filteredDimension = chartJSON.dimensionList;
177
- }
178
- // Optional zero hiding flag
179
- if (formatOptions.plotArea.hideZeroValues) {
180
- chartJSON.hideZeroValues = true;
181
- }
182
- // Prepare stacked data
183
- const tempStackLineData = getStackedData(chartJSON.dimensionList, seriesData, isNormalizedChart);
184
- const allStackDataChart = d3
185
- .stack()
186
- .keys(chartJSON.legendList)
187
- .offset(d3.stackOffsetDiverging)(tempStackLineData);
188
- createStackLineData();
189
- // Get min value from stack (you manually set yMaxLeft = 1)
190
- let yMinLeft = Infinity;
191
- for (const series of allStackDataChart) {
192
- for (const [start] of series) {
193
- yMinLeft = Math.min(yMinLeft, start);
194
- }
195
- }
196
- chartJSON.yMinLeft = yMinLeft;
197
- chartJSON.yMaxLeft = 1; // as per your original override
198
- // Format dimensions
199
- const xAxisObject = xAxisObj[0];
200
- const formatedDimesionList = (xAxisObject.groupBy === "NA" || xAxisObject.groupBy === undefined) &&
201
- xAxisObject.dataType === "DATE"
202
- ? setDateFormats(xAxisObject.name.name, formatOptions.xAxisLabel.xAxisNumberFormat, chartJSON.dimensionList, xAxisObject.name.dataSourceId).map((d) => d[0])
203
- : chartJSON.dimensionList;
204
- // Assign formatted dimension list map (cleanest one-liner)
205
- chartJSON.formattedDimensionListMap = new Map(chartJSON.dimensionList.map((d, i) => [d, formatedDimesionList[i]]));
206
- // let secondaryAxisMinValue = 0;
207
- // let secondaryAxisMaxValue = 0;
208
- // if (isSecondaryAxisDrawn) {
209
- // seriesData?.forEach((data) => {
210
- // if (data.properties.axis == "Secondary") {
211
- // // isSecondaryAxisDrawn = true;
212
- // if (
213
- // secondaryAxisMinValue >
214
- // d3.min(data.data, (d: TDataPoint) => d.value)
215
- // ) {
216
- // secondaryAxisMinValue = d3.min(
217
- // data.data,
218
- // (d: TDataPoint) => d.value
219
- // );
220
- // }
221
- // if (
222
- // secondaryAxisMaxValue <
223
- // d3.max(data.data, (d: TDataPoint) => d.value)
224
- // ) {
225
- // secondaryAxisMaxValue = d3.max(
226
- // data.data,
227
- // (d: TDataPoint) => d.value
228
- // );
229
- // }
230
- // }
231
- // });
232
- // chartJSON.yMinRight = secondaryAxisMinValue;
233
- // chartJSON.yMaxRight = secondaryAxisMaxValue;
234
- // }
235
- };
236
- const initScale = () => {
237
- if (isPrimaryAxisDrawn) {
238
- yScaleLeft = d3
239
- .scaleLinear()
240
- .domain([chartJSON.yMinLeft < 0 ? -1 : 0, 1])
241
- .range([
242
- dataTableHeight > 0 ? innerHeight - dataTableHeight : innerHeight,
243
- 0,
244
- ]);
245
- }
246
- if (isSecondaryAxisDrawn) {
247
- yScaleRight = d3
248
- .scaleLinear()
249
- .domain([
250
- chartJSON.yMinRight >= 0
251
- ? (secondaryCustomYaxisMinValue ||
252
- secondaryCustomYaxisMinValue == 0) &&
253
- !Number.isNaN(secondaryCustomYaxisMinValue)
254
- ? secondaryCustomYaxisMinValue
255
- : 0
256
- : (secondaryCustomYaxisMinValue ||
257
- secondaryCustomYaxisMinValue == 0) &&
258
- !Number.isNaN(secondaryCustomYaxisMinValue)
259
- ? secondaryCustomYaxisMinValue
260
- : chartJSON.yMinRight * 1.1,
261
- chartJSON.yMaxRight <= 0
262
- ? secondaryCustomYaxisMaxValue
263
- ? secondaryCustomYaxisMaxValue
264
- : 0
265
- : secondaryCustomYaxisMaxValue
266
- ? secondaryCustomYaxisMaxValue
267
- : chartJSON.yMaxRight * 1.1,
268
- ])
269
- .range([
270
- dataTableHeight > 0 ? innerHeight - dataTableHeight : innerHeight,
271
- 0,
272
- ]);
273
- }
274
- calculatedRange = [0, innerWidth];
275
- if (formatOptions.seriesLabel.seriesLabelVisibility) {
276
- let labelObj = prepareDataForSeriesLabel(innerWidth, yScaleLeft, formatOptions, filteredData, undefined, isSecondaryAxisDrawn, true);
277
- seriesLabels = labelObj.labelArray;
278
- formatOptions.seriesLabel.seriesLabelPosition == "Right" &&
279
- (seriesLabelWidth = labelObj.heightWidth[0]);
280
- formatOptions.seriesLabel.seriesLabelPosition == "Right"
281
- ? (calculatedRange = [0, innerWidth - labelObj.heightWidth[0]])
282
- : (calculatedRange = [labelObj.heightWidth[0], innerWidth]);
283
- }
284
- getXScale();
285
- };
286
- const getXScale = () => {
287
- xScale = d3
288
- .scalePoint()
289
- .domain(filteredDimension)
290
- .range(calculatedRange)
291
- .padding(0.5);
292
- };
293
- const initAxis = () => {
294
- getXAxis();
295
- if (isPrimaryAxisDrawn) {
296
- yAxisLeft = d3
297
- .axisLeft(yScaleLeft)
298
- // .tickFormat((d: number) => //tick format will be always % line 544 with 0 precision
299
- // getNumberWithFormat(
300
- // d,
301
- // formatOptions.yAxisLabel.yAxisDisplayUnits,
302
- // formatOptions.yAxisLabel.yAxisNumberFormat,
303
- // formatOptions.yAxisLabel.yAxisLabelDecimalPrecision
304
- // )
305
- // )
306
- .tickSize(formatOptions.plotArea.gridLinesVisibility
307
- ? formatOptions.plotArea.gridLinesHorizontal
308
- ? -innerWidth + (seriesLabelWidth ? seriesLabelWidth : 0)
309
- : 0
310
- : 0)
311
- .ticks(dataTableHeight > 0
312
- ? (innerHeight - dataTableHeight) / 30
313
- : innerHeight / 30, "%")
314
- .tickSizeOuter(0);
315
- }
316
- };
317
- const getXAxis = () => {
318
- xAxis = d3
319
- .axisBottom(xScale)
320
- .tickSize(formatOptions.plotArea.gridLinesVisibility
321
- ? formatOptions.plotArea.gridLinesVeritcal
322
- ? formatOptions.plotArea.gridLinesVeritcal
323
- ? -(dataTableHeight > 0
324
- ? innerHeight - dataTableHeight
325
- : innerHeight)
326
- : formatOptions.plotArea.ticksHeight *
327
- ((dataTableHeight > 0
328
- ? innerHeight - dataTableHeight
329
- : innerHeight) /
330
- 100) *
331
- (formatOptions.xAxisLabel.xAxisPosition == 1 ? 1 : -1)
332
- : 0
333
- : 0)
334
- .tickSizeOuter(0)
335
- .tickValues(responsiveXaxisLabel(filteredDimension, innerWidth));
336
- };
337
- const getChartType = (lineData) => {
338
- stackChartData.forEach((data, i) => data.forEach((item, position) => {
339
- lineData[i].data[position][0] = item[0] =
340
- item.data.Total === 0 ? 0 : item[0] / item.data.Total;
341
- lineData[i].data[position][1] = item[1] =
342
- item.data.Total === 0 ? 0 : item[1] / item.data.Total;
343
- }));
344
- lineData.forEach((lData) => {
345
- lData.data.forEach((cData) => {
346
- cData.hideZero = lData.properties.hideZeroValues;
347
- cData.axis = lData.properties.axis;
348
- });
349
- });
350
- const lineGenerator = d3
351
- .line()
352
- .x((d) => xScale(d.data.dimension)
353
- ? xScale(d.data.dimension)
354
- : null)
355
- .y((d) => (d[1] > 0 ? yScaleLeft(d[1]) : yScaleLeft(d[0])))
356
- // .defined((d) => (d.hideZero ? Boolean(d.value) : true))
357
- .curve(getCurveType(formatOptions));
358
- //Lines
359
- // Bind dummy data to ensure a single group is created
360
- let lines = gTag.selectAll(".parentGroup").data([stackChartData]);
361
- lines = lines
362
- .enter()
363
- .append("g")
364
- .attr("class", "lines parentGroup")
365
- .merge(lines);
366
- // JOIN: one group per line
367
- let lineGroups = lines.selectAll(".line-group").data((d) => d);
368
- // ENTER: create group for each new line
369
- let lineGroupsEnter = lineGroups
370
- .enter()
371
- .append("g")
372
- .attr("class", (d) => "line-group " + d.key.replace(/ /g, "-"));
373
- // .attr("class", (d) => d.key.replace(/ /g, "-"));
374
- lineGroupsEnter
375
- .attr("hoverId", (d) => d.key.includes("~$~")
376
- ? d.key.split("~$~")[1].replace(/ /g, "-")
377
- : d.key.replace(/ /g, "-"))
378
- .append("path")
379
- .attr("class", "line")
380
- .attr("fill", "none");
381
- // ENTER + UPDATE
382
- lineGroupsEnter
383
- .merge(lineGroups)
384
- .select("path")
385
- .attr("d", (d, i) => lineGenerator(d))
386
- .attr("stroke", (d) => (d.color !== "#ffffff" ? d.color : "none"))
387
- // .style("visibility", (d,i) => (this.individualLegendStyle[i].hideZero && d[i].data[d.key] === 0) ? "hidden" : "visible")
388
- .attr("stroke-dasharray", (d, i) => seriesData[i].properties.lineStyle === "dotted"
389
- ? "0,3"
390
- : seriesData[i].properties.lineStyle === "dashed"
391
- ? "20,10,5,5,5,10"
392
- : "")
393
- .attr("stroke-linecap", (d, i) => seriesData[i].properties.lineStyle === "dotted" ? "round" : "")
394
- .attr("stroke-width", (d, i) => seriesData[i].properties.lineStyle !== "None"
395
- ? seriesData[i].properties.lineWidth
396
- : "0");
397
- // EXIT: remove old groups
398
- lineGroups.exit().remove();
399
- //Markers
400
- lineMarkers(lines, lineData, chartType, xScale, yScaleLeft, yScaleRight, null, formatOptions, chartJSON, secondaryCustomYaxisMaxValue, secondaryCustomYaxisMinValue, customYaxisMinValue, customYaxisMaxValue);
401
- };
402
- const drawLegends = (height, svg, maxLegendDimensions, chartTitleHeight, width, legendMargin) => {
403
- try {
404
- let position = formatOptions.legends.legendPosition;
405
- let horizontalLegendAlignment = formatOptions.legends.legendAlignmentTopBottom;
406
- let verticalLegendAlignment = formatOptions.legends.legendAlignment;
407
- switch (position) {
408
- case "None":
409
- break;
410
- case "Right":
411
- let heightRight = !formatOptions.plotArea.fitChart
412
- ? height - chartTitleHeight - 20
413
- : height - chartTitleHeight - 10;
414
- legendsWithScroll(svg, seriesData, width - maxLegendDimensions[0] - 30, chartTitleHeight + 5, legendMargin + 25, heightRight, position, verticalLegendAlignment, legendShape.line, formatOptions, chartId);
415
- break;
416
- case "Top":
417
- legendsWithScroll(svg, seriesData, 7, chartTitleHeight + 5, width - 10, 30, position, horizontalLegendAlignment, legendShape.line, formatOptions, chartId);
418
- break;
419
- case "Left":
420
- let heightLeft = !formatOptions.plotArea.fitChart
421
- ? height - chartTitleHeight - 20
422
- : height - chartTitleHeight - 10;
423
- legendsWithScroll(svg, seriesData, 7, chartTitleHeight + 5, legendMargin + 25, heightLeft, position, verticalLegendAlignment, legendShape.line, formatOptions, chartId);
424
- break;
425
- case "Bottom":
426
- legendsWithScroll(svg, seriesData, 7, height - 25, width - 10, 30, position, horizontalLegendAlignment, legendShape.line, formatOptions, chartId);
427
- break;
428
- }
429
- }
430
- catch (error) {
431
- console.log(error);
432
- }
433
- };
434
- const setSVGContainer = (margin) => {
435
- innerWidth = width - margin.left - margin.right;
436
- innerHeight = height - margin.bottom - margin.top;
437
- };
438
- const setDataTable = (gTag, dataTable, barWidth, yScaleLeft, xScale, dataTableHeight, yLabel, yTitle, calculatedRange, formatedDimensionMap, chartId, margin, svg, innerWidth, innerHeight) => {
439
- try {
440
- if (formatOptions.dataTableProperties &&
441
- formatOptions.dataTableProperties.dataTable) {
442
- if (formatOptions.xAxisLabel.xAxisPosition != 1)
443
- formatOptions.xAxisLabel.xAxisLabelVisibility = false;
444
- addDataTable(formatOptions.plotArea.fitChart, svg, gTag, dataTable, barWidth, yScaleLeft, xScale, undefined, undefined, undefined, dataTableHeight, "Line", formatOptions, yLabel, yTitle, chartJSON.dimensionList, innerWidth, calculatedRange, formatedDimensionMap, chartId, margin, innerHeight);
445
- }
446
- }
447
- catch (error) {
448
- // loggerService.logError(error,{componentName :constructor.name,functionName :"setDataTable"}); }
449
- }
450
- };
451
- const horizontalScrollBar = (seriesData, height, svg, margin, innerWidth) => {
452
- // if (formatOptions.scrollChart.scrollX) {
453
- if (false) {
454
- // Scrollbar parameters
455
- const scrollMax = seriesData[0].data.length - visibleBars;
456
- // Scrollbar track & handle
457
- const scrollbarY = height - 20;
458
- filteredDimension = chartJSON.dimensionList.slice(scrollPosition, scrollPosition + visibleBars);
459
- getXScale();
460
- filteredData = JSON.parse(JSON.stringify(seriesData));
461
- filteredData.forEach((data, i) => (filteredData[i].data = data.data.filter((d) => filteredDimension.includes(d.dimension))));
462
- createStackLineData();
463
- getXAxis();
464
- svg
465
- .append("rect")
466
- .attr("x", margin.left)
467
- .attr("y", scrollbarY)
468
- .attr("width", innerWidth)
469
- .attr("height", 8)
470
- .attr("fill", "#ddd")
471
- .attr("rx", 4);
472
- const handleWidth = (innerWidth * visibleBars) / seriesData.length;
473
- const handle = svg
474
- .append("rect")
475
- .attr("x", margin.left)
476
- .attr("y", scrollbarY)
477
- .attr("width", handleWidth)
478
- .attr("height", 8)
479
- .attr("fill", "#999")
480
- .attr("rx", 4)
481
- .style("cursor", "ew-resize")
482
- .call(d3.drag().on("drag", (event) => {
483
- let x = Math.min(Math.max(event.x, margin.left), margin.left + innerWidth - handleWidth);
484
- handle.attr("x", x);
485
- scrollPosition = Math.round(((x - margin.left) / (innerWidth - handleWidth)) * scrollMax);
486
- filteredDimension = chartJSON.dimensionList.slice(scrollPosition, scrollPosition + visibleBars);
487
- getXScale();
488
- filteredData = JSON.parse(JSON.stringify(seriesData));
489
- filteredData.forEach((data, i) => (filteredData[i].data = data.data.filter((d) => filteredDimension.includes(d.dimension))));
490
- createStackLineData();
491
- getXAxis();
492
- drawLineChart();
493
- }));
494
- svg.on("wheel", (event) => {
495
- event.preventDefault();
496
- const scrollDelta = Math.abs(event.deltaX) > Math.abs(event.deltaY)
497
- ? event.deltaX
498
- : event.deltaY;
499
- scrollPosition += scrollDelta > 0 ? 1 : -1;
500
- scrollPosition = Math.max(0, Math.min(scrollPosition, scrollMax));
501
- const x = margin.left +
502
- ((innerWidth - handleWidth) * scrollPosition) / scrollMax;
503
- handle.attr("x", x);
504
- getXScale();
505
- filteredData = JSON.parse(JSON.stringify(seriesData));
506
- filteredData.forEach((data, i) => (filteredData[i].data = data.data.filter((d) => filteredDimension.includes(d.dimension))));
507
- createStackLineData();
508
- getXAxis();
509
- drawLineChart();
510
- });
511
- }
512
- drawLineChart();
513
- };
514
- const drawLineChart = () => {
515
- // filteredData.forEach((data) => getChartType([data]));
516
- getChartType(filteredData);
517
- initXaxis(gTag, chartJSON, xLabel, formatOptions, xAxisObj[0], dataTableHeight, yScaleLeft, xAxis, dimensionHeightWidthArray, height, barWidth, xAxisObj[0].dataType, innerWidth, innerHeight, filteredDimension);
518
- stacklineAnnotations(stackChartData, xScale, yScaleLeft, yScaleRight, // need to pass secondary axis scale if secondary axis is drawn
519
- margin, d3Annotation, [], //this.labelExcludeList,
520
- [], //this.individualLabelColor,
521
- [], //this.attributes.Id ? formatOptions.plotArea.dataLabelsCoordinates : this.parentReference.objService.tempAnnotationArray
522
- formatOptions, chartType, height, width, innerWidth, filteredDimension, innerHeight, chartId, svg, dataTableHeight);
523
- let newSeriesLabelArray = prepareDataForSeriesLabel(innerWidth, yScaleLeft, formatOptions, filteredData, undefined, isSecondaryAxisDrawn, true).labelArray;
524
- // adding series labels ( appending legends at the end of line : by default) in plot area
525
- drawSeriesLabels(formatOptions, gTag, newSeriesLabelArray);
526
- };
527
- const createStackLineData = () => {
528
- let stackLineData = getStackedData(filteredDimension, filteredData, isNormalizedChart);
529
- // }
530
- stackChartData = d3
531
- .stack()
532
- .keys(chartJSON.legendList)
533
- .offset(d3.stackOffsetDiverging)(stackLineData);
534
- filteredData.forEach((data, index) => data.data.forEach((axisData, position) => {
535
- axisData["0"] = stackChartData[index][position][0];
536
- axisData["1"] = stackChartData[index][position][1];
537
- }));
538
- //Appending Extra key for tooltip color
539
- let seriesColor = formatOptions.annotation.annotationSetLabelColor;
540
- stackChartData.forEach((K, j) => K.forEach((d) => {
541
- d["key"] = K.key;
542
- K["color"] = JSON.parse(JSON.stringify(seriesData[j].properties.color));
543
- d.data.labelPosition = seriesData[j].properties.dataLabelPosition;
544
- d.data["labelColor"] =
545
- seriesColor == 2
546
- ? JSON.parse(JSON.stringify(seriesData[j].properties.color))
547
- : seriesData[j].properties.labelColor;
548
- d["hideZero"] = JSON.parse(JSON.stringify(seriesData[j].properties.hideZeroValues));
549
- }));
550
- };
551
- return (_jsxs("div", { children: [_jsx("div", { id: "chartTooltipDiv" }), _jsx("svg", { className: "chartSVG", ref: svgRef, id: chartId, width: width, height: height })] }));
552
- };
553
- export default NormalisedStackLineChart;