Surplus/Deficit Chart Tutorial
The shaded area of these the surplus/deficit chart allows a balance to be shown – either against a baseline or between two series.
How to build in Analyzer:
- Select 'Bar' under 'Popular Charts' as the Chart Type
- Create Calculated Field named 'Positive Value':
(CASE WHEN Value >0 THEN 'Surplus' ELSE 'Deficit' END)
- Create Calculated Field Named 'Value Label'
(CASE WHEN Value >0 THEN CONCAT('+',ROUND(SUM(Value),1)) ELSE CONCAT(ROUND(SUM(Value),1)) END)
- Drag 'Date' into 'X Axis'
- Drag 'Value' into 'Y Axis'
- Turn on Tooltips. Drag 'Value Label' into 'Tooltip Field 1'
- In Chart Properties, configure the following:
- General -> Sort on Totals: Descending
- Gridlines -> Zero Line Width: 1
- Gridlines -> 'Remove Min/Max/Avg Lines' checked
- Data Label Settings -> Text as
%_TOOLTIP1
- Data Label Settings -> Position: Center
- Data Label Settings -> 'Use Scale Format' checked
- Data Label Settings -> 'Use Scale Abbreviation' checked
- Value Scale (X) -> Show Label as 'Never'
- Hover Text Settings -> Hover Text as
%_CATEGORY_NAME: %_SERIES_NAME (%_TOOLTIP1)
Screenshot:
Tagged:
0
Categories
- 10.5K All Categories
- 8 Connect
- 918 Connectors
- 250 Workbench
- 472 Transform
- 1.7K Magic ETL
- 69 SQL DataFlows
- 477 Datasets
- 198 Visualize
- 254 Beast Mode
- 2.1K Charting
- 11 Variables
- 17 Automate
- 354 APIs & Domo Developer
- 89 Apps
- 3 Workflows
- 20 Predict
- 5 Jupyter Workspaces
- 15 R & Python Tiles
- 247 Distribute
- 63 Domo Everywhere
- 243 Scheduled Reports
- 21 Manage
- 42 Governance & Security
- 176 Product Ideas
- 1.2K Ideas Exchange
- 12 Community Forums
- 27 Getting Started
- 14 Community Member Introductions
- 55 Community News
- 4.5K Archive