Retrieving Hex Color Codes for Saturated Colors in Spotfire Color Axis #120
Unanswered
jleviaguirre
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Someone is currently working on a Spotfire mod and has a specific query regarding the retrieval of hex color codes used in the color axis. To provide some context, this individual is aware that they can access the hex color of individual rows using row.color(). However, their primary goal is to obtain the hex codes for the saturated colors, even when certain data points within the 'Color By' groups have no markings.
Imagine a color axis with a 'Color By' setting, resulting in three colors on the categorical color axis:
Group 1: Blue
Group 2: Red
Group 3: Green
Now, if only data points in Group 1 are marked, this individual can successfully retrieve the hex color for marked points in Group 1, which is blue. However, they also want to access the hex codes for the saturated colors (red and green) in Group 2 and Group 3, even when they are not marked. It seems that they cannot obtain these values from the data view.
Anyone has a workaround or tips on how how to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions