why series color keep changing?
Hi Domo Experts,
I have a status series in my card. Solved should be green, pending should be blue, open should be red. I set the series color in Chart properities - > Color. It works right after I set it. However, after a few days, I noticed that the color massed up. Solved changed to blue, open changed to green...etc.
Anyone know the reason? and how to fix this problem?
Thanks.
Best Answer
-
What kind of sorting do you have set?
Domo Colors are based on Series, so when you set it up you get Series 1 = green, Series 2 = Blue, Series 3 = Red. So if you sort from count high to low on day one Series 1 is first and shows as green just like you wanted. Tomorrow the acount of Series 2 is now the highest, which means it's ordered first and is now technically Series 1 and will show as green. See where I'm going with this?
I've had similar troubles for things like JIRA Statuses. I try to organize them by color but if a new status is added or something like that it goes out of whack. One think you can try to do is create a beastmode to sort the values in the order you want permanently.
Ex.
(CASE
WHEN (`status_name` = 'To Do') THEN 1
WHEN (`status_name` = 'Defining') THEN 2
WHEN (`status_name` = 'In Progress') THEN 3
WHEN (`status_name` = 'Done') THEN 4END )
Using the above to sort means To Do = the value of 1, Defining = 2, etc so if you sort low-high they will always appear in this order and the colors won't get messed up.
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**1
Answers
-
What kind of sorting do you have set?
Domo Colors are based on Series, so when you set it up you get Series 1 = green, Series 2 = Blue, Series 3 = Red. So if you sort from count high to low on day one Series 1 is first and shows as green just like you wanted. Tomorrow the acount of Series 2 is now the highest, which means it's ordered first and is now technically Series 1 and will show as green. See where I'm going with this?
I've had similar troubles for things like JIRA Statuses. I try to organize them by color but if a new status is added or something like that it goes out of whack. One think you can try to do is create a beastmode to sort the values in the order you want permanently.
Ex.
(CASE
WHEN (`status_name` = 'To Do') THEN 1
WHEN (`status_name` = 'Defining') THEN 2
WHEN (`status_name` = 'In Progress') THEN 3
WHEN (`status_name` = 'Done') THEN 4END )
Using the above to sort means To Do = the value of 1, Defining = 2, etc so if you sort low-high they will always appear in this order and the colors won't get messed up.
**Make sure to like any users posts that helped you and accept the ones who solved your issue.**1
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive