Home Forums Report Bugs Bar Chart Overlapping Issue

Bar Chart Overlapping Issue

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

    Hello everyone
    I have used Bar chart.
    I add Multiple Data in Chart Data and make Multiple Bar for Same X Axis. I also used View Port max for X Axis && Zoom Enable Due to I have lots of Record. Then in Chart Bar is Overlapping for Next Point of Bars.
    Check out My Demo :: https://jsfiddle.net/kevalpanchal/jfu48nm1/17/

    Please give a Solution of it.

    #36957

    @keval-panchal,

    The dataPointWidth is auto calculated such that no column is overlapped in case of a single series or multi-series chart. In your case, you are setting the dataPointWidth manually which makes the columns overlap with each other.

    Please take a look at this updated JSFiddle for a working example.

    Multi-Series Column Chart


    Thangaraj Raman
    Team CanvasJS

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

You must be logged in to reply to this topic.