Dear All,
Based on your suggestion in the previous post I used resolveOverlappingMode: 'hide' to hide the extra overflowing content but it was not user friendly, because was unable to understand the data.
Data I get from server : [["2013-10-06 00", "240.0"], ["2013-10-06 01", "240.0"], ["2013-10-06 02", "240.0"], ["2013-10-06 03", "240.0"], ["2013-10-06 04", "240.0"], ["2013-10-06 05", "240.0"], ["2013-10-06 06", "240.0"], ["2013-10-06 07", "240.0"], ["2013-10-07 00", "240.0"], ["2013-10-07 01", "240.0"], ["2013-10-07 02", "240.0"], ["2013-10-07 03", "210.0"], ["2013-10-07 04", "190.5"], ["2013-10-07 05", "182.0"], ["2013-10-07 06", "181.5"], ["2013-10-07 07", "182.8"], ["2013-10-08 00", "256.8"], ["2013-10-08 01", "330.0"], ["2013-10-08 02", "330.0"], ["2013-10-08 03", "288.2"], ["2013-10-08 04", "264.5"], ["2013-10-08 05", "190.7"], ["2013-10-08 06", "190.5"], ["2013-10-08 07", "360.0"], ["2013-10-09 00", "360.0"], ["2013-10-09 01", "360.0"], ["2013-10-09 02", "360.0"], ["2013-10-09 03", "317.3"], ["2013-10-09 04", "264.2"], ["2013-10-09 05", "275.7"], ["2013-10-09 06", "301.3"], ["2013-10-09 07", "270.0"], ["2013-10-10 00", "270.0"], ["2013-10-10 01", "270.0"], ["2013-10-10 02", "270.0"], ["2013-10-10 03", "245.5"], ["2013-10-10 04", "186.3"], ["2013-10-10 05", "176.8"], ["2013-10-10 06", "183.7"], ["2013-10-10 07", "270.0"]]
and I want to show that in the below expected manner:
http://s15.postimg.org/561vklp0b/expected.png I tried using categories but it wont suit me.
Could you help me to resolve this please.
Thanks in advance,
Bharat