-
散布図で回帰直線が表示できます!
散布図で、縦軸(Y)と横軸(X)の関係を表す回帰直線を表示させることができるようになりました。 「チャートの設定」→「線形回帰線を表示」にチェックを入れると添付ファイルのように回帰直線が表示されます。 具体的な傾きや切片、精度(決定係数)などを知るためには、別のツールで計算する必要がありますが、明らかに相関関係が存在する場合などには、回帰直線を表示させることで、より関係性を明確に表現できると思います。
-
View last 2 weeks of data
Hello. I know there is an option to view Previous Week data. But how can I manage to display a week before the Previous, JUST AND ONLY the week prior. Example This week is 16 of the year Previous week was 15 Pior to that, it was 14 I want a chart to display only data for week 14, and ANOTHER chart to display only Previous…
-
Is there any way to get the axis labels to show up in slideshow mode?
The slideshow for bar charts just shows the graph without any of the axis/legend info. Is it possible to get those to show up for the slide show? I've checked through all the chart settings that I can find and nothing seems to allow this. Any suggestions?
-
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…
-
Color Rules for Chart Text
Would be super cool if we could have color rules for the data labels on charts.
-
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…
-
Add model fit and lower/upper bound options to Scatterplot from XY graphs
Adding a model fit and lower/upper bound to scatterplots would be very helpful. Here's what's available in XY graphs: And here's a use case for a scatterplot, which I think is actually more common in the real world than what Domo implements for line graphs: A runner-up option that would be helpful is symmetry shading, or…