2025-04-18 19:19:20 +02:00
|
|
|
---
|
|
|
|
title: Echart
|
|
|
|
---
|
|
|
|
|
2025-05-10 15:35:34 +02:00
|
|
|
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/).
|
2025-04-18 19:19:20 +02:00
|
|
|
:::
|
2025-05-10 15:35:34 +02:00
|
|
|
|
|
|
|
</DocusaurusDoc>
|