@uiw/react-heat-map
Advanced tools
Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "@uiw/react-heat-map", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "React component create calendar heatmap to visualize time series data, a la github contribution graph.", | ||
@@ -21,3 +21,3 @@ "homepage": "https://uiwjs.github.io/react-heat-map/", | ||
"css:watch": "compile-less -d src -o lib/esm --watch", | ||
"css:build:dist": "compile-less -d src --combine dist/heat-map.css --rm-global", | ||
"css:build:dist": "compile-less -d src --combine lib/w-heatmap.css --rm-global", | ||
"ts:watch": "tsbb watch --env-name esm:dev --env-name cjs --target react", | ||
@@ -64,7 +64,7 @@ "ts:build": "tsbb build --target react", | ||
"@types/react": "17.0.8", | ||
"@types/react-dom": "17.0.5", | ||
"@types/react-dom": "17.0.6", | ||
"@uiw/react-code-preview": "1.11.13", | ||
"@uiw/react-github-corners": "1.2.0", | ||
"@uiw/react-markdown-preview": "3.0.6", | ||
"@uiw/react-tooltip": "4.7.15", | ||
"@uiw/react-tooltip": "4.7.16", | ||
"@uiw/reset.css": "1.0.4", | ||
@@ -71,0 +71,0 @@ "compile-less-cli": "1.8.0", |
@@ -79,3 +79,10 @@ HeatMap 日历热图 | ||
startDate={new Date('2016/01/01')} | ||
panelColors={{ 0: '#f4decd', 2: '#e4b293', 4: '#d48462', 10: '#c2533a', 20: '#ad001d' }} | ||
panelColors={{ | ||
0: '#f4decd', | ||
2: '#e4b293', | ||
4: '#d48462', | ||
10: '#c2533a', | ||
20: '#ad001d', | ||
30: '#000', | ||
}} | ||
/> | ||
@@ -82,0 +89,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
112909
37
921
221