carbon-addons-iot-react icon indicating copy to clipboard operation
carbon-addons-iot-react copied to clipboard

[Charts] Zoombar enhancement

Open davidicus opened this issue 2 years ago • 0 comments

What package is this for?

  • [x] React
  • [ ] Angular

Summary

There are use cases where a large data set is requested to be rendered in our charts. Possible improvements on backend may be able to tell the amount of data and send an aggregate of data if the data set is too large.

That solves the initial time to render for card and the digestibility of the graph but if a user zooms in we then have a paucity of data issue. Currently Carbon charts does not expose the zoom bar event which we could use to make additional calls. Exposing that event would help with this scenario and should be added to the Carbon charts library.

davidicus avatar Feb 15 '22 20:02 davidicus