QingWei-Li / laue

🖖📈 Modern charts for Vue 2.0
https://laue.js.org
MIT License
262 stars 34 forks source link

feat: add ticks and nbTicks allows more ticks control #17

Closed HugoHeneault closed 5 years ago

HugoHeneault commented 6 years ago

I added 2 props for la-y-awis: nbTicks to set the exact amount of ticks we want, and ticks to give the exact ticks we want.

Should fix #16 and #11