ok figured it out.
Just needed to assign an item.tab == .timer or .star or .user to a .toggle() with an assigned @EnvironmentObject and @Published class variable to deliver the trigger to the desired target. Used an if else for the three desired targets. Mainly used this setup for a tab menu bar.
Post
Replies
Boosts
Views
Activity
Took a different approach to the objective which also resolved the chart flipping after user input.