{"id":13588603,"url":"https://github.com/NatelEnergy/grafana-plotly-panel","last_synced_at":"2025-04-08T06:32:20.156Z","repository":{"id":17309597,"uuid":"81630568","full_name":"NatelEnergy/grafana-plotly-panel","owner":"NatelEnergy","description":"Show plotly graph in grafana panel","archived":false,"fork":false,"pushed_at":"2022-12-09T08:14:30.000Z","size":7376,"stargazers_count":145,"open_issues_count":69,"forks_count":59,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-04-15T07:26:43.047Z","etag":null,"topics":["grafana","grafana-panel","plotly","scatter-plot"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/NatelEnergy.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}},"created_at":"2017-02-11T04:28:37.000Z","updated_at":"2023-06-24T03:20:54.000Z","dependencies_parsed_at":"2023-01-11T20:26:21.148Z","dependency_job_id":null,"html_url":"https://github.com/NatelEnergy/grafana-plotly-panel","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatelEnergy%2Fgrafana-plotly-panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatelEnergy%2Fgrafana-plotly-panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatelEnergy%2Fgrafana-plotly-panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NatelEnergy%2Fgrafana-plotly-panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NatelEnergy","download_url":"https://codeload.github.com/NatelEnergy/grafana-plotly-panel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792106,"owners_count":20996878,"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":["grafana","grafana-panel","plotly","scatter-plot"],"created_at":"2024-08-01T15:06:48.943Z","updated_at":"2025-04-08T06:32:15.145Z","avatar_url":"https://github.com/NatelEnergy.png","language":"TypeScript","readme":"## Plot.ly Panel for Grafana\n\n[![CircleCI](https://circleci.com/gh/NatelEnergy/grafana-plotly-panel/tree/master.svg?style=svg)](https://circleci.com/gh/NatelEnergy/grafana-plotly-panel/tree/master)\n[![dependencies Status](https://david-dm.org/NatelEnergy/grafana-plotly-panel/status.svg)](https://david-dm.org/NatelEnergy/grafana-plotly-panel)\n[![devDependencies Status](https://david-dm.org/NatelEnergy/grafana-plotly-panel/dev-status.svg)](https://david-dm.org/NatelEnergy/grafana-plotly-panel?type=dev)\n\nRender metrics using the plot.ly javascript framework\n\nWorks with grafana 4, 5, and 6\n\n### Screenshots\n\n![Screenshot of scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-scatter.png)\n![Screenshot of scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-single-trace.png?raw=true)\n![Screenshot of scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-multiple-trace.png)\n![Screenshot of 3d scatter plot](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-scatter-3d.png)\n![Screenshot of the options screen](https://raw.githubusercontent.com/NatelEnergy/grafana-plotly-panel/master/src/img/screenshot-options-new.png)\n\n### Building\n\nTo complie, run:\n\n```\nnpm install -g yarn\nyarn install --pure-lockfile\nyarn build\n```\n\n### Releasing\n\nThis plugin uses [release-it](https://github.com/webpro/release-it) to release to GitHub.\n\n```\nenv GITHUB_TOKEN=your_token yarn release-it patch\n```\n\n\n#### Changelog\n\n##### v0.0.6\n\n- Fix axis range configuration bug [#49](https://github.com/NatelEnergy/grafana-plotly-panel/issues/49)\n- Add basic annotations support #57 (tchernobog)\n- Improve loading times for plotly.js and support loading from CDN\n- Assume date x-axis when 'auto' and the mapping has 'time'\n- Support Fixed-Ratio Axes\n- Tested with Grafana 6\n\n\n##### v0.0.5\n\n- Upgrade plotly (v1.41+)\n- Better support for light theme. (#24, @cscheuermann81)\n- Support snapshots\n- Removing `dist` from master branch\n- Support of multiple time series's ([#9](https://github.com/NatelEnergy/grafana-plotly-panel/issues/9), [CorpGlory DevTeam](https://corpglory.com/))\n- Support showing text from query (#11)\n- Template variable support\n- Improved metric mapping\n- Using webpack and basic jest tests\n\n##### v0.0.4\n\n- Load plotly from npm (v1.31.2+)\n- Convert to TypeScript\n- Reasonable behavior when adding single metric\n- Formatting with prettier.js\n- Support for a single table query\n\n##### v0.0.3\n\n- Improve options UI\n- Added range mode: \"tozero\" and \"nonnegative\"\n- Map metrics to X,Y,Z and color\n- Can now select 'date' type for each axis to support time\n- basic support to size marker with data\n\n##### v0.0.2\n\n- Added ability to set color from a metric query. (#4, @lzgrablic01)\n- Show 3D axis names properly\n- Fix initalization to work with 4.2+ (isPanelVisible undefined)\n\n##### v0.0.1\n\n- First working version\n\n### Wishlist (help wanted)\n\n- sizeref helper. I think this depends on the data. likely need to find the range and pick a good value? From react?\n- nice to have: https://plot.ly/javascript/parallel-coordinates-plot/\n\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNatelEnergy%2Fgrafana-plotly-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNatelEnergy%2Fgrafana-plotly-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNatelEnergy%2Fgrafana-plotly-panel/lists"}