Closed benzen closed 10 years ago
Can you show me the code you're using to generate that graph?
sure
chart-line(values="{{distanceSeries(tracks)}}", labels="{{seriesDate(tracks)}}", colors="{{colorsSeries(0)}}")
where
distanceSeries = => [[10,20]]
seriesDate = => ['2014-01-01','2014-01-02']
colors = => ['253,180,92']
I've just made the swtich to version 0.1.1 (for the caching). And the issue with the labels disparears. Now my labels are rotated. So I assume it was an issue with the old version of chart.js
I'm not quite sure why, but my labels are half shown like this.
I've tryed to add padding and marging without success.