{"id":18038866,"url":"https://github.com/sniperwolf/vis-gem","last_synced_at":"2025-04-05T01:12:06.268Z","repository":{"id":56897523,"uuid":"95902179","full_name":"sniperwolf/vis-gem","owner":"sniperwolf","description":"Wrap vis.js dependencies in Rails project.","archived":false,"fork":false,"pushed_at":"2018-03-25T13:24:30.000Z","size":1496,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-15T06:46:52.839Z","etag":null,"topics":["charts","data-visualization","javascript","network","rails","ruby","timeline","visualization"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sniperwolf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-30T15:38:33.000Z","updated_at":"2018-03-25T13:23:19.000Z","dependencies_parsed_at":"2022-08-20T17:40:37.878Z","dependency_job_id":null,"html_url":"https://github.com/sniperwolf/vis-gem","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniperwolf%2Fvis-gem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniperwolf%2Fvis-gem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniperwolf%2Fvis-gem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sniperwolf%2Fvis-gem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sniperwolf","download_url":"https://codeload.github.com/sniperwolf/vis-gem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271527,"owners_count":20911587,"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":["charts","data-visualization","javascript","network","rails","ruby","timeline","visualization"],"created_at":"2024-10-30T14:06:57.420Z","updated_at":"2025-04-05T01:12:06.239Z","avatar_url":"https://github.com/sniperwolf.png","language":"Ruby","readme":"# vis.js on RoR\n\n[![Gem Version](https://badge.fury.io/rb/vis-gem.svg)](https://badge.fury.io/rb/vis-gem)\n[![Build Status](https://travis-ci.org/sniperwolf/vis-gem.svg?release=4.21.0.0)](https://travis-ci.org/sniperwolf/vis-gem)\n\nA dynamic, browser based visualization library. **vis.js** is designed to be easy to use, to handle large amounts of dynamic data, and to enable manipulation of and interaction with the data. More info at [vis.js official website](http://visjs.org/).\n\n`vis-gem` wraps **vis.js** dependencies in assets pipeline in Ruby on Rails (`=\u003e 3.1`) projects.\n\n[Actual](https://github.com/sniperwolf/vis-gem/releases/tag/4.21.0.0) **vis.js version** is `4.21.0` (released on 12 Oct 2017, see [release notes](https://github.com/almende/vis/releases/tag/v4.21.0)).\n\nThanks to [luciuschoi](https://github.com/luciuschoi/visjs-rails/) for the original idea.\n\n## Installation\n\nAdd this line to `Gemfile`:\n\n```ruby\ngem 'vis-gem'\n```\n\nAnd then execute:\n\n```bash\n$ bundle\n```\n\nOr install it with:\n\n```bash\n$ gem install vis-gem\n```\n\n## Usage\n\n1. Add this to `application.js` (`assets/javascripts/application.js`):\n\n```ruby\n//= require ...\n//= require vis\n//= require ...\n```\n\n2. Add this to `application.scss` (`assets/stylesheets/application.scss`):\n\n```css\n...\n@import \"vis\";\n...\n```\n\n3. And this to `config/initializers/assets.rb` (for assets):\n\n```ruby\nRails.application.config.assets.precompile += %w( network/* )\n```\n\nSee [original vis.js documentation](http://visjs.org/) for vis.js properties and methods.\n\n## Changelog\n\n- `v4.21.0.0`: Update with **vis.js** `v4.21.0` (released on 12 Oct 2017, see [release notes](https://github.com/almende/vis/releases/tag/v4.21.0)).\n- `v4.20.0.1`: Update with **vis.js** `v4.20.1` (released on 4 Jul 2017, see [release notes](https://github.com/almende/vis/releases/tag/v4.20.1)).\n- `4.20.0`: First Release with **vis.js** `v4.20.0` (released on 21 May 2017, see [release notes](https://github.com/almende/vis/releases/tag/v4.20.0)).\n\n## Contributing\n\nSee [Contributing](CONTRIBUTING.md) document.\n\n## License\n\n(C) Fabrizio Fallico 2017, released under the [MIT license](LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniperwolf%2Fvis-gem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsniperwolf%2Fvis-gem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsniperwolf%2Fvis-gem/lists"}