@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 450 B
JavaScript
import examples from './examples';
var description = "### Bar Chart\n\nA bar chart is similar to a column chart where the the length of bars represents the data value. Although alike, they are cannot be interchangeably used. Bar charts are good for displaying large number of categories on the y-axis.\n";
var bar_documentation = {
followsDesignSystem: true,
description: description,
examples: examples
};
export default bar_documentation;