Search the Community

Showing results for tags 'x-axis labels'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. Hello, I am trying to make sure that the very last x-axis label is displayed for the chart at point 'B' (see attached chart). That last date should be "31 Jan 2013, 23:59" and a value of 22.2031, and that value is what is shown in the chart. The second screenshot shows the javascript console dump of the labels array with the 'showlabel' property set and the last 5 labels. I did turn off the chart's showLabels, so I can have some control over what labels are seen. In the example, I have set the showlabel property set for all but the middle 50 labels because I wanted to demonstrate that setting that option works for individual label values. I have tested other charts and data, and consistently the last 4 labels are not rendered. Even if I exclude all but the last 5, the last four are not rendered, only the label for point 'A' ("29 Jan 2013, 23:00") is. Does anyone have any ideas about what I can do?