How can i do a charts on a swipe type screen with different charts on each card? is it possible?
-
You’ll need to use a “Details” layout for the screen itself.
-
You’d probably want to use Quickchart.io to generate images for your charts. This would then let you display/swipe through the charts in an Image carousel. See docs here on how to name the chart columns so that you can allow users to swipe through them in an Image component.
-
If the swiping action isn’t super important, you could use buttons + user-specific values to manipulate the user’s view. Check out @Robert_Petitto’s video here for some good tips using this method!