Home Forums Chart Support Column charts and error charts

Column charts and error charts

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

    Hello,

    I need to do this with canvasjs:
    2 Columns with error chart in the middle

    But currently I can only draw one column chart with an error chart in the middle of the column
    One column with error chart

    Is there a way I can do what I need to do with canvasjs?

    Thanks,
    Bart van de Rotsheide

    #32143

    Bart van de Rotsheide,

    In case of error chart, the error series will be linked to previous dataSeries and it can’t be positioned independently. Because of which it is not possible to position error series in between the two columns series. However, you can use multi-series column chart in combination with OHLC chart to achieve your requirement as shown in this JSFiddle.

    Considering this thread as duplicate of Column Chart and Error Chart and hence closing the same.

    —-
    Manoj Mohan
    Team CanvasJS

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

You must be logged in to reply to this topic.