ash-hannigan commented on issue #20788:
URL: https://github.com/apache/echarts/issues/20788#issuecomment-2683505635
@helgasoft, this works thank you.
Something to note the dimension array only needs to be the minimal required,
which is handy!
For example, if the dataset looks like:
`[{"name": "cheesecake", "datetime": 1740525269, "value":2, "created":
1740525269, "modified": null, "comment": "", "source": 321545}, ...]`
and only certain properties are required, using a subset in dimensions still
works:
`"dimensions": ["value", "datetime", "name"]`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]