I use the regular line chart in a web application.The x-Axis display years
and the y-Axis display a number of accidents that happened in that year.
When the period of the chart is large for example (20 years),
the x-Axis dont display years number instead it display three dots,because
there is no space to display year numbers.
When the number of years is less, they are displayed.
How can i solve this problem.
Values on the X axis appear as three dots
Re: Values on the X axis appear as three dots
Increase the width of the chart or theres a setMaximumCategoryLabelLines function with the category plot or a mixture of both should solve ur problemKhaledinho wrote:I use the regular line chart in a web application.The x-Axis display years
and the y-Axis display a number of accidents that happened in that year.
When the period of the chart is large for example (20 years),
the x-Axis dont display years number instead it display three dots,because
there is no space to display year numbers.
When the number of years is less, they are displayed.
How can i solve this problem.