Hey, I’m using js.chart and I’m trying to bind the data in the section I marked in purple, but I don’t know which format it’s expecting to receive.
Any help would be appreciated.
Solved! The issue was that I started binding from the “value,” and then it just collapsed all the other attributes to one binding, but when I started binding from a different attribute [ “field” or " aggregate"], it bound the specific attribute.