@uiw/react-heat-map
Version:
React component create calendar heatmap to visualize time series data, a la github contribution graph.
1 lines • 207 B
CSS
svg.w-heatmap rect:hover{stroke:rgba(0,0,0,.14);stroke:var(--rhm-rect-hover-stroke,rgba(0,0,0,.14));stroke-width:1px}svg.w-heatmap rect:active{fill:#196127;fill:var(--rhm-rect-active,#196127);stroke-width:0}