[email protected] Report post Posted May 8, 2014 Hello Team, I am using Javascript (Json) driven MsLine chart ,in which I am trying to show few months data(I don't want the zooming functionality so using MsLine chart). Categories element containing all the dates between provided startDate and endDate , and I am trying to show only first day date of the every month on X-Axis and thats why I am using "showLabel":"1" for such dates. but still its showing only few dates visible on X-Axis out all the dates for which has showLabel value is "1". is there any special handling needs to be do for showLabel tag ? attaching sample json in which for 4 dates "showLabel":"1" is set but still its showing only first 2 dates on X-Axis (please change the file ext to .json ) Your Help will be Appreciated ... Thanks. Amol. GeneratedJson1.txt Share this post Link to post Share on other sites
[email protected] Report post Posted May 9, 2014 Hello Team , I am waiting for reply Amol. Share this post Link to post Share on other sites
Swarnam Report post Posted May 10, 2014 Hi Amol, Apologies for the delayed response. Due to advanced label management to the X axis, "showLabel" is not working as you except. You can opt not to apply the advanced label management to the X axis labels. For this, you need to set the attribute labelDisplay='none' in <chart> element. Ref. Code: <chart ....labelDisplay="NONE" rotateLabels="1" slantLabels="1"> Hope this helps. Share this post Link to post Share on other sites
[email protected] Report post Posted May 14, 2014 Thanks Swarnam ... Its Working perfectly fine... Share this post Link to post Share on other sites