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'
|
2025-05-25 16:29:57 +02:00
|
|
|
import { ConstantDocs } from '@site/src/components/constant-docs.js'
|
|
|
|
import * as cdoc from '@site/prebuild/jsdoc/constants.echart.mjs'
|
2025-05-10 15:35:34 +02:00
|
|
|
|
|
|
|
<DocusaurusDoc>
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [Components](#components)
|
|
|
|
- [Constants](#constants)
|
2025-05-10 15:35:34 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
## Components
|
2025-05-10 15:35:34 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
The **Echart** component family provides the following components:
|
2025-05-10 15:35:34 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
- [ChartWrapper](#chartwrapper)
|
2025-05-10 15:35:34 +02:00
|
|
|
|
|
|
|
## EchartWrapper
|
|
|
|
|
|
|
|
<ComponentDocs docs={jsdocChartWrapper} example={ChartWrapperExample} />
|
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
## Constants
|
2025-05-10 15:35:34 +02:00
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
The **Echart** family provides the following constants:
|
|
|
|
|
|
|
|
- [echarts](#echarts)
|
|
|
|
|
|
|
|
### echarts
|
2025-05-10 15:35:34 +02:00
|
|
|
|
|
|
|
:::tip
|
2025-05-25 16:29:57 +02:00
|
|
|
|
2025-05-10 15:35:34 +02:00
|
|
|
#### Not FreeSewing code
|
2025-05-25 16:29:57 +02:00
|
|
|
|
2025-05-10 15:35:34 +02:00
|
|
|
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
|
|
|
|
2025-05-25 16:29:57 +02:00
|
|
|
<ConstantDocs docs={cdoc.jsdocecharts} />
|
|
|
|
|
2025-05-10 15:35:34 +02:00
|
|
|
</DocusaurusDoc>
|