{"id":24358548,"url":"https://github.com/eniompw/plotly","last_synced_at":"2026-03-14T23:37:07.921Z","repository":{"id":271255148,"uuid":"912868250","full_name":"eniompw/plotly","owner":"eniompw","description":"Simple JS Bar Chart with Plotly.js","archived":false,"fork":false,"pushed_at":"2025-02-27T11:41:20.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T09:12:35.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/eniompw.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-06T15:01:04.000Z","updated_at":"2025-02-27T11:41:23.000Z","dependencies_parsed_at":"2025-02-27T12:48:20.372Z","dependency_job_id":"936bb010-659e-4dc3-b194-30eab94f98d3","html_url":"https://github.com/eniompw/plotly","commit_stats":null,"previous_names":["eniompw/plotly"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eniompw/plotly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2Fplotly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2Fplotly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2Fplotly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2Fplotly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eniompw","download_url":"https://codeload.github.com/eniompw/plotly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eniompw%2Fplotly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30521467,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-14T19:51:21.629Z","status":"ssl_error","status_checked_at":"2026-03-14T19:51:12.959Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01-18T20:19:10.280Z","updated_at":"2026-03-14T23:37:07.893Z","avatar_url":"https://github.com/eniompw.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plotly\n\n## Simple JS Bar Chart with Plotly.js\n\n![image](https://github.com/user-attachments/assets/22ee957f-8195-4d42-a9cc-5b414365f974)\n\n\n``` HTML\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003cscript src=\"https://cdn.plot.ly/plotly-latest.min.js\"\u003e\u003c/script\u003e\n\u003cbody\u003e\n\u003cdiv id=\"myPlot\" style=\"width:100%;max-width:700px\"\u003e\u003c/div\u003e\n\n\u003cscript\u003e\nconst data = [{\n  x:[\"Italy\", \"France\", \"Spain\", \"USA\", \"Argentina\"],\n  y:[55, 49, 44, 24, 15],\n  type:\"bar\",\n  marker: {color:\"blue\"}\n}];\n\nconst layout = {title:\"World Wide Wine Production\"};\nPlotly.newPlot(\"myPlot\", data, layout);\n\u003c/script\u003e\n\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n* [W3 Plotly](https://www.w3schools.com/js/js_graphics_plotly.asp)\n* [W3 Plotly HTML](https://www.w3schools.com/js/tryit.asp?filename=tryplotly_bars)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniompw%2Fplotly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feniompw%2Fplotly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feniompw%2Fplotly/lists"}