
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
This gem just includes Highcharts in Rails asset pipeline. Highcharts is not free for commercial use, so make sure you have a valid license to use Highcharts.
This gem is using Highcharts JS v5.0.6
Add this line to your application's Gemfile:
gem 'highcharts_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install highcharts_rails
In your JavaScript manifest (e.g. application.js
)
//= require highcharts.src
New chart types and features
//= require highcharts-more.src
3D features for Highcharts
//= require highcharts-3d.src
Modules
//= require modules/accessibility.src
//= require modules/annotations.src
//= require modules/boost.src
//= require modules/broken-axis.src
//= require modules/data.src
//= require modules/drilldown.src
//= require modules/exporting.src
//= require modules/funnel.src
//= require modules/gantt.src
//= require modules/grid-axis.src
//= require modules/heatmap.src
//= require modules/no-data-to-display.src
//= require modules/offline-exporting.src
//= require modules/overlapping-datalabels.src
//= require modules/series-label.src
//= require modules/solid-gauge.src
//= require modules/treemap.src
//= require modules/xrange-series.src
Themes
//= require themes/dark-blue
//= require themes/dark-green
//= require themes/dark-unica
//= require themes/gray
//= require themes/grid
//= require themes/grid-light
//= require themes/sand-signika
//= require themes/skies
Since version 5.0.0 Highcharts supports styling charts using CSS. The files in this section are the classic files for styling using Javascript. For more information about the files to load when styling by CSS see this section.
In your Stylesheets manifest (e.g. application.css
)
*= require highcharts
In your JavaScript manifest (e.g. application.js
)
//= require js/highcharts.src
Check out Highcharts documentation
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/ziinfo/highcharts_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.
The gem was inspired by highcharts-rails.
FAQs
Unknown package
We found that highcharts_rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.