diff --git a/dashboard/css/app.css b/dashboard/css/app.css index bac1e32..7808121 100644 --- a/dashboard/css/app.css +++ b/dashboard/css/app.css @@ -73,6 +73,9 @@ body { .axis { stroke: #888; } + .axis.light { + stroke: #ddd; + } .arrow { stroke: #888; fill: #888; diff --git a/dashboard/js/app.jsx b/dashboard/js/app.jsx index fae61cb..df35b79 100644 --- a/dashboard/js/app.jsx +++ b/dashboard/js/app.jsx @@ -221,15 +221,15 @@ var BoxPlot = React.createClass({
Speed - {this.props.points.map(renderBox)} {max.toFixed(1)} 0 - + now {xlabels} + {this.props.points.map(renderBox)}
);