Problem: if there are a lot of data points the X-axis lables get unreadabled, and they get shortened.
Example:
label_overflow.png
Proposed solution: add a configuration option to specify the maxium allowed X-axis labels and use $chart_options['hAxis']['showTextEvery'] to leave out labels in between. Result:
limited_labels.png

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

klausi’s picture

Status: Active » Needs review
FileSize
1.6 KB

And here comes that patch that adds that option.