@datalith/dotmap
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@datalith/dotmap", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "datalith dotmap", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@datalith/gridmap": "^0.10.0", | ||
"@datalith/gridmap": "^0.10.1", | ||
"@datalith/util": "^0.10.0", | ||
@@ -65,3 +65,3 @@ "d3-array": "^2.1.0", | ||
}, | ||
"gitHead": "7ba1fb0013cf6f149a551a5d17b024eaa0c6a502" | ||
"gitHead": "2f972daa72ebe584e1e4de4ba7f6180b0ed3ae7e" | ||
} |
@@ -53,6 +53,8 @@ # @datalith/dotmap | ||
| value | 10 | `(Datum) => number` or `number` | Value accessor | | ||
| fill | `rgb(0,0,0)` | `(Datum) => string` or `string` | Fill color accessor | | ||
| fill | | `(Datum) => string` or `string` | Fill color accessor | | ||
| fillOpacity | | `(Datum) => number` or `number` | Fill opacity accessor | | ||
| stroke | | `(Datum) => string` or `string` | Stroke color accessor | | ||
| strokeOpacity | | `(Datum) => number` or `number` | Stroke opacity 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 | |
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
18266
60
Updated@datalith/gridmap@^0.10.1