agrobbin / highcharts-js-rails

Easily configure a Highcharts JS chart for use in a Rails application
MIT License
16 stars 8 forks source link

Conflict with highcharts-rails gem #4

Closed thoran closed 11 years ago

thoran commented 11 years ago

highcharts-rails gem has a Highcharts module, whereas in this gem it is a class. Is it possible to make them play nicely? Perhaps by creating a class Highcharts::Chart as I did in my library which I started, which does likewise with this one.

thoran commented 11 years ago

Oh, so it includes high charts.js, making the other gem redundant. Right...

agrobbin commented 11 years ago

Sorry for the delay in response @thoran, yeah the Highcharts JS is included with this gem as well.