Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JD-Franco opened this issue Jan 13, 2023 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@JD-Franco
Copy link

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

@bcantoni bcantoni added bug Something isn't working documentation Improvements or additions to documentation labels Jun 13, 2024
@homedoge
Copy link

homedoge commented Sep 12, 2024

I feel like this is a pretty big problem. why is there a marksInfo property is every value is hardcoded to a default...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants