From d6bfdfe4fa1a6c420cca4fe08e0205e41ac886a2 Mon Sep 17 00:00:00 2001 From: SaloniGoyal Date: Mon, 20 Jun 2016 11:34:23 +0530 Subject: Client can pick x-axis and y-axis for plot --- views/style/schematic.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'views/style') diff --git a/views/style/schematic.css b/views/style/schematic.css index d76bb2e..d8f49e8 100644 --- a/views/style/schematic.css +++ b/views/style/schematic.css @@ -256,9 +256,13 @@ div.modal>*{ } #webtronics_graph_display{ - width:500px; - height:300px; + width:520px; + height:310px; } +/* +#webtronics_plot_cancel{ + float: right; +}*/ #webtronics_chips_box>*{ float:left; -- cgit