Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

Add checks/tests for common chart errors and display them #218

Closed nsonnad closed 8 years ago

nsonnad commented 8 years ago

add some prelim code for common mistake errors

add check to whether axis ticks are uneven

put chart mistakes catching in own module and add tests for it

improve tick-detection algorithm and add tests for it

add checks for large numbers, no pref/suf

set max bytes for chartProps to 240k

render axis errors inline

refine checks so that uneven/nan series can be distinguished

yanofsky commented 8 years ago

looks good, i'll let you deal with the merge conflicts