-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
- I have read the guidelines for contributing
- I have included an example of my issue on a website such as JS Bin, JS Fiddle, or Codepen. (Template)
I want to have a chart with a minimal stepSize
of 1
, basically I don't want the steps to have decimals like 0.5 or something. I can set stepSize
to 1
, but then it will show a label for each step regardless of maxTicksLimit
.
You can see the problem here:
http://codepen.io/anon/pen/pyBPME
If you disable the stepSize
option, the labels are fine, but if you then disable "dataset 1" and it only shows "dataset 2", it will have steps like 0.5 and 1.5 which I don't want.
Am I missing configuration or is this an issue?
Many thanks!