Documentation bug: MarkInfo - color property marked as implemented on V3 API Reference when it is really not.
JD-Franco opened this issue · 1 comments
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.
I feel like this is a pretty big problem. why is there a marksInfo property is every value is hardcoded to a default...