How can I change the color of the timeRange property of a timeseries chart? The default is very light grey, I’d like to make it darker (perhaps change opacity?).
Thanks.
How can I change the color of the timeRange property of a timeseries chart? The default is very light grey, I’d like to make it darker (perhaps change opacity?).
Thanks.
I am also trying to figure it out.
Might have to find again where Victor said how to insert some css.
I might post the range above my chart though.
Create a new style (I called it timerange_color
) and add this to its background position
property:
} .psc-timerange_color .time-range-display {color: red;} {
Change the color to whatever you want, add this class to your timeseries chart and you're done.
Thanks Pascal
Kind of upset that I just found out I could have used curvestep as the interpolation on the trend after that headache trying to add in zeroes.