NatelEnergy / grafana-plotly-panel

Show plotly graph in grafana panel
MIT License
145 stars 58 forks source link

Use different scale for marker metrics in 3D scatter plot #92

Open mirkocomparetti-synesis opened 4 years ago

mirkocomparetti-synesis commented 4 years ago

Imagine a robot holding a force sensor: I'd like to show the XYZ cartesian position with the color of the marker depending on the amplitude of the force in that spot. So far I can create 2 queries to get XYZ and force, but the scale of the marker is way off wrt the position: position is somewhere around 1000mm while force is few N. Screenshot This way the markers have a color in the low end of the scale of the legent I saw the max is 12M.