randyzwitch / ECharts.jl

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

Update types for echarts4 #39

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

Updating types for echarts4 #37

codecov[bot] commented 6 years ago

Codecov Report

Merging #39 into master will decrease coverage by 0.03%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   84.21%   84.17%   -0.04%     
==========================================
  Files          29       29              
  Lines         494      493       -1     
==========================================
- Hits          416      415       -1     
  Misses         78       78
Impacted Files Coverage Δ
src/definetypes.jl 100% <ø> (ø) :arrow_up:
src/ECharts.jl 38.88% <ø> (ø) :arrow_up:
src/plots/corrplot.jl 89.65% <ø> (ø) :arrow_up:
src/theme.jl 100% <ø> (ø) :arrow_up:
src/chartopts/utilities.jl 100% <100%> (ø) :arrow_up:
src/plots/waterfall.jl 100% <100%> (ø) :arrow_up:
src/chartopts/modifiers.jl 76.99% <37.5%> (ø) :arrow_up:

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 3090253...9e357c8. Read the comment docs.

randyzwitch commented 6 years ago

Closes #37