Is there an option to see the cloudflare statistics in the fashion of a bar graph instead of a line graph?
Cloudflare currently doesn’t support this themselves, but you could use the analytics API to obtain the analytics data, then you can do what you want with it.
https://api.cloudflare.com/#zone-analytics-properties
An example use of this is how Datadog pulls the analytics and allows you to represent it however you like -
1 Like