Skip to main content
Visualizations make your data come to life. You can create a visualization from any query result to surface trends, compare metrics, and share insights visually.
Watch our visualization tutorial video to see how to create charts step-by-step.

Chart Types

Dune supports the following chart types. You can mix multiple types in a single visualization — for example, combining bars and lines — as long as your base chart is not a pie chart. Expand each type below to see an example.
bar chart example
area chart example
scatter chart example
line chart example
pie chart example
mixed graph example

Visualization Configuration Options

All chart types share a common set of configuration options. Use the tabs below to learn how to customize each aspect of your visualization. all visualization configuration options
This section allows you to define how to display your data.see explanations belowTitle
  • The title will appear in all instances of this graph prominently at the top.
  • The graph will always keep the name of the Query, even if you edit this.
Show chart legend
  • Ticking this box will enable or disable the legend for the chart.
Enable stacking
  • If applicable, ticking this box will stack the chart values on top of each other based on the x-axis values.
  • If this is not turned on, the values will be plotted individually on the y-axis.
  • The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in able for this to work (avoid gaps in your data).
Normalize to percentage data
  • This will normalize the chart to display percentage values of the chosen data table.
  • The calculation underpinning this will always group the value corresponding to one value on the x-axis. Make sure your data is clean in able for this to work (avoid gaps in your data).
Show data labels
  • Ticking this box leads to the display of the individual datapoints inside of the graph.
  • This only makes sense in cases where you have few datapoints that are spread out far enough from each other to not overlap.

X/Y-axis Tick and Label formats

image Tick formats change how numeric values and axis labels in your graphs are displayed. Here’s how to format them: