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',