randyzwitch/ECharts.jl

Add assertions/checks

randyzwitch opened this issue · 3 comments

Add assertions for arrays having same dimensions, other necessities not covered through method signatures

error() is correct method to throw, per Slack chat, if charts not going to allow user to continue past input checks

Assertions on type values can be done using Parameters.jl, but will be ignored if struct is mutable and changed after creation

Add them as weird edge cases arise