Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
How to overlay column over column with igDataChart
posted

Is it possible to have an igDataChart with 2 series where one completely overlays the other as shown in the image attached?

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Ray,

    Yes, you can achieve this. To do so you should set the overlap on x axis – this property accepts values from -1 to 1. Setting value of 0 will put the columns next to each other. Setting negative value will increase the space between columns. Setting positive value will overlap the columns. In your case you should set this property to 1.

    Here is a JSFiddle showing how you can achieve this.

Children