No commit activity in last 3 years
No release in over 3 years
Gem that includes AngularJS directive for Highcharts (Interactive JavaScript charts for your web projects), in the Rails Asset Pipeline introduced in Rails 3.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 3.1

Runtime

>= 3.1
 Project Readme

Highcharts-NG-Rails

This gem just includes highcharts-ng as an asset in the Rails 3.1 (or newer) asset pipeline.

Installation

Add the gem to the Gemfile

gem "highcharts-rails"
gem "highcharts-ng-rails", "~> 0.0.3"
# The gem version mirrors the included version of highcharts-ng

Usage

In your JavaScript manifest (e.g. application.js)

//= require highcharts-ng

Licensing

Both highcharts-ng and the gem itself is released under the MIT license