react-simple-heatmap
Advanced tools
Comparing version
{ | ||
"name": "react-simple-heatmap", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simple React component to create responsive heatmap.", | ||
@@ -5,0 +5,0 @@ "author": "JulienRioux", |
@@ -61,3 +61,3 @@ # react-simple-heatmap | ||
| xLabels | Array | Display the X-axis labels | `["SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"]` | `undefined` | | ||
| yLabels | Array | Display the Y-axis labels | `[1,2,3,4,5,6,7,8,9,10]` | `undefined` | | ||
| yLabels | Array | Display the Y-axis labels | `[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]` | `undefined` | | ||
| showLegend | Bollean | Display the heatmap legend. | `true` | `false` | | ||
@@ -64,0 +64,0 @@ | onClick | Function | Adding an handler to cell click | ```(data, x, y) => alert(`Data: ${ data }, X: ${ x }, Y: ${ y }\`)``` | `undefined` | |
74633
0.01%