@MichaelDonn and @jakechevrier ,
I just added a viewport_
option to the component and pushed it to the code base:
Now, you can just plug in the name of the viewport where you want the legend to display and it will display only there:
Otherwise, if you just leave it unspecified, the legend will appear in all viewports as it did originally.
Thank you for the suggestion here. I’m glad that you both brought this up as it was not obvious to me at first that this is something that multiple people would want.
@jakechevrier , Context isn’t always necessary but, particularly if I’m going to make a change to the code base, it’s helpful to have it to ensure that the change accommodates your use case.