All Projects → NatelEnergy → Grafana Plotly Panel

NatelEnergy / Grafana Plotly Panel

Licence: mit
Show plotly graph in grafana panel

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Grafana Plotly Panel

Nlplot
Visualization Module for Natural Language Processing
Stars: ✭ 118 (-11.28%)
Mutual labels:  plotly
Pi Hole Influx
A python daemon to send Pi-Hole stats for Grafana to InfluxDB
Stars: ✭ 126 (-5.26%)
Mutual labels:  grafana
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+1151.13%)
Mutual labels:  grafana
Ajax Panel
Ajax Panel Plugin for Grafana
Stars: ✭ 119 (-10.53%)
Mutual labels:  grafana
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+1471.43%)
Mutual labels:  plotly
Real Time Sentiment Tracking On Twitter For Brand Improvement And Trend Recognition
A real-time interactive web app based on data pipelines using streaming Twitter data, automated sentiment analysis, and MySQL&PostgreSQL database (Deployed on Heroku)
Stars: ✭ 127 (-4.51%)
Mutual labels:  plotly
Ethereum Staking Guide
Ethereum 2.0 Staking Guides
Stars: ✭ 116 (-12.78%)
Mutual labels:  grafana
Swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Stars: ✭ 1,739 (+1207.52%)
Mutual labels:  grafana
Grafana Import Export
shell scripts for importing and exporting Grafana's dashboards and datasources
Stars: ✭ 125 (-6.02%)
Mutual labels:  grafana
Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (-2.26%)
Mutual labels:  grafana
Plotly.net
.NET interface for plotly.js written in F# 📈
Stars: ✭ 119 (-10.53%)
Mutual labels:  plotly
Globalnoc Networkmap Panel
A network map panel for Grafana
Stars: ✭ 121 (-9.02%)
Mutual labels:  grafana
Rrinlog
Replacing Elasticsearch with Rust and SQLite
Stars: ✭ 129 (-3.01%)
Mutual labels:  grafana
Terraform Provider Grafana
Terraform Grafana provider
Stars: ✭ 118 (-11.28%)
Mutual labels:  grafana
Teslalogger
Stars: ✭ 131 (-1.5%)
Mutual labels:  grafana
Grafana Rrd Server
A HTTP server that helps Grafana read RRD files via Grafana Simple JSON Datasource plugin
Stars: ✭ 117 (-12.03%)
Mutual labels:  grafana
Grafana Zabbix
Zabbix plugin for Grafana dashboard
Stars: ✭ 1,716 (+1190.23%)
Mutual labels:  grafana
Gpu monitor
Monitor your GPUs whether they are on a single computer or in a cluster
Stars: ✭ 133 (+0%)
Mutual labels:  grafana
Dataplotly
D3 like plots creation with plotly in QGIS
Stars: ✭ 130 (-2.26%)
Mutual labels:  plotly
Grafana Influx Dashboard
Grafana InfluxDB scripted dashboard
Stars: ✭ 130 (-2.26%)
Mutual labels:  grafana

Plot.ly Panel for Grafana

CircleCI dependencies Status devDependencies Status

Render metrics using the plot.ly javascript framework

Works with grafana 4, 5, and 6

Screenshots

Screenshot of scatter plot Screenshot of scatter plot Screenshot of scatter plot Screenshot of 3d scatter plot Screenshot of the options screen

Building

To complie, run:

npm install -g yarn
yarn install --pure-lockfile
yarn build

Releasing

This plugin uses release-it to release to GitHub.

env GITHUB_TOKEN=your_token yarn release-it patch

Changelog

v0.0.6
  • Fix axis range configuration bug #49
  • Add basic annotations support #57 (tchernobog)
  • Improve loading times for plotly.js and support loading from CDN
  • Assume date x-axis when 'auto' and the mapping has 'time'
  • Support Fixed-Ratio Axes
  • Tested with Grafana 6
v0.0.5
  • Upgrade plotly (v1.41+)
  • Better support for light theme. (#24, @cscheuermann81)
  • Support snapshots
  • Removing dist from master branch
  • Support of multiple time series's (#9, CorpGlory DevTeam)
  • Support showing text from query (#11)
  • Template variable support
  • Improved metric mapping
  • Using webpack and basic jest tests
v0.0.4
  • Load plotly from npm (v1.31.2+)
  • Convert to TypeScript
  • Reasonable behavior when adding single metric
  • Formatting with prettier.js
  • Support for a single table query
v0.0.3
  • Improve options UI
  • Added range mode: "tozero" and "nonnegative"
  • Map metrics to X,Y,Z and color
  • Can now select 'date' type for each axis to support time
  • basic support to size marker with data
v0.0.2
  • Added ability to set color from a metric query. (#4, @lzgrablic01)
  • Show 3D axis names properly
  • Fix initalization to work with 4.2+ (isPanelVisible undefined)
v0.0.1
  • First working version

Wishlist (help wanted)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].