Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added custom CSS in highcharts #93

Merged
merged 11 commits into from
Jul 6, 2018
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AllCops:
- 'Guardfile'
- '**/*.erb'
- '**/*.js'
- '**/*.css'
- 'spec/*'
- 'spec/**/*'
- 'vendor/**/*'
Expand Down
2 changes: 1 addition & 1 deletion lib/daru/view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def dependent_script(lib=:nyaplot)
when :nyaplot
Nyaplot.init_script
when :highcharts
LazyHighCharts.init_script
LazyHighCharts.init_code
Copy link
Member

@Shekharrajak Shekharrajak Jul 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it must be init_script only (to have the same method name in all the places).

when :googlecharts
GoogleVisualr.init_script
when :datatables
Expand Down
Loading