{"id":13503551,"url":"https://github.com/visjs/angular-visjs","last_synced_at":"2025-04-05T01:06:36.866Z","repository":{"id":17443562,"uuid":"20217203","full_name":"visjs/angular-visjs","owner":"visjs","description":"AngularJS directive module for vis.js components","archived":false,"fork":false,"pushed_at":"2023-12-15T20:21:48.000Z","size":9302,"stargazers_count":133,"open_issues_count":36,"forks_count":64,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-10-30T00:54:43.853Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://visjs.github.io/angular-visjs","language":"JavaScript","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/visjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2014-05-27T11:13:20.000Z","updated_at":"2024-01-16T22:33:19.000Z","dependencies_parsed_at":"2023-12-19T12:06:10.928Z","dependency_job_id":"77b1e937-8709-4d1c-bf4e-b5f166ae3f6c","html_url":"https://github.com/visjs/angular-visjs","commit_stats":{"total_commits":90,"total_committers":10,"mean_commits":9.0,"dds":0.4222222222222223,"last_synced_commit":"e8d2a6e72abb9bef4e0bf5d4212af1d10728b000"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fangular-visjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fangular-visjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fangular-visjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visjs%2Fangular-visjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visjs","download_url":"https://codeload.github.com/visjs/angular-visjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246876353,"owners_count":20848163,"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-31T23:00:39.479Z","updated_at":"2025-04-05T01:06:36.850Z","avatar_url":"https://github.com/visjs.png","language":"JavaScript","funding_links":[],"categories":["Libraries"],"sub_categories":["vis.js based libraries"],"readme":"# AngularJS - VisJS\n\nDevelopment and documentation is in progress.\n\n**NOTE:** This library is currently being refactored. The intention is make the directives simpler, removing the additional\n'non-vis.js' related directives (such as time-board and time-navigation), and bring the DataSet factory in-line with the\nvis.DataSet such that the documentation for vis is fully (hopefully) applicable and consistent.\n\nStay tuned, but expect changes!\n\n**UPDATE** The initial refactoring is complete, but documentation is slightly inconsistent. Generally, the standard\nvisjs documentation should be used.  Take a look at the \u003ca href=\"http://visjs.github.io/angular-visjs\"\u003eexample\u003c/a\u003e where there is also the beginning of the updated documentation.\n\n\n\n## Usage\n**Note that this is out of date and will be removed shortly** It's just retained for information while the directive is updated.\n\n```\n  \u003ctime-line data=\"data\" options=\"options\" events=\"events\"\u003e\u003c/time-line\u003e\n```\n\n### Data:\n```\n  $scope.data = vis.DataSet({\n     \"1\": {\n       \"id\": 1,\n       \"content\": \"\u003ci class=\\\"fi-flag\\\"\u003e\u003c/i\u003e item 1\",\n       \"start\": \"2014-09-01T17:59:13.706Z\",\n       \"className\": \"magenta\",\n       \"type\": \"box\"\n     },\n     \"2\": {\n       \"id\": 2,\n       \"content\": \"\u003ca href=\\\"http://visjs.org\\\" target=\\\"_blank\\\"\u003evisjs.org\u003c/a\u003e\",\n       \"start\": \"2014-09-02T17:59:13.706Z\",\n       \"type\": \"box\"\n     },\n     \"3\": {\n       \"id\": 3,\n       \"content\": \"item 3\",\n       \"start\": \"2014-08-29T17:59:13.706Z\",\n       \"type\": \"box\"\n     },\n     \"4\": {\n       \"id\": 4,\n       \"content\": \"item 4\",\n       \"start\": \"2014-09-01T17:59:13.706Z\",\n       \"end\": \"2014-09-03T17:59:13.706Z\",\n       \"type\": \"range\"\n     },\n     \"5\": {\n       \"id\": 5,\n       \"content\": \"item 5\",\n       \"start\": \"2014-08-30T17:59:13.706Z\",\n       \"type\": \"point\"\n     },\n     \"6\": {\n       \"id\": 6,\n       \"content\": \"item 6\",\n       \"start\": \"2014-09-04T17:59:13.706Z\",\n       \"type\": \"point\"\n     },\n     \"7\": {\n       \"id\": 7,\n       \"content\": \"\u003ci class=\\\"fi-anchor\\\"\u003e\u003c/i\u003e item 7\",\n       \"start\": \"2014-08-28T17:59:13.706Z\",\n       \"end\": \"2014-08-29T17:59:13.706Z\",\n       \"type\": \"range\",\n       \"className\": \"orange\"\n     }\n  });\n```  \n\n### Options:\n```\n  $scope.options = {\n   \"align\": \"center\",\n   \"autoResize\": true,\n   \"editable\": true,\n   \"selectable\": true,\n   \"orientation\": \"bottom\",\n   \"showCurrentTime\": true,\n   \"showCustomTime\": true,\n   \"showMajorLabels\": true,\n   \"showMinorLabels\": true\n  };\n```  \n                         \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisjs%2Fangular-visjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisjs%2Fangular-visjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisjs%2Fangular-visjs/lists"}