cch Report post Posted December 14, 2015 Hello, I would like to ask about dotted connector on Waterfall Chart. I noticed that when the value of a column is set to '0', connector dotted line does not connect to the next available column (attached screenshot). You can follow the below steps to reproduce the case: 1. Select the 3rd chart2. On the fiddler javascript section, set the value of a column's data to '0'3. 'Run' the fiddler scenario Is this a normal behaviour? Is there any option in order to override this case and have the line connected? Thank you very much for your help. Share this post Link to post Share on other sites
AshokKumaresan Report post Posted December 15, 2015 Hi Kindly use connectNullData and set to 1 to skip null values. Sample for the same http://jsfiddle.net/ashokkumaresan/mo48mf9s/7/ Thanks Share this post Link to post Share on other sites