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 date methods #57

Closed randyzwitch closed 6 years ago

randyzwitch commented 6 years ago

Closes #20

Shouldn’t be a need to add anything for XY plots, as those are generic to strings/dates, update stream graph and candlestick to add methods

codecov[bot] commented 6 years ago

Codecov Report

Merging #57 into master will decrease coverage by 0.33%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   84.52%   84.18%   -0.34%     
==========================================
  Files          45       45              
  Lines         504      506       +2     
==========================================
  Hits          426      426              
- Misses         78       80       +2
Impacted Files Coverage Δ
src/plots/candlestick.jl 90% <0%> (-10%) :arrow_down:
src/plots/streamgraph.jl 42.85% <0%> (-3.3%) :arrow_down:

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 47e9036...1ef7431. Read the comment docs.