vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
558 stars 121 forks source link

Black gradient #40

Closed marker4321 closed 4 years ago

marker4321 commented 5 years ago

I would like to change the gradient in the graph from a "white to light gray" to "black to dark gray". How do I make the change? I tried to change the colorScale in gradient, but that did not make any changes. Thanks.

vasturiano commented 5 years ago

@marker4321 thanks for reaching out. I'm afraid that's not currently customizable. The colors are hard-coded in the component here: https://github.com/vasturiano/timelines-chart/blob/master/src/timelines.js#L303.