diff --git a/src/NeatCharts/CandlestickChart.php b/src/NeatCharts/CandlestickChart.php
index 61104da..2013cae 100644
--- a/src/NeatCharts/CandlestickChart.php
+++ b/src/NeatCharts/CandlestickChart.php
@@ -6,8 +6,8 @@ namespace NeatCharts {
'width' => 1200,
'height' => 300,
'barColor' => '#000',
- 'risingFillColor' => '#0D0',
- 'fallingFillColor' => '#D00',
+ 'risingColor' => '#0D0',
+ 'fallingColor' => '#D00',
'markerColor' => '#000',
'labelColor' => '#000',
'fontSize' => 15,
@@ -86,13 +86,13 @@ namespace NeatCharts {