I have seen others post this issue with no response so here is hoping that this will increase the noise on this issue. It is extremely critical and urgent for us. We have been using the visual.ex...
ThoScha
4 years agoNew Member
I still face the same issue even though I am at v 2.19.1. I embedded a report in a react-project using TypeScript 4 (same problem with TS3). In the report I integrated:
- 1 line chart
- 1 clustered column chart
- 1 clustered bar chart
- 2 slicers.
For me the error occurs when I select either the line chart or the clustered column chart and call exportData() on the clustered bar chart. When I call the function multiple times in a row like in that previous comment the call fails all the time so this solution doesn’t work for me.
Interestingly, when the other visuals (speaking the slicers or the clustered bar chart itself) are selected or also when nothing is selected the exportData() call on the clustered bar chart works perfectly. Does anyone have an idea how to solve this?
Thanks in advance 🙂