{"id":13463215,"url":"https://github.com/PerfectlyNormal/highcharts-rails","last_synced_at":"2025-03-25T06:31:41.119Z","repository":{"id":56876401,"uuid":"2548842","full_name":"PerfectlyNormal/highcharts-rails","owner":"PerfectlyNormal","description":"Simple gem to include Highcharts in a Rails 3.1 (or above) app","archived":true,"fork":false,"pushed_at":"2019-02-08T05:57:34.000Z","size":4173,"stargazers_count":199,"open_issues_count":5,"forks_count":62,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-29T13:50:38.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PerfectlyNormal.png","metadata":{"files":{"readme":"README.markdown","changelog":"CHANGELOG.markdown","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-10T15:15:39.000Z","updated_at":"2023-10-24T00:49:43.000Z","dependencies_parsed_at":"2022-08-20T23:10:22.453Z","dependency_job_id":null,"html_url":"https://github.com/PerfectlyNormal/highcharts-rails","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectlyNormal%2Fhighcharts-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectlyNormal%2Fhighcharts-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectlyNormal%2Fhighcharts-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerfectlyNormal%2Fhighcharts-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerfectlyNormal","download_url":"https://codeload.github.com/PerfectlyNormal/highcharts-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245413977,"owners_count":20611355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T13:00:48.247Z","updated_at":"2025-03-25T06:31:38.671Z","avatar_url":"https://github.com/PerfectlyNormal.png","language":"JavaScript","funding_links":[],"categories":["Graphics"],"sub_categories":["Graphing"],"readme":"# Highcharts-Rails\n\nThis gem just includes [Highcharts](http://highcharts.com/) as an asset in the Rails 3.1 (or newer) asset pipeline.\nHighcharts is not free for commercial use, so make sure you have a [valid license](http://highcharts.com/license) to use Highcharts.\n\nIf you are looking to include Highstock, Justin Kuepper has made [highstock-rails](https://github.com/justinkuepper/highstock-rails), so check it out.\n\n## Installation\n\nAdd the gem to the Gemfile\n\n    gem \"highcharts-rails\"\n    # The gem version mirrors the included version of Highcharts\n\n## Changes\n\nWe have a tiny changelog for this gem, but since it's just a tiny wrapper gem,\nrefer to the [Highcharts changelog](http://www.highcharts.com/documentation/changelog#highcharts)\nfor the important things.\n\n## Usage\n\nIn your JavaScript manifest (e.g. `application.js`)\n\n    //= require highcharts\n    // to get the new features in 2.3.0:\n    //= require highcharts/highcharts-more\n\nIncluding the modules you want and need\n\n    //= require highcharts/modules/annotations\n    //= require highcharts/modules/data\n    //= require highcharts/modules/drilldown\n    //= require highcharts/modules/exporting\n    //= require highcharts/modules/funnel\n    //= require highcharts/modules/heatmap\n    //= require highcharts/modules/no-data-to-display\n    //= require highcharts/modules/offline-exporting\n\nOr one of the themes\n\n    //= require highcharts/themes/dark-blue\n    //= require highcharts/themes/dark-green\n    //= require highcharts/themes/gray\n    //= require highcharts/themes/grid\n    //= require highcharts/themes/skies\n\nSome of the modules are meant to be loaded by Highcharts on-demand, such as `canvas-tools` (https://github.com/highcharts/highcharts/issues/2311#issuecomment-25685317), so don't require them on your own.\n\nOther than that, refer to the [Highcharts documentation](http://www.highcharts.com/docs)\n\n## Licensing\n\nHighcharts, which makes up the majority of this gem, has [its own, separate licensing](http://shop.highsoft.com/highcharts.html).\n\nThe gem itself is released under the MIT license\n\n## Signing\n\nRelease tags and all released gems (from 3.0.0 onwards) is signed using [rubygems-openpgp](https://www.rubygems-openpgp-ca.org/) using [my personal key](https://eastblue.org/blag/2013/gpg.html), and the fingerprint is also included below.\n\n    pub   4096R/C9A283C9 2017-11-10 [expires: 2021-11-10]\n          Key fingerprint = 18C6 2780 9B69 5EAC 0183  69B1 DD27 0F98 C9A2 83C9\n    uid       Per Christian Bechström Viken \u003cperchr@northblue.org\u003e\n    uid       [jpeg image of size 9212]\n    sub   4096R/AFA535FE 2017-11-10 [expires: 2021-11-10]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPerfectlyNormal%2Fhighcharts-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPerfectlyNormal%2Fhighcharts-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPerfectlyNormal%2Fhighcharts-rails/lists"}