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 'xAxisEnabled'=>false
], ],
'candlestick'=>[ 'candlestick'=>[
'width' => 1000, 'width' => 800,
'height' => 300, 'height' => 250,
'barColor' => '#000', 'barColor' => '#000',
'risingColor' => '#0D0', 'risingColor' => '#0D0',
'fallingColor' => '#D00', 'fallingColor' => '#D00',