Bubble Chart with Date on x-axis #2721
Unanswered
rbr-goodrich
asked this question in
Q&A
Replies: 1 comment
-
Did you solve it? |
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.
-
Hello,
Does anyone have any working examples of using the Bubble Chart with a date on the x-axis ?
I've tried numerous times, but i always end up with no luck.
I've also read the docs, and looked at the examples but the bubble examples are confusing, TRASH and not helpful at all.
The other charts work quite well, its just the bubble chart that refuses to work.
My data format is as follows
{"name": 'john', 'data': { [1634853435280, 15, 30], [1634853435286, 15, 30], [1634853435289, 15, 37]}}
I've set the x-axis labels to datetime, and the x-axis appears, but the bubbles are all on the left hand-side of the graph, and not lined up correctly.
Below is an example of my config options.
Beta Was this translation helpful? Give feedback.
All reactions