cancel
Showing results for 
Search instead for 
Did you mean: 

Analytic application chart resets selection when losing focus

02-04-2021 1:05 PM
641 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

in an Analytic application (that has been running perfectly up to now) selecting a chart segment shows the associated data in a table.

Now, however, the chart selection is reset immediately when the chart widget loses its focus (by clicking in any other area of the screen) and with it consequently the corresponding table output.

My question is if the widget behaviour has been changed by SAP or could there be another (known?) reason for this changed behaviour?

Thanks very much in advance!

Regards,

Ralf

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

saurabh_sonawane
Active Contributor
0 Likes

Hi Ralf,

It might be that your charting is using a complete page at background, so if we click anywhere it is getting reset.

or you might be refreshing the chart by mistake in the code, that also can hit the reset of chart selection.

try to use a console.log() to debug which event is getting trigger when you click anywhere in the chart.

Thanks,

Saurabh S.