diff --git a/products/analytics/src/content/graphql-api/tutorials/build-your-own-analytics/index.md b/products/analytics/src/content/graphql-api/tutorials/build-your-own-analytics/index.md index c433c072fe0..6fd77dc6783 100644 --- a/products/analytics/src/content/graphql-api/tutorials/build-your-own-analytics/index.md +++ b/products/analytics/src/content/graphql-api/tutorials/build-your-own-analytics/index.md @@ -5,14 +5,19 @@ order: 40 # Build your own Analytics dashboard -In this example, we're going to see how to use the GraphQL Analytics API to build your own dashboard. This tutorial walks you through building a simple line chart for your Cloudflare zone, using a bit of HTML, JavaScript, AJAX and chart.js. +In this example, we're going to see how to use the GraphQL Analytics API to build your own dashboard. This tutorial walks you through building a simple line chart for your Cloudflare zone using a bit of HTML, JavaScript, AJAX, and chart.js. ![GraphQL recipe](../static/graphQL-recipe-cacheVisual.gif) -The following code will build a page with all the requirement to fetch from GraphQL and plot the cached and uncached bandwidth for the given zone. You'll just need to enter your email address, API token, and your zone ID, and then push the `Fetch analytics` button. +The following code will build a page with all the requirements to fetch from GraphQL and plot the cached and uncached bandwidth for the given zone. You'll just need to enter your email address, API token, and your zone ID, and then push the `Fetch analytics` button. ## Code + + ```html