stencila / libcore

📚 Stencila core function library
Apache License 2.0
5 stars 5 forks source link

Add a valid documentation for plotly() #28

Closed obuchtala closed 6 years ago

obuchtala commented 6 years ago

So that plotly() can be used together with JavascriptContext.

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   87.81%   87.81%           
=======================================
  Files          54       54           
  Lines         476      476           
=======================================
  Hits          418      418           
  Misses         58       58
Impacted Files Coverage Δ
funcs/plotly.js 100% <ø> (ø) :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 46f67c4...1ced3f3. Read the comment docs.

nokome commented 6 years ago

Thanks for this @oliver---- . We forgot to merge in @apawlik's branch which did this https://github.com/stencila/libcore/blob/plotly-doc/js/src/plotly.js , doh!

I've made some edits and merged in some of her work.