jskahan Report post Posted January 6, 2014 I'm making a line chart that contains the monthly values of three investment portfolios from 2002 to present, so if all labels (the monthly date, e.g. Mar 2002, Apr 2002 etc.) were displayed there would be around 140 labels total. Since 140 is too many labels to show in a limited space, Fusioncharts applies an automatic n-th. If I'm displaying a large chart (1485 x 990) every other month is displayed. On a smaller chart (700 x 400) only every 4th month is displayed. On the small chart, for example, each year I get one label each for March, July, and November. What I would like to do is only have a label appear for each December (Dec '02, Dec '03 etc.) I know how to display only certain labels setting showLabel to 1 for those dates. The problem is that when I render a smaller chart, December isn't one of the label months because of the automatic n-th-ing, so if I set showLabel to 1 for December labels then no labels appear at all. So is there any way to turn of the automatic n-th functionality on smaller charts so I can choose to show whatever labels I want? I tried setting labelStep to 1 but that setting seems to be overridden by the auto n-th-ing. Thanks very much. chart.xml Share this post Link to post Share on other sites
Guest Sumedh Report post Posted January 7, 2014 Hi, Please note, displaying labels for only December month is not possible. Since chart calculates displaying of labels as per data. Even if you set labelStep attribute, chart will automatically display the labels. So, displaying labels for December month is not possible. Share this post Link to post Share on other sites