tableau / embedding-api-v3-guide

migration guide for moving to embedding api v3
MIT License
27 stars 9 forks source link

Documentation bug: MarkInfo - color property marked as implemented on V3 API Reference when it is really not. #56

Open JD-Franco opened 1 year ago

JD-Franco commented 1 year ago

I am embedding dashboards into a website. These dashboards have BANS/Legends that act as highlighters. I want them to look nicer by implementing them as html elements on the website instead of being part of the dashboard.

When I retrieve markInfo from the marks, the color property is hardcoded to red. At the moment the only way to generate the html BANS/Legend is going into the dashboards and manually retrieving each color code and value to create arrays on the code. This make it really hard to maintain. Having the ability of retrieving color codes directly from marks on the dashboards would be a great help given the number of dashboards and values I am working with.

legend highlight