From 01cd8ebc15286ec66faff4816c82df85540ed004 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Thu, 29 Oct 2015 03:05:59 +0300 Subject: [PATCH] Make box plot more pretty --- dashboard/js/app.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dashboard/js/app.jsx b/dashboard/js/app.jsx index b3fd276..37996a9 100644 --- a/dashboard/js/app.jsx +++ b/dashboard/js/app.jsx @@ -101,49 +101,49 @@ var BoxPlot = React.createClass({ return ( + style={{stroke: "#aaa"}} /> + style={{stroke: "#ccc"}} /> + style={{fill: "#f0f0f0", stroke: "#888"}} /> + style={{stroke: "#ccc"}} /> + style={{stroke: "#aaa"}} /> ); };