Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
The issue shown here deals with creating bookmarks to show only certain charts at a time on a page. The idea being that we can get lots of charts on one page by clicking on buttons to show the data in different ways.
Step 1 shows a simple dataset being filtered by clicking on Car 3 in the chart. You can see the table updates to show only Car 3 data.
Step 2 shows what appears when you create a bookmark that hides chart one and shows chart two. This bookmark is linked to the bookmark button at the top so when you click on Show Chart 2, it hides the first chart and shows the second chart. This works correctly in that the second chart is still filtered by the original selection of Car 3 even though the original chart is now hidden.
Step 3 is where the issue is. If I click on the button to take me back to showing just chart 1, you can see that the data is still filtered by only car 3 by looking at the table, but the original chart has now reset back to not being filtered. This makes the end user believe there are no filters currently applied to the chart but in reality the data is still being filtered by car 3 and the chart is not displaying correctly.
Overall this issue severely limits the usefulness of bookmarks to get more information on to a single page. In the use case shown here, the UI is designed to get multiple charts onto a single page by using buttons to control which chart is shown. Without this functionality, all charts have to be shown at the same time on the page which can lead to extremely slow load times and also poor UI design if there are more than 6-8 charts on one page needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.