thinger-io / thinger-server

Thinger.io Server Repository
MIT License
3 stars 0 forks source link

Apex Chart: Zoom unusable when used with frequently updating data source #109

Open frithrah opened 1 month ago

frithrah commented 1 month ago

Describe the bug Using an Apex Chart with a bucket data source that updates every 5 seconds. The chart view resets after every update so panning and zooming are only possible briefly.

To Reproduce Steps to reproduce the behavior:

  1. In a dashboard, add an Apex Chart.
  2. Set the Data Source to a Data Bucket that updates frequently.
  3. Zoom into the chart.
  4. See the view reset to default when the data source updates.

Expected behavior Zooming and panning levels are left alone when data is updated.

Desktop (please complete the following information):

Additional context See: https://github.com/thinger-io/thinger-server/issues/108

georgevbsantiago commented 1 month ago

A curiosity. Do you also have scrolling problems? Like the ones reported in this issue (https://github.com/thinger-io/thinger-server/issues/96)?