From 6fa356305d3a357eba11ee5a49b96309188e5197 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Thu, 7 Jul 2016 02:27:42 -0400 Subject: [PATCH] changed candlestickchart option names --- src/NeatCharts/CandlestickChart.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {