@oliasoft-open-source/charts-library 4.3.5 → 4.3.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
CHANGED
|
@@ -40299,7 +40299,7 @@ const useScatterChartConfig = (chart2, chartRef) => {
|
|
|
40299
40299
|
const scatterOptions = {
|
|
40300
40300
|
onClick,
|
|
40301
40301
|
onHover,
|
|
40302
|
-
chartStyling,
|
|
40302
|
+
...chartStyling,
|
|
40303
40303
|
interactions: {
|
|
40304
40304
|
onLegendClick: legendClick,
|
|
40305
40305
|
onHover
|