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!