From de88f217849f6e84983bf49d9374625480fe2053 Mon Sep 17 00:00:00 2001 From: Svetoslav Dimitrov Date: Tue, 11 Jan 2022 16:50:05 +0200 Subject: [PATCH 1/2] chore(candlestick): add info of precedence of the ColorField and DownColorField over the Color and DownColor --- components/chart/types/candlestick.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/chart/types/candlestick.md b/components/chart/types/candlestick.md index f46c6bac04..2c07c46006 100644 --- a/components/chart/types/candlestick.md +++ b/components/chart/types/candlestick.md @@ -126,6 +126,8 @@ Set the color - a valid CSS, RGB, RGBA color - of the series when the `OpenField @[template](/_contentTemplates/stockchart/link-to-basics.md#color-field-column-ohlc-candlestick) +>note The values bound to the `DownColorField` and `ColorField` will take precedence over the values passed to the `Color` and the `DownColor` attributes. + @[template](/_contentTemplates/stockchart/link-to-basics.md#gap-and-spacing) @[template](/_contentTemplates/chart/link-to-basics.md#configurable-nested-chart-settings) From fbf59a7342a85a5cd8392f55b31b3345961cc679 Mon Sep 17 00:00:00 2001 From: Svetoslav Dimitrov <61150560+svdimitr@users.noreply.github.com> Date: Tue, 18 Jan 2022 10:14:44 +0200 Subject: [PATCH 2/2] Update components/chart/types/candlestick.md Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- components/chart/types/candlestick.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chart/types/candlestick.md b/components/chart/types/candlestick.md index 2c07c46006..88a5e5b9db 100644 --- a/components/chart/types/candlestick.md +++ b/components/chart/types/candlestick.md @@ -126,7 +126,7 @@ Set the color - a valid CSS, RGB, RGBA color - of the series when the `OpenField @[template](/_contentTemplates/stockchart/link-to-basics.md#color-field-column-ohlc-candlestick) ->note The values bound to the `DownColorField` and `ColorField` will take precedence over the values passed to the `Color` and the `DownColor` attributes. +>note The values bound to `DownColorField` and `ColorField` will take precedence over the values passed to the `Color` and the `DownColor` attributes. @[template](/_contentTemplates/stockchart/link-to-basics.md#gap-and-spacing)