mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-19 00:34:06 +00:00
Put green color on most grid area examples
This commit is contained in:
@@ -33,6 +33,7 @@ export default class GridAreaWithPopupOnValueClick extends React.Component {
|
||||
<VerticalGridLines />
|
||||
<GridArea
|
||||
direction={'horizontal'}
|
||||
style={{fill:"rgba(0,255,0,0.4)"}}
|
||||
highlightRegion={[[4, 5.76], [8.5, 11.25]]}
|
||||
onValueClick={(ev, value) => {
|
||||
console.log(ev);
|
||||
|
||||
Reference in New Issue
Block a user