mirror of
https://github.com/seigler/cryptohistory.org
synced 2025-07-27 01:36:11 +00:00
change default candlestick size to match other large charts
This commit is contained in:
parent
2182c074db
commit
136aeeeaea
1 changed files with 2 additions and 2 deletions
|
@ -102,8 +102,8 @@ function renderChart(
|
|||
'xAxisEnabled'=>false
|
||||
],
|
||||
'candlestick'=>[
|
||||
'width' => 1000,
|
||||
'height' => 300,
|
||||
'width' => 800,
|
||||
'height' => 250,
|
||||
'barColor' => '#000',
|
||||
'risingColor' => '#0D0',
|
||||
'fallingColor' => '#D00',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue