You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
I am not able to find the input for X/Y Chart.
I would like to use the X/Y chart to ploat 6 series of data.
Right now my output is the following one:
[
{ "label": "serie1Name" "values": [ [ 1 1 ] [ 2 2 ] ] }
{ "label": "serie2Name" "values": [ [ 10 10 ] [ 20 20 ] ] }
]
Thx for your help
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am not able to find the input for X/Y Chart.
I would like to use the X/Y chart to ploat 6 series of data.
Right now my output is the following one:
[
{ "label": "serie1Name" "values": [ [ 1 1 ] [ 2 2 ] ] }
{ "label": "serie2Name" "values": [ [ 10 10 ] [ 20 20 ] ] }
]
Thx for your help
The text was updated successfully, but these errors were encountered: