Use array in Bar Chart

Hello, i have an array with the values I want to show in a bar chart, but i dont get how I can input the array?

In the example data its used data like an object, i just want to show the values of an array. Any ideas?

Hello Vidar_Hetlelid1,

Since bar chart is a type of a Time Series chart, you will need a timestamp column for the dataset. But if you are only trying to display the array values, you can use an XY Chart and make the render property of the series to column to show a bar trend.

https://docs.inductiveautomation.com/display/DOC81/Perspective+-+XY+Chart