SciRuby / daru-view

daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
https://sciruby.github.io/daru-view/
MIT License
95 stars 20 forks source link

Added method `dependent_scripts` #107

Closed Prakriti-nith closed 6 years ago

Prakriti-nith commented 6 years ago

This method can be used to load multiple adapter at once in iruby notebook. Examples

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 646


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/daru/view.rb 17 18 94.44%
<!-- Total: 60 61 98.36% -->
Files with Coverage Reduction New Missed Lines %
lib/daru/view/adapters/googlecharts/display.rb 1 96.72%
spec/adapters/googlecharts/base_chart_spec.rb 1 96.97%
lib/daru/view/table.rb 2 93.75%
lib/daru/view/adapters/datatables.rb 2 93.55%
lib/daru/view/plot.rb 5 86.84%
lib/daru/view/adapters/nyaplot.rb 6 72.73%
lib/daru/view/adapters/highcharts.rb 6 88.89%
lib/daru/view/adapters/highcharts/display.rb 7 92.91%
lib/daru/view/adapters/googlecharts.rb 12 89.38%
<!-- Total: 42 -->
Totals Coverage Status
Change from base Build 578: 1.6%
Covered Lines: 2686
Relevant Lines: 2747

💛 - Coveralls
Prakriti-nith commented 6 years ago

Examples for loading multiple adapters. @Shekharrajak can you please review this PR?

Shekharrajak commented 6 years ago

@Prakriti-nith , Anything else you want to add in this PR ?

Prakriti-nith commented 6 years ago

@Shekharrajak I think it's good.