dvandersluis / amcharts.rb

Ruby/Rails wrapper for Amcharts
MIT License
12 stars 9 forks source link

Paid version #5

Closed joshgoebel closed 9 years ago

joshgoebel commented 9 years ago

Is there a whole different set of JS for the paid version or is there some way to easily turn off the advertisement with a setting? We already own the whole product, but I liked the idea of using the gem.

dvandersluis commented 9 years ago

I can't include the paid version in the gem obviously, but as mentioned in the readme, if you have paid for the commercial version, take the javascript files from amcharts and put them into a javascripts/amcharts directory within one of your app's asset paths (assuming you're using asset pipeline), and they will be used instead of the free ones bundled in the gem.

joshgoebel commented 9 years ago

Sorry, guess I missed that.

dvandersluis commented 9 years ago

No worries, hope it fixed your issue! :smile: