ObjectProfile / Roassal3

The Roassal Visualization Engine
MIT License
95 stars 52 forks source link

Added ticks by default to charts #547

Closed DurieuxPol closed 1 year ago

DurieuxPol commented 1 year ago

Fixes #468 Ticks are now present by default for charts. Added the ability to remove them when needed, so that charts that didn't have ticks are not forced to have them. Also adapted methods, tests and examples that added ticks. All tests are green, and all examples should be the same.

guillep commented 1 year ago

Thanks @DurieuxPol !!! Super job!