{"id":20398085,"url":"https://github.com/visjs/vis-charts","last_synced_at":"2025-05-16T15:03:18.271Z","repository":{"id":37979138,"uuid":"191024066","full_name":"visjs/vis-charts","owner":"visjs","description":":skull: Plug'n play replacement for the dead almende/vis","archived":false,"fork":false,"pushed_at":"2025-03-17T06:30:57.000Z","size":86256,"stargazers_count":113,"open_issues_count":7,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T19:22:27.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE-2.0","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":"visjs","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-06-09T15:35:45.000Z","updated_at":"2025-03-17T06:29:56.000Z","dependencies_parsed_at":"2023-10-12T06:04:32.355Z","dependency_job_id":"ea86b0cb-32d6-4cc8-b99d-8ddcaab733ac","html_url":"https://github.com/visjs/vis-charts","commit_stats":{"total_commits":1682,"total_committers":42,"mean_commits":40.04761904761905,"dds":0.6171224732461356,"last_synced_commit":"73d6010593156ac1162b046dcf7f375b005f30be"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fvis-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fvis-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fvis-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fvis-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visjs","download_url":"https://codeload.github.com/visjs/vis-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589794,"owners_count":21129680,"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-11-15T04:18:11.717Z","updated_at":"2025-04-12T15:32:21.886Z","avatar_url":"https://github.com/visjs.png","language":"JavaScript","funding_links":["https://opencollective.com/visjs","https://opencollective.com/vis"],"categories":[],"sub_categories":[],"readme":"# vis-charts\n\n**This is mostly (same export structure) a \"plug'n \u0026 play replacement\" for [vis](https://github.com/almende/vis), wich is no longer maintained**\n\nVis.js is a dynamic, browser based visualization library.\nThe library is designed to be easy to use, handle large amounts\nof dynamic data, and enable manipulation of the data.\nThe library consists of the following components:\n\n- [DataSet and DataView](https://github.com/visjs/vis-data). A flexible key/value based data set. Add, update, and\n  remove items. Subscribe on changes in the data set. A DataSet can filter and\n  order items, and convert fields of items. A filtered and/or formatted view on a DataSet.\n- [Network](https://github.com/visjs/vis-network). Display a network (force directed graph) with nodes and edges.\n- [Timeline and Graph2d](https://github.com/visjs/vis-timeline). Display different types of data on a timeline.\n- [Graph3d](https://github.com/visjs/vis-graph3d). Display data in a three dimensional graph.\n\nThis repository bundles multiple libraries:\n\n- [vis-data](//github.com/visjs/vis-data)\n- [vis-network](//github.com/visjs/vis-network)\n- [vis-timeline](//github.com/visjs/vis-timeline)\n- [vis-graph3d](//github.com/visjs/vis-graph3d)\n\nIt also includes other external libraries:\n\n- [moment.js](//www.npmjs.com/package/moment)\n- [@egjs/hammerjs](//www.npmjs.com/package/@egjs/hammerjs)\n- [keycharm](//www.npmjs.com/package/keycharm)\n- [timsort](//www.npmjs.com/package/timsort)\n- _and some propably more..._\n\n## Badges\n\n[![Backers on Open Collective](https://opencollective.com/visjs/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/visjs/sponsors/badge.svg)](#sponsors)\n\n## Usage\n\n:warning: **This library is very big and should better not be used! Please use one of the libraries from the [visjs family](//github.com/visjs) instead!**\n\nIf you really want to, you can replace your old `almende/vis@4.12` files with our new one (replace `latest` by a specific version to prevent unexpected updates):\n\n```html\n\u003cscript src=\"//unpkg.com/vis-charts@latest/dist/vis.min.js\"\u003e\u003c/script\u003e\n\u003clink href=\"//unpkg.com/vis-charts@latest/dist/vis.min.css\" rel=\"stylesheet\" type=\"text/css\"\u003e\n```\n\n## Contribute\n\nContributions to the [visjs libraries](https://github.com/visjs) are very welcome! We can't do this alone!\n\n### Backers\n\nThank you to all our backers! 🙏\n\n\u003ca href=\"https://opencollective.com/vis#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website.\n\n\u003ca href=\"https://opencollective.com/visjs/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/1/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/2/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/3/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/4/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/5/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/6/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/7/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/8/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/visjs/sponsor/9/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/visjs/sponsor/9/avatar.svg\"\u003e\u003c/a\u003e\n\n## License\n\nCopyright (c) 2014-2017 Almende B.V. and contributors\nCopyright (c) 2017-2020 vis.js contributors\n\nVis.js is dual licensed under both\n\n  * The Apache 2.0 License\n    http://www.apache.org/licenses/LICENSE-2.0\n\nand\n\n  * The MIT License\n    http://opensource.org/licenses/MIT\n\nVis.js may be distributed under either license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisjs%2Fvis-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisjs%2Fvis-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisjs%2Fvis-charts/lists"}