1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react/components/echart
joostdecock 22a89f12d3 feat(dev): Added react docs for Pattern + refactor
This adds support for not only documenating components, but also
constants and functions that may be exported next to components.
2025-05-25 16:29:57 +02:00
..
_examples.js [react] feat: Added docs for components/Echart 2025-05-10 15:35:34 +02:00
readme.mdx feat(dev): Added react docs for Pattern + refactor 2025-05-25 16:29:57 +02:00

---
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'
import { ConstantDocs } from '@site/src/components/constant-docs.js'
import * as cdoc from '@site/prebuild/jsdoc/constants.echart.mjs'

<DocusaurusDoc>

- [Components](#components)
- [Constants](#constants)

## Components

The **Echart** component family provides the following components:

- [ChartWrapper](#chartwrapper)

## EchartWrapper

<ComponentDocs docs={jsdocChartWrapper} example={ChartWrapperExample} />

## Constants

The **Echart** family provides the following constants:

- [echarts](#echarts)

### echarts

:::tip

#### Not FreeSewing code

We re-export <code>echarts</code> for convenience.
Please refer to the documentation for [Apache Echarts](https://echarts.apache.org/).
:::

<ConstantDocs docs={cdoc.jsdocecharts} />

</DocusaurusDoc>