UNPKG

react-bar-chart

Version:

A bar chart component made with React.js and D3.js

24 lines (18 loc) 220 B
.bar { fill: steelblue; } .bar:hover { fill: brown; } .axis { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .x.axis path { display: none; }