Could anyone please tell me something about creating radar charts using plotly on Redash? #6145
Unanswered
qq20230530
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I do not really understand 'x' and 'ys'.
This is what is written in the "custom code" panel:
// Available variables are x, ys, element, and Plotly
// Type console.log(x, ys); for more info about x and ys
// To plot your graph call Plotly.plot(element, ...)
// Plotly examples and docs: https://plot.ly/javascript/
It says: // Type console.log(x, ys); for more info about x and ys
But where should I type "console.log(x, ys);" to get the info about x and ys???
Beta Was this translation helpful? Give feedback.
All reactions