0

Swarmplots don't seem to exist in Echarts.

But since Echarts can be full of surprises, I was wondering if, somehow, there is a trick to make a swarm plot.

I was thinking of maybe an hidden option, or a feature that could be diverted from its original purpose. I would love to get suggestions!

Thank you!

6761646f6e
  • 91
  • 3

1 Answers1

0

You can use a scatter plot (documentation | basic example).
You will probably have to format your data beforehand, but I think it'll do the job.

A mere dev
  • 1,263
  • 4
  • 14