-
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…
-
Domo Campaign - Add entire Domo Page into the campaign template
For the Domo campaign feature, domo provides the ability to add cards to the campaign template and we can customize and arrange cards based on our needs, But here we are not able to add the entire Domo Page/Story into the campaign template, it would be very helpful and reduce lots of work of rebuilding the same type of…
-
Line chart - 'Fill Between' settings
Currently line charts have the ability to have fill under a single line - but this fill option is pretty basic, and will simply color underneath the existing line to some unknown, negative value. It would be far more useful if the 'fill under the line' feature had a few more settings. In particular: fill between two lines…
-
Allow for y-axis scaling on 100% stacked bar
There are occasions when the data that I am looking at doesn't vary much until the top of a chart. Including the entire chart can then make it difficult to differentiate between the changes of a single or multiple bars. It would be helpful to isolate these values by allowing the y-axis of a 100% stacked bar chart to take…