@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 440 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 the [chart](./?path=/story/charts-chart--default) component for more info.\n";
var line_documentation = {
followsDesignSystem: false,
description,
examples
};
export default line_documentation;