You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: