You must be logged in to post your query.
Home › Forums › Chart Support › apply class on a specific chart among multiple charts array
Hello, I m trying to use multiple charts within the options, like :
const options = { data:[ { type: 'column', dataPoint: [...] } { type: 'spline', dataPoint: [...] } ] }
I want to apply a class to the second chart, Is there a way to achieve this?
Thnaks!
@shashank,
Can kindly create a JSFiddle with your use-case and share it with us along with a brief description of your exact requirement so that we can look into the chart options being used, understand the scenario better and help you resolve.
— Shashi Ranjan Team CanvasJS
You must be logged in to reply to this topic. Login/Register