Home Forums Chart Support apply class on a specific chart among multiple charts array

apply class on a specific chart among multiple charts array

Viewing 2 posts - 1 through 2 (of 2 total)
  • #30635

    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!

    #30644

    @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

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.