-
Beta Was this translation helpful? Give feedback.
Answered by
ZuperZee
Jan 25, 2024
Replies: 1 comment 1 reply
-
The view.name is the key. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
psheehymn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The view.name is the key.
Changing data.series[i].fields[1].labels.view.name to data.series[i].fields[1].labels["view.name"] should fix it.