Conversion of None to null #417
Unanswered
williamwongys
asked this question in
Q&A
Replies: 2 comments
-
you can pass "null" with quotes. series: [{
type: 'polygon',
color: 'red',
data: [
[1, 42],
[2, 42],
[2, 22],
[1, 22],
"null",
[5, 70],
[4, 77],
[3, 70],
[4, 60],
"null",
[6, 52],
[7, 45],
[8, 22],
[7, 11],
[6, 11]
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
oh, it worked, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Polygon in highchart supports passing in null to separate the polygons in a series. There is no null type in python, when I tried passing in None, it does not work. Is there anyway to pass in "null" in justpy?
Beta Was this translation helpful? Give feedback.
All reactions