> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dune.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create your first visualization

> How to create a combination bar chart and line chart to visualize the monthly $ gas spent for your wallet

After executing a query, you'll be presented with a set of results. The next logical step? Visualize that data for a clearer insight. This guide will show you how to layer a combined bar and line chart atop the data from [Create your first query](/learning/how-tos/create-your-first-query).

Here is a visual click-through version if you are more of a visual learner. Below is a written version.

<div
  style={{
position: "relative",
paddingBottom: "calc(55.052083333333336% + 41px)",
height: 0,
width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/Ibb99hRkn1uJURUJfHm6?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    allow="clipboard-write"
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  colorScheme: "light"
}}
  />
</div>

1. **Begin Visualization**: Click on "New" and select your desired chart type. For this tutorial, initiate with a bar chart and click "Bar Chart."
2. **Display Data**: By default, the chart will showcase `monthly_gas_spent`. To augment the depth of insights, include the `cumulative_gas_spent` column.
3. **Adjust Chart Type**: Transition the representation of `cumulative_gas_spent` from a bar to a line chart, offering a more nuanced view.
4. **Fine-tune Your Chart**: Customize the display values for a polished look. For detailed formatting guidance, [refer to this resource](/web-app/visualizations/charts-graphs).

<div
  style={{
position: "relative",
paddingBottom: "calc(51.96629213483146% + 41px)",
height: 0,
width: "100%"
}}
>
  <iframe
    src="https://demo.arcade.software/EA9ntSBLGhGEBFhIQ0By?embed"
    frameBorder={0}
    loading="lazy"
    webkitallowfullscreen=""
    mozallowfullscreen=""
    allowFullScreen=""
    allow="clipboard-write"
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  colorScheme: "light"
}}
  />
</div>

You can also use the AI Chart Builder to automatically generate the charts for your data.

1. **Click Generate** When you click generate, the AI Chart Builder will suggest a title and chart type based on your data.
2. If you are happy with the recommendation, click **Create** to add the chart to your dashboard.
3. Otherwise, you can edit the title or the chart type and then click **Create** to create the chart.
4. (Optional) **Fine-tune Your Chart**: Customize the display values for a polished look. For detailed formatting guidance, [refer to this resource](/web-app/visualizations/charts-graphs).
