@oliasoft-open-source/charts-library 3.7.2 → 3.7.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.
package/dist/index.js
CHANGED
|
@@ -26238,7 +26238,7 @@ const LineChart = (props) => {
|
|
|
26238
26238
|
plugins: usePlugins
|
|
26239
26239
|
}
|
|
26240
26240
|
),
|
|
26241
|
-
showCustomLegend && /* @__PURE__ */ jsx(
|
|
26241
|
+
showCustomLegend && !!generatedDatasets.length && /* @__PURE__ */ jsx(
|
|
26242
26242
|
Legend2,
|
|
26243
26243
|
{
|
|
26244
26244
|
chartRef,
|