1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react/components/echart/readme.mdx
2025-05-10 15:35:34 +02:00

34 lines
858 B
Text

---
title: Echart
---
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
import { ComponentDocs } from '@site/src/components/component-docs.js'
import { jsdocChartWrapper } from '@site/prebuild/jsdoc/components.echart.mjs'
import { ChartWrapperExample } from './_examples.js'
<DocusaurusDoc>
The **Echart** component family provides the following components:
- [ChartWrapper](#chartwrapper)
In addition, it also exports the following objects:
- [echarts](#echarts)
## EchartWrapper
<ComponentDocs docs={jsdocChartWrapper} example={ChartWrapperExample} />
## echarts
This is a re-export of [Apache Echarts](https://echarts.apache.org/).
:::tip
#### Not FreeSewing code
We re-export <code>echarts</code> for convenience.
Please refer to the documentation for [Apache Echarts](https://echarts.apache.org/).
:::
</DocusaurusDoc>