echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Feature] Can series custom image support datazoom scaling?

Open nianlun opened this issue 1 year ago • 2 comments

What problem does this feature solve?

The requirement is to display spectrum data similar to waterfall charts, support zooming, and the amount of data is huge, with hundreds of millions of levels. Currently, it is implemented with heat maps, which display slowly and cause lags in operations such as zooming. Consider loading the generated images into echarts and support zooming, but currently loading custom images does not support zooming.

What does the proposed API look like?

I hope to load a custom image that supports scaling and can align the x-axis and y-axis scales.

nianlun avatar Dec 17 '24 13:12 nianlun

waterfall, heatmap, millions of images - what a chart.... beyond imagination ! 🔮

helgasoft avatar Dec 18 '24 17:12 helgasoft

@helgasoft Not millions of images, but a single image generated from millions of data

nianlun avatar Dec 25 '24 09:12 nianlun