change default candlestick size to match other large charts

This commit is contained in:
Joshua Seigler 2016-07-12 23:58:34 -04:00
parent 2182c074db
commit 136aeeeaea

View file

@ -102,8 +102,8 @@ function renderChart(
'xAxisEnabled'=>false
],
'candlestick'=>[
'width' => 1000,
'height' => 300,
'width' => 800,
'height' => 250,
'barColor' => '#000',
'risingColor' => '#0D0',
'fallingColor' => '#D00',