Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

Latest commit

 

History

History
59 lines (44 loc) · 3.41 KB

File metadata and controls

59 lines (44 loc) · 3.41 KB

Creating a Chart

Overview

This tutorial will walk you through creating your first chart in Chartio. In just a few minutes, you'll be visualizing the top 5 delinquent customers by plan amount based on Stripe invoice data stored in dashDB! Before starting this tutorial, make sure you have completed the Getting Connected tutorial. Don't hesitate to contact support if you run into any issues!

Tutorial

Steps

Create a new dashboard, name it, categorize it and click "Create Dashboard"

Create a new dashboard Name and categorize the dashboard and click "Create Dashboard"

Navigate to the Chart Creator by adding a Chart element

Add a Chart Element The Chart Creator

Search for the St Customer table

Search for the St Customer table

Drag Email into Diemnsions and Delinquent into Filters, filter on "equals 1"

Drag Email into Diemnsions and Delinquent into Filters, filter on "equals 1"

Drag Plan Amount from St Customer Subscriptions into Measures, sort descending

Wait for success notification and check the Schema tab

Limit the result set to 5 and click "Refresh Chart"

Limit the result set to 5 and click "Refresh Chart"

Use the Data Pipeline to divide the Plan Amount in cents by 100 to get dollars

Use the Data Pipeline to divide the Plan Amount in cents by 100 to get dollars

Change the visualization from table to bar chart

Change the visualization from table to bar chart

Navigate to the Chart Settings, title the chart and y-axis and click "Done"

Navigate to the Chart Settings Add a chart title Add a y-axis title and click "Done"

Save the chart to the dashboard

Save the chart to the dashboard View it on the dashboard