randyzwitch / ECharts.jl

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

Switch to Real from enumerated types #34

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

Fix #33

codecov[bot] commented 6 years ago

Codecov Report

Merging #34 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   80.73%   80.73%           
=======================================
  Files          29       29           
  Lines         493      493           
=======================================
  Hits          398      398           
  Misses         95       95
Impacted Files Coverage Δ
src/plots/donut.jl 100% <ø> (ø) :arrow_up:
src/plots/bubble.jl 100% <ø> (ø) :arrow_up:
src/plots/waterfall.jl 100% <ø> (ø) :arrow_up:
src/plots/radialbar.jl 50% <ø> (ø) :arrow_up:
src/plots/funnel.jl 100% <ø> (ø) :arrow_up:
src/plots/streamgraph.jl 46.15% <ø> (ø) :arrow_up:
src/plots/box.jl 87.09% <ø> (ø) :arrow_up:
src/plots/area.jl 66.66% <ø> (ø) :arrow_up:
src/plots/bar.jl 75% <ø> (ø) :arrow_up:
src/plots/scatter.jl 100% <ø> (ø) :arrow_up:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d039b9a...a30cf87. Read the comment docs.