Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@datalith/dotmap
Advanced tools
yarn add @datalith/dotmap
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data * | Array<Datum> or Array<[number, number]> | Array of data | |
coords | (Datum) => Datum | (Datum) => [number, number] or [number, number] | Coords accessor |
value | 10 | (Datum) => number or number | Value accessor |
valueInactive | 1 | number | Value Inactive accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillInactive | #000 | string | Fill Inactive accessor |
fillOpacity | (Datum) => number or number | Fill Opacity accessor | |
fillOpacityInactive | 0.3 | number | Fill Opacity Inactive accessor |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeInactive | transparent | string | Stroke Inactive accessor |
strokeOpacity | (Datum) => number or number | Stroke Opacity accessor | |
strokeOpacityInactive | 0.3 | number | Stroke Opacity Inactive accessor |
featureCollection * | FeatureCollection | GeoJson object | |
projection | geoNaturalEarth1() | GeoProjection | D3 GeoProjection to map coordinates |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data* | Array<Datum> or Array<[number, number]> | Array of data | |
projection | geoAlbersUsa() | GeoProjection | D3 GeoProjection to map coordinates |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
Name | Default | Type | Description |
---|---|---|---|
className | string | Custom css classes to apply to the SVG | |
style | React.CSSProperties | Custom style object to apply to the SVG | |
additionalElements | JSX.Element | Optional elements to add to the SVG | |
size | { width: number; height: number } | Width and Height of the SVG. Default is parent node size. | |
data* | Array<Datum> or Array<[number, number]> | Array of data | |
coords | (Datum) => Datum | (Datum) => [number, number] or [number, number] | Coords accessor |
value | 10 | (Datum) => number or number | Value accessor |
valueInactive | 1 | number | Value Inactive accessor |
fill | (Datum) => string or string | Fill color accessor | |
fillInactive | #000 | string | Fill Inactive accessor |
fillOpacity | (Datum) => number or number | Fill Opacity accessor | |
fillOpacityInactive | 0.3 | number | Fill Opacity Inactive accessor |
fillInactive | #000 | string | Fill Inactive accessor |
stroke | (Datum) => string or string | Stroke color accessor | |
strokeInactive | transparent | string | Stroke Inactive accessor |
strokeOpacity | (Datum) => number or number | Stroke Opacity accessor | |
strokeOpacityInactive | 0.3 | number | Stroke Opacity Inactive accessor |
strokeInactive | transparent | string | Stroke Inactive accessor |
projection | geoNaturalEarth1() | GeoProjection | D3 GeoProjection to map coordinates |
side | 5 | number | Grid cell dimension |
tooltip | (Datum) => string | Return HTML or text as a string to show on element mouseover |
FAQs
datalith dotmap
The npm package @datalith/dotmap receives a total of 12 weekly downloads. As such, @datalith/dotmap popularity was classified as not popular.
We found that @datalith/dotmap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.