vegas-viz / Vegas

The missing MatPlotLib for Scala + Spark
MIT License
730 stars 98 forks source link

change import “import $ivy.`org.vegas-viz::vegas:0.3.6`” “implicit va… #94

Closed izhangzhihao closed 7 years ago

izhangzhihao commented 7 years ago

change import to "import $ivy.org.vegas-viz::vegas:0.3.6" change import to "implicit val displayer: String => Unit = publish.html(_)"

add val

val Population = "https://vega.github.io/vega-editor/app/data/population.json"
val Cars = "https://vega.github.io/vega-editor/app/data/cars.json"
val Unemployment = "https://vega.github.io/vega-editor/app/data/unemployment.json"
val Movies = "https://vega.github.io/vega-editor/app/data/movies.json"
val Barley = "https://vega.github.io/vega-editor/app/data/barley.json"
val Stocks = "https://vega.github.io/vega-editor/app/data/stocks.json"
codecov-io commented 7 years ago

Codecov Report

Merging #94 into master will not impact coverage.

@@          Coverage Diff           @@
##           master     #94   +/-   ##
======================================
  Coverage    70.3%   70.3%           
======================================
  Files          25      25           
  Lines        1775    1775           
  Branches        6       6           
======================================
  Hits         1248    1248           
  Misses        527     527

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 8d27a2c...ebb1769. Read the comment docs.

dbtsai commented 7 years ago

LGTM. Thanks.