node-red-dashboard icon indicating copy to clipboard operation
node-red-dashboard copied to clipboard

Add logarithmic x axis support

Open colinl opened this issue 1 year ago • 1 comments

Description

Add the ability to show the x axis (and the y axis?) using a log scale so that charts such as this can be drawn image

The position of the x axis is not important, just the log scale.

Have you provided an initial effort estimate for this issue?

I am no FlowFuse team member

colinl avatar Jul 27 '24 16:07 colinl

Second this for the Y-Axis

Here is an example which i did in Grafana:

image

ctanno avatar Jul 30 '24 11:07 ctanno

Log scales can be configured in dashboard v1.30.0 by setting the appropriate chart options using msg.ui_control.chartOptions.

colinl avatar Dec 16 '25 10:12 colinl