From 136aeeeaea8326a4e4ab7215690fcc345157a2c8 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Tue, 12 Jul 2016 23:58:34 -0400 Subject: [PATCH] change default candlestick size to match other large charts --- views/chart.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/chart.php b/views/chart.php index ec3e83c..09c05f8 100644 --- a/views/chart.php +++ b/views/chart.php @@ -102,8 +102,8 @@ function renderChart( 'xAxisEnabled'=>false ], 'candlestick'=>[ - 'width' => 1000, - 'height' => 300, + 'width' => 800, + 'height' => 250, 'barColor' => '#000', 'risingColor' => '#0D0', 'fallingColor' => '#D00',