color-legend-element
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "color-legend-element", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A custom element (web component) suitable for use as a legend in data visualizations", | ||
@@ -124,4 +124,4 @@ "main": "build/color-legend-element.umd.js", | ||
"engines": { | ||
"node": "16.13.0" | ||
"node": ">=16.13.0" | ||
} | ||
} |
@@ -51,2 +51,10 @@ # Color Legend Element | ||
### Windows OS Install | ||
Note that Windows OS users may experience a problem with module bundlers where the D3JS dependencies are not found by the CLE. To work around this, it is recommended to be sure to use the ESM build: | ||
```js | ||
import "color-legend-element/build/color-legend-element.js"; | ||
``` | ||
## Example Usage | ||
@@ -53,0 +61,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120318
259