Trouble creating bar charts on Canvas

Hello,

I am exploring on Canvas and had some trouble creating the Vertical/Horizontal bar chart.
I am trying to recreate a chart similar to the photo I uploaded below onto Canvas.

I am able to write the query to get the information out but unable to create into bars like this.
image

This is my query:
SELECT system.cpu.user.pct/system.cpu.cores as user, system.cpu.system.pct/system.cpu.cores as system, system.cpu.nice.pct/system.cpu.cores as nice, system.cpu.irq.pct/system.cpu.cores as irq, system.cpu.softirq.pct/system.cpu.cores as softirq, system.cpu.iowait.pct/system.cpu.cores as iowait FROM "metricbeat-*" where host.hostname='NUSSERVER' AND system.cpu.cores IS NOT NULL

which gives me this:

Where can I learn to edit the settings to output the desired chart? and What settings should I set on the dimensions & measure tab to produce my desired outcome.

Hey @TsuWeiQuan, you might find this discussion helpful: Canvas: how to make stacked area chart?

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.