-
Bulls eye charts
Hi team, Is there a way to create radial scatter charts to provide bulls eye view. We need to present various data in those charts? Is a coding required for this or a new extension of API? Please guide. That would be helpful. Thanks.…
-
How to add last year's values to a waterfall graph? (YoY comparison)
Hi, I created a waterafall that shows the flow from opportunities to sales for 2019 and I would like to compare it to the year before. In my data, I have the 2019, 2018 and the difference between these 2 years, which I would like to add at the top or the bottom of the 2019 bar. Any experience/ideas on how to add this…
-
Default is reverse legend on a bar chart
I think it seems a bit odd that the default on a bar chart shows the legend upside down. I realize there is an option to reverse the legend order, but I don't know why the default is to have the legend upside down? My idea is for the legend to follow the same order as the bar chart and you can select to reverse them as…
-
Custom Format 1 Line on a Multi-Line graph with dash or area
I would love the ability in the Color formatting to be able to make one of the lines in a series be highlighted by making it either dotted (vs solid) or thicker or better year change to area. As far as I can tell you can only change all lines and not a specific one, or just change the color of specific ones. An example of…
-
Date Range Labels
I think it would be useful to change the labels (i.e. for previous week, 1 week ago) to show the date ranges that fall under the "previous week" since those automated date ranges of previous week and 1 week ago sound similar.
-
Bar Diverging Chart Tutorial
Diverging bar charts are a simple standard bar chart that can handle both negative and positive magnitude values. How to build in Analyzer: Select ‘Horizontal Bar’ under ‘Popular Charts’ as the Chart Type Drag ‘Profit’ from the Data pane into X-Axis Drag 'Product' from the Data pane into Y-Axis In Chart Properties,…
-
Spine Chart Tutorial
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…
-
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…
-
Seismogram Tutorial
Another alternative to the circle timeline, the seismogram is good for showing series where there are big variations in the data. How to build in Analyzer: Select 'Bar' under 'Popular Charts' as the Chart Type Create Calculated Field named '-Sales'Sales/2 Drag '-Sales' into 'X-Axis' Drag '-Sales' into 'Series' Turn on…
-
Circles Timeline Tutorial
Circles timelines are good for showing discrete values of varying size across multiple categories (eg earthquakes by continent) How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Date' to X-Axis Drag 'Dummy Field' into 'Y Axis' Drag…
-
Symbol Proportional Ordered
Symbol Proportional Ordered charts when there are big variations between values and/or seeing fine differences between data is not so important. How to build in Analyzer: Select 'Scatterplot' under 'Popular Charts' as the Chart Type Create Calculated Field named 'Dummy Field': 1 Drag 'Sales Dollars' to X-Axis Drag 'Dummy…
-
Bar Diverging Stacked Chart Tutorial
Diverging stacked bar charts, aka Likert scales, are perfect for presenting survey or questionnaire results that involve sentiment (eg disagree, neutral, agreed). How to build in Domo 1. Start in Magic ETL: Survey Dataset: Input tool: Survey dataset Group By Tile: Select what columns identify the grouping: Age Group Name a…
-
Symbol Bump Chart Tutorial
Bump charts are effective for showing changing rankings across multiple dates. For large datasets, consider grouping lines using colour and symbols. How Select 'Symbol Line' under 'Line' as the Chart Type Create Calculated Field named 'First name only label': CASE WHEN Year T = MIN(Year T) OVER(PARTITION BY Name) THEN Name…
-
New 'Journey Visual' suggestion
In my random internet browsing adventures I've noticed that Tinder has released this visualization that their users are going nuts sharing that basically maps their consumer journey with their platform. This chart looks very "sankey esque", but it allows the journey to end and it allows more levels of detail. I can think…
-
Smart Text for Field Data Labels
I would love to have the option to use Smart Text in the data labels for particular fields in a card, similar to how it works in card titles or descriptions. This would be especially useful for labeling measures in a drill path based on the dimension selected in the top layer and comparing to segments. For example, a user…