Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
I am building a drag & drop functionality as show in sample where bottom graphic object is moveable & based on that green graphic object will move.
for this functionality , I have to load the all the graphic objects after loading the chart , as the code is dependent on chart height & width properties(pixels domain) , and proper values for these properties are available after loading chart.
I tried events like finished & rendered , but they are getting triggered multiple time .
is there any solution or hack to load the graphic objects after loading the chart completely . it my case we are loading like 10000 to 20000 sample in the chart.
Current Behavior
I tried events like finished & rendered , but they are getting triggered multiple time .
Expected Behavior
we need event which gets trigged only once after loading the chart completely.
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
1条答案
按热度按时间owfi6suc1#
Maybe window load event (unrelated to echarts) works for your use case.