Home Forums Chart Support Column Chart and Error Chart

Column Chart and Error Chart

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

    Hello,

    I want to be able to do this with canvasjs:
    Two columns with error column

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

    Is there a way I can draw two column charts with an error chart in the middle of these column charts?

    Thanks,

    Bart van de Rotsheide

    #32142

    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.

    —-
    Manoj Mohan
    Team CanvasJS

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

You must be logged in to reply to this topic.