randyzwitch / ECharts.jl

Julia package for the Apache ECharts v4 visualization library
https://randyzwitch.com/ECharts.jl/
Other
84 stars 9 forks source link

Remove fit step from charts #24

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

Wrap StatsBase functions, to make calling histogram work without having to call fit()

randyzwitch commented 6 years ago

Punt, leave it up to users to use StatsBase, given no limit to how many different fit() or other result structs could be implemented.