Files
noodl-docs/library/modules/chartjs/nodes/bubble.md
Eric Tuvesson 656e5fc8d2 chore: Upgrade Docusaurus from v2 to v3 (#52)
* chore: Upgrade Docusaurus from v2 to v3

* chore: Update "Test build" GH workflow

* fix: build

All markdown is processed as MDX

* fix: Broken links
2024-01-12 16:53:22 +01:00

37 lines
501 B
Markdown

---
title: Bubble Chart
hide_title: true
---
{/*##head##*/}
# Bubble Chart
This visual node adds a bubble chart to the visual tree.
<div className="ndl-image-with-background l">
![](/library/modules/chartjs/charts/bubble-chart.png)
</div>
[Here](../charts/bubble) is an example how to use used the node.
{/*##head##*/}
## Inputs
<div className="ndl-table-35-65">
@include "./shared/_inputs.md"
</div>
## Outputs
<div className="ndl-table-35-65">
@include "./shared/_outputs.md"
</div>