This is the part I want to edit, it's always blue, I want it to have same 
color than the candle:



[image: Screenshot 2021-11-19 165634.png]

On Friday, November 19, 2021 at 4:57:29 PM UTC-3 Leonardo F wrote:

> Hello, can somebody help me here on this easy one, i'm already able to 
> edit the candle stick colors like this:
>
> [image: Screenshot 2021-11-19 162017.png]
>
> by using the following options:
>
>   options = {
>     legend: 'none',
>
>     bar: { groupWidth: '90%' }, // Remove space between bars.
>     candlestick: {
>       hollowIsRising : false,
>       fallingColor: { strokeWidth: 2, stroke: '#a52714', fill: '#a52714' 
> }, // red
>       risingColor: { strokeWidth: 2, stroke: '#0f9d58', fill: '#0f9d58' } 
>   // green
>     }
>   };
>
>
> ... but i'm not able to configure the following part of the candle (low 
> and high values), those are shown as blue all the time, I would like to 
> have the same color than the stroke or the body of the candle, is that 
> possible?
>
>
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/da8f7634-6d9d-4908-a809-ec3c3b227fa6n%40googlegroups.com.

Reply via email to