@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 458 B
JavaScript
import examples from './examples';
var description = "### Line Chart\n\nThis is a basic line chart.\n\n### Implementation Details\n\nThis component wraps the Gitlab UI `chart` component, which in turn wraps the ECharts component.\n\nSee [gitlab-ui/chart](./?path=/story/charts-chart--default) for more info.\n";
var line_documentation = {
followsDesignSystem: true,
description: description,
examples: examples
};
export default line_documentation;