Skip to content

Commit

Permalink
add column chart (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavlee authored May 10, 2024
1 parent dc695ca commit a40dc73
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pages/changelogs/2024-05-09-column-charts.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Column Chart Visualization"
slug: "changelog-2024-05-09-column-chart-visualization"
hidden: false
createdAt: "2024-05-09T18:59:02.165Z"
updatedAt: "2024-05-09T18:59:02.165Z"
date: "2024-05-09"
---
![column chart](/changelog/column-chart.png)

<div style={{position: 'relative', paddingBottom: '64.90384615384616%', height: 0}}>
<iframe src="https://www.loom.com/embed/cf7bfc28090d4e14864ee7e7d4cacc29"
frameBorder="0"
webkitallowfullscreen="true" mozallowfullscreen="true" allowFullScreen
style={{position: 'absolute', 'top': 0, 'left': 0, 'width': '100%', 'height': '100%'}}>
</iframe>
</div>

You can now view your time series as a column or stacked column chart in Insights report. You can use Column charts to:

- Visualize and compare customer segments by behaviors or engagement over time
- Compare product sales performance across different regions or customer types
- Compare funnels or retention metrics
- Visualize monthly new sign-ups, active users, and churn rates
- Present financial trends and health over time

Column charts give you another way to visualize your data. Column charts tend to be better when visualizing data over shorter time frames.
2 changes: 2 additions & 0 deletions pages/docs/reports/insights.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Insights feature multiple visualizations to help you view the query results in t
- Metric time-segmented
- Line chart
- Stacked line chart
- Column chart
- Stacked Column chart

### Rename an Event within a Report

Expand Down
Binary file added public/changelog/column-chart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a40dc73

Please sign in to comment.