@oliasoft-open-source/charts-library 4.8.0-beta-5 → 4.8.0-beta-6
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 +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25986,6 +25986,11 @@ const useChartOptions = ({
|
|
|
25986
25986
|
chartAreaBorder: {
|
|
25987
25987
|
borderColor: BORDER_COLOR
|
|
25988
25988
|
},
|
|
25989
|
+
decimation: {
|
|
25990
|
+
enabled: true,
|
|
25991
|
+
algorithm: "lttb",
|
|
25992
|
+
samples: 200
|
|
25993
|
+
},
|
|
25989
25994
|
chartAreaText: {
|
|
25990
25995
|
showLabel,
|
|
25991
25996
|
text,
|