.chart { background-color: #eee; } .chart rect { stroke: white; fill: steelblue; } .axis { shape-rendering: crispEdges; } .x.axis line { stroke: black; } .y.axis line { stroke: black; } .axis text { font-size: 12px; }