randyzwitch / ECharts.jl

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

Add plot docstrings #31

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

Work towards #13

codecov[bot] commented 6 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   80.73%   80.73%           
=======================================
  Files          29       29           
  Lines         493      493           
=======================================
  Hits          398      398           
  Misses         95       95
Impacted Files Coverage Δ
src/plots/waterfall.jl 100% <ø> (ø) :arrow_up:
src/plots/gauge.jl 100% <ø> (ø) :arrow_up:
src/plots/radar.jl 94.11% <ø> (ø) :arrow_up:
src/plots/funnel.jl 100% <ø> (ø) :arrow_up:
src/plots/polar.jl 100% <ø> (ø) :arrow_up:
src/plots/bubble.jl 100% <ø> (ø) :arrow_up:
src/plots/area.jl 66.66% <ø> (ø) :arrow_up:
src/plots/box.jl 87.09% <ø> (ø) :arrow_up:
src/plots/scatter.jl 100% <ø> (ø) :arrow_up:
src/plots/candlestick.jl 100% <ø> (ø) :arrow_up:
... and 11 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 e5bbc15...526fa35. Read the comment docs.