Replies: 1 comment
-
Hi @pjmdesi, See if this video would help you: https://youtu.be/wJonULGQO1k |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to recreate the following graphic:

Currently I am replicating this by having 2 datasets, each with the same data array, and the following additional options:
This works, but it's kind of a pain to make them. Also since the page I am working on has a dozen charts, I had to write a completely cobbled-together script that copies the data to both items in the dataset array (I probably did this completely wrong too since I ended up having to do a
JSON.parse(JSON.stringify(chartObj))
to get it to work.Obviously this would be a lot easier if I could set an array for the radius, for example:
Does anyone else know a better way? I could not find much online.
Help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions