--- 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' The **Echart** component family provides the following components: - [ChartWrapper](#chartwrapper) In addition, it also exports the following objects: - [echarts](#echarts) ## EchartWrapper ## echarts This is a re-export of [Apache Echarts](https://echarts.apache.org/). :::tip #### Not FreeSewing code We re-export echarts for convenience. Please refer to the documentation for [Apache Echarts](https://echarts.apache.org/). :::