datastake-daf 0.6.310 → 0.6.311
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/components/index.js
CHANGED
|
@@ -45822,7 +45822,7 @@ const Chart = _ref => {
|
|
|
45822
45822
|
if (typeof legend === 'object') {
|
|
45823
45823
|
return legend;
|
|
45824
45824
|
}
|
|
45825
|
-
if (legend === true ||
|
|
45825
|
+
if (legend === true || isPdf) {
|
|
45826
45826
|
return {};
|
|
45827
45827
|
}
|
|
45828
45828
|
return null;
|
package/package.json
CHANGED