You must be logged in to post your query.
Home › Forums › Chart Support › How to define your own color set for a ReactJS canvas component?
Tagged: colorset reactjs
I am using the ReactJS canvasJS components.
How do I define a custom color set?
This link shows me how to do it in vanilla JS, but I’m looking for a ReactJS method. https://canvasjs.com/docs/charts/chart-options/colorset/
Thanks.
@ttchuah,
Defining custom color-set array using addColorSet method works fine in Vanilla JS, React, Angular, etc. Please take a look at this sample project.
— Vishwas R Team CanvasJS
The solution works great!
You must be logged in to reply to this topic. Login/Register