Dashboard line chart not working

having bit of an issue trying to display a line chart using stored data,. here is the payload i am sending to the dashboard ui chart node

{"label":"label","data":[{"x":1589785353387,"y":74},{"x":1589785371831,"y":74},{"x":1589785380067,"y":74},{"x":1589785440072,"y":74},{"x":1589785500067,"y":75},{"x":1589785561766,"y":77}],"series":"Humidity"}

what am i doing wrong?..

It doesn't look much like the format described in the docs (under Stored data). Not nearly enough square brackets about the place.

thanks! it was the square brackets!
nested array