AnyChart / AnyChart-React

Intuitive and easy to use React plugin that allows you to create and work with AnyChart JavaScript Charts
https://www.anychart.com
Apache License 2.0
39 stars 30 forks source link

Tag Cloud #21

Closed ghost closed 2 years ago

ghost commented 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

Shestac92 commented 2 years ago

@brentadamson We recommend using the instance attribute. Here is the sample.

ghost commented 2 years ago

Great! Thanks!