Skip to content
Advertisement

Scatter fusion chart – X Axis lable data is not getting displayed completely – PHP

I am plotting a Scatter fusion chart (not evaluation version) but I have an issue here with X-axis label data.

I have less width for my chart, so all x-axis data values are not getting displayed; However, I want to display all the x-axis data values with no change in width.

Below is the sample code:

JavaScript

Advertisement

Answer

You can configure the arrangement and display properties for x-axis data labels using the labelDisplay attribute. To display all the x-axis data labels with no change in your chart width you can try the rotate mode with or without enabling the slantLabel attribute as per your requirement.

Please check the implementation here: http://jsfiddle.net/eaqzL5hs/

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement