Markus Bengts
Results
2
comments of
Markus Bengts
With this code: Gchart.line(:data => [[nil, 500, 425], [425, 600, nil]], :axis_with_labels => ['x'], :axis_labels => [[1, 2, 3]]) I expect a chart where the labels 1, 2 and 3...
I pushed a test for it, but I don't know if my test makes sense because I think there are many ways to get evenly spaced labels.