TOOL API
generate_ mind_ map
Generate a mind map chart to organizes and presents information in a hierarchical structure with branches radiating from a central topic, such as, a diagram showing the relationship between a main topic and its subtopics.
Other1 credits
Call information
- Tool slug
- chart.generate_mind_map
- Provider
- Chart
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
datarequiredData for mind map chart which is a hierarchical structure, such as, { name: 'main topic', children: [{ name: 'topic 1', children: [{ name:'subtopic 1-1' }] }, and the maximum depth is 3.
styleCustom style configuration for the chart.
themeSet the theme for the chart, optional, default is 'default'.
widthSet the width of chart, default is 600.
heightSet the height of chart, default is 400.