FlowFuse / node-red-dashboard

https://dashboard.flowfuse.com
Apache License 2.0
200 stars 48 forks source link

Interactive Charts #65

Open joepavitt opened 1 year ago

joepavitt commented 1 year ago

Description

First requested https://github.com/flowforge/flowforge-nr-dashboard/issues/10#issuecomment-1602215769

Priority: Zoom + Pan controls for appropriate (e.g. line, bar, scatter) charts

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

MarianRaphael commented 11 months ago

There is chartjs plugin that may handle most of this for us: https://www.chartjs.org/chartjs-plugin-zoom/

We'll likely need to add the "reset" option somewhere so that users can easily restore the default state, but it does provide the desired interaction.

see https://github.com/FlowFuse/node-red-dashboard/issues/10#issuecomment-1825760978

MarianRaphael commented 11 months ago

See also: https://github.com/FlowFuse/node-red-dashboard/issues/329