Closed ghost closed 2 years ago
Hi,
How do I create a tag cloud with this library? I've tried the following but get errors:
<AnyChart type="tag cloud" data={"this is a string string blah string"} />
The error:
Uncaught TypeError: anychart[e.type] is not a function
I've also tried several variations like tagCloud, etc with no luck. Other chart types work. Is a tag cloud like the following not supported? https://www.anychart.com/products/anychart/gallery/Tag_Cloud/The_Old_Man_and_the_Sea.php
tagCloud
@brentadamson We recommend using the instance attribute. Here is the sample.
instance
Great! Thanks!
Hi,
How do I create a tag cloud with this library? I've tried the following but get errors:
The error:
I've also tried several variations like
tagCloud
, etc with no luck. Other chart types work. Is a tag cloud like the following not supported? https://www.anychart.com/products/anychart/gallery/Tag_Cloud/The_Old_Man_and_the_Sea.php