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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/1a986785-a100-4a6c-9d69-d5c1839d9c44n%40googlegroups.com.

Reply via email to