hatemalimam / ChartistJSF

Highly Customizable Responsive Charts for JavaServer Faces.
https://chartistjsf-showcase.herokuapp.com
Apache License 2.0
39 stars 12 forks source link

add onlyInteger to axisY #23

Closed hatemalimam closed 7 years ago

hatemalimam commented 7 years ago

example:

  axisY: {
     // Use only integer values (whole numbers) for the scale steps
     onlyInteger: false
  }
hatemalimam commented 7 years ago

Add also to axisX in case on bar chart