Spine charts split a single value into 2 contrasting components (e.g. Male/Female).
How to build in Analyzer:
- Select 'Horizontal Bar' under 'Popular Charts' as the Chart Type
- Create Calculated Field named '-National Count'
(CASE WHEN Gender = 'F' THEN -SUM(National Count) ELSE SUM(National Count) END)
- Drag '-National Count' to X-Axis
- Drag 'Name' into 'Y Axis'
- Drag 'Gender' into 'Series'
- Turn on Tooltips. Drag 'National Count' into 'Tooltip Field 1'
- In Chart Properties, configure the following:
- General -> Sort on Totals: Descending
- Gridlines -> 'Hide Gridlines' checked
- Gridlines -> 'Remove Min/Max/Avg Lines' checked
- Data Label Settings -> Text as
%_VALUE
- Data Label Settings -> Position: Inside Right
- 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: