{"id":32579900,"url":"https://github.com/wirecloud/history-player-widget","last_synced_at":"2026-07-03T17:36:16.381Z","repository":{"id":141450629,"uuid":"148654080","full_name":"Wirecloud/history-player-widget","owner":"Wirecloud","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-13T14:57:44.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-10-29T15:52:11.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wirecloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-09-13T14:55:05.000Z","updated_at":"2019-08-16T10:31:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"56a714a5-d048-45ab-969e-53f7f75c3966","html_url":"https://github.com/Wirecloud/history-player-widget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wirecloud/history-player-widget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wirecloud%2Fhistory-player-widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wirecloud%2Fhistory-player-widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wirecloud%2Fhistory-player-widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wirecloud%2Fhistory-player-widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wirecloud","download_url":"https://codeload.github.com/Wirecloud/history-player-widget/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wirecloud%2Fhistory-player-widget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35096011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-29T15:51:19.431Z","updated_at":"2026-07-03T17:36:16.376Z","avatar_url":"https://github.com/Wirecloud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Rangenv Chart\nThe Rangenv Chart widget is a WireCloud widget that lets you visualize\ndata along a date time and select a time range from it.\n\n* Settings\nNo settings\n\n* Usage\n** Input endpoint\n  - inputData: Connect this endpoint to a source of valid data.\n\n    Input data format:\n\n#+BEGIN_SRC json\n  {\n      \"values\": [0.3, 0.4, 0.8],\n      \"key\": \"My Key\",\n      \"interval\": {\n          \"data_begin\": 1432936800000,\n          \"data_end\": 1476452763000,\n          \"from\": 1432936800000,\n          \"to\": 1476452763000\n      }\n  }\n#+END_SRC\n\n  - values :: Data you want to display in the chart.\n  - key :: Name is going to appear in the legend.\n  - interval :: Interval of time to display the data.\n    + - data_begin, from :: Starting date of the interval.\n    + - data_end, to :: Ending date of the interval.\n\n** Output endpoint\n  - outputData: Sends formated data of the zone selected in the\n    widget.\n\n    Output data format:\n\n#+BEGIN_SRC json\n  {\n      \"values\": [\n          {\n              \"x\": 1473105381230.7715,\n              \"y\": 0.6512108761817217\n          },\n          {\n              \"x\": 1474779072115.387,\n              \"y\": 0.5203659036196768\n          }\n      ],\n      \"key\": \"Test data\"\n  }\n#+END_SRC\n\n  - values :: List of formated values.\n    + - x :: Date related to the value.\n    + - y :: Value.\n  - key :: Lavel of the graph.\n\n* DEMO\n[[https://youtu.be/bxd9hfephaU][Click here to see the demo]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirecloud%2Fhistory-player-widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwirecloud%2Fhistory-player-widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwirecloud%2Fhistory-player-widget/lists"}