How to show the series list in order (largest to smallest on a symbol line graph?

Hi all,
Just a quick question on using a symbol line graph, is there any way to have the key shown in the same order as the data is presented on the chart? I.e. in the example below I'd like the triangle to be at the top of my list, then the square etc.
Thanks in advance!
Best Answer
-
I don't believe Domo provides any way to manually reorder legend items aligned with your data. However, you could possibly "cheat" your way into it by creating a beast mode calculation that assigns a numeric value according to the symbol for each category.
- CASE
- WHEN Shape = 'Triangle' THEN 1
- WHEN Shape = 'Square' THEN 2
- WHEN Shape = 'Circle' THEN 3
- WHEN Shape = 'Diamond' THEN 4
- ELSE 5
- END
Name it something like ShapeOrder or OrderBy. Then add the calculated field as a sort option.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 - CASE
Answers
-
I don't believe Domo provides any way to manually reorder legend items aligned with your data. However, you could possibly "cheat" your way into it by creating a beast mode calculation that assigns a numeric value according to the symbol for each category.
- CASE
- WHEN Shape = 'Triangle' THEN 1
- WHEN Shape = 'Square' THEN 2
- WHEN Shape = 'Circle' THEN 3
- WHEN Shape = 'Diamond' THEN 4
- ELSE 5
- END
Name it something like ShapeOrder or OrderBy. Then add the calculated field as a sort option.
** Was this post helpful? Click Agree or Like below. **
** Did this solve your problem? Accept it as a solution! **0 - CASE
Categories
- All Categories
- 2K Product Ideas
- 2K Ideas Exchange
- 1.6K Connect
- 1.3K Connectors
- 311 Workbench
- 7 Cloud Amplifier
- 9 Federated
- 3K Transform
- 114 SQL DataFlows
- 654 Datasets
- 2.2K Magic ETL
- 4.1K Visualize
- 2.5K Charting
- 806 Beast Mode
- 80 App Studio
- 44 Variables
- 761 Automate
- 189 Apps
- 480 APIs & Domo Developer
- 75 Workflows
- 17 DomoAI
- 40 Predict
- 17 Jupyter Workspaces
- 23 R & Python Tiles
- 408 Distribute
- 119 Domo Everywhere
- 279 Scheduled Reports
- 10 Software Integrations
- 141 Manage
- 137 Governance & Security
- 8 Domo Community Gallery
- 47 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 114 Community Announcements
- 4.8K Archive