Blazorise icon indicating copy to clipboard operation
Blazorise copied to clipboard

[Bug]: Chart: Zoom plugin not working correctly in streaming line chart

Open technyon opened this issue 6 months ago • 13 comments

Blazorise Version

1.6.0

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

ChartZoomDemo.zip

Steps to reproduce

-> Download the attached solution and run it.

I've modifed the chart streaming example and added the zoom plugin. What I need is a streaming chart that can be zoomed and panned. It only works partiall unfortunately.

What is expected?

Using the mouse and modifier keys, it's possible to

  • zoom the chart with the mouse wheel (this works)
  • drag-select the chart. This kind-of works. The chart shows data of the selected region, but doesn't actually zoom into the selected data.
  • pan the chart. This doesn't work at all.

What is actually happening?

See above.

What browsers do you see the problem on?

Chrome, Microsoft Edge, Firefox

Any additional comments?

According to the documentation of the plugins, they can be used at the same time. I'm not sure why it doesn't work, maybe something is missing in blazorise to support the interaction between the plugins?

technyon avatar Aug 01 '24 04:08 technyon