Amcharts-Js (Unsupported)

amcharts-js is a gem for create custom charts and maps with the AM*CHARTS* library

Installation

Add this line to your application's Gemfile:

gem 'amcharts-js'

And then execute:

$ bundle

Or install it yourself as:

$ gem install amcharts-js

Usage

Just add this to application.rb to import all amcharts features (Charts, Stock Charts and Maps):

//=require amcharts-js

If you only want use some of the 3 features use:

For Charts:

//=require amcharts

For Sctock Charts:

//=require amsctockchart

For Maps:

//=require ammap

Getting Started with Amcharts

The best guide for getting started and learn how Amcharts works: Your first chart

Amcharts recomendation to use the live editor LIVE EDITOR:

Since the launch of our super-powerful LIVE EDITOR we recommend starting building the chart using it. No more coding, no mistypes. WYSIWYG charts are available now!

Guides and Tutoriales:

Contributing

Wanna contribute?

  • Submit Isuess with bug reports
  • Fork this repo and make the pull request
  • Or just tell me your idea: @andres_code on Telegram

License

The gem is available as open source under the terms of the MIT License.