@oliasoft-open-source/charts-library 4.7.0 → 4.7.1
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/dist/index.js
CHANGED
|
@@ -25158,7 +25158,7 @@ const generateLineChartDatasets = (datasets, state, options, { label }) => {
|
|
|
25158
25158
|
label: (line == null ? void 0 : line.label) ?? `${label} ${i2 + 1}`,
|
|
25159
25159
|
data: filteredData,
|
|
25160
25160
|
showLine: lineState,
|
|
25161
|
-
lineTension,
|
|
25161
|
+
lineTension: (line == null ? void 0 : line.lineTension) ?? lineTension,
|
|
25162
25162
|
spanGaps,
|
|
25163
25163
|
borderWidth: parseFloat(borderWidth) || DEFAULT_BORDER_WIDTH,
|
|
25164
25164
|
borderDash: borderDash || [],
|