@synergy-design-system/react
Version:
React wrappers for the Synergy Design System
12 lines (11 loc) • 670 B
TypeScript
import Component from '@synergy-design-system/components/components/chart/chart.component.js';
/**
* @summary The `<syn-chart>` component is a container for displaying charts. It provides a structured layout and styling for chart elements, allowing for consistent presentation across different types of charts. The chart component is based on [Apache ECharts](https://echarts.apache.org)
*
* @documentation https://synergy-design-system.github.io/?path=/docs/charting-syn-chart--docs
* @status experimental
* @since 3.15.0
*
* @csspart base - The component's base wrapper.
*/
export declare const SynChart: import("@lit/react").ReactWebComponent<Component, {}>;