Is it possible to plot a arrays in single document?

Hi,
I am evaluating a tool visualise Json document. My json document contains lot of arrays and each are related by index. That is, my json contains lot of table columns as an array. Does Metabase supports a line visualization from arrays given in a single document
Let’s say some document has the following arrays:

A: [55, 99, 57, 8]
B: [1, 2, 3, 4]

I want B to be my X axis and A to be my Y axis.

First point (1,55) etc…
Is it possible?

Hi @selvavm
Currently Metabase doesn’t support JSON or arrays. You will have to unwrap those, so Metabase can read the values directly. Upvote by clicking :+1: on the first post of each issue:
https://github.com/metabase/metabase/issues/708
https://github.com/metabase/metabase/issues/2974

Thanks @flamber. Then I can’t use Metabase :frowning: Anyway, thanks a lot