- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-03-2023 10:28 AM
(741 views)
Hello,
One of the design asked from us is to build an overlay bar chart to showcase something of a price volume comparison.
For reference (https://blogs.sas.com/content/graphicallyspeaking/2014/07/27/overlay-bar-charts/).
Would love to understand if we can build this thing with existing objects in Visual Analytics and any guidance around it.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You can do this with the Custom Graph Builder.
When you are in Visual Analytics, go to the top left, the Applications Menu, you should see the Custom Graph Builder. If not, then you are missing some authorizations, contact your SAS Administrator.
In the Custom Graph Builder
- create a new custom graph
- on the left you have the elements, add two bar charts on top of each other
- for the second bar chart go to the options on the right
- increase the value for spacing, this will make the bars smaller
- There is already a shared role (the category) and two measures (one for each bar)
- save the new custom graph in a SAS Folder
In Visual Analytics Report Builder
- create a new report
- in the objects pane top right, click on the 3 vertical dots and choose "Import custom graph", choose the one you created
- assign the proper data items to the roles (category and two measures)
- finished