@gitlab/ui
Version:
GitLab UI Components
12 lines (8 loc) • 429 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.\nAlthough alike, they are cannot be interchangeably used. Bar charts are good for displaying large\nnumber of categories on the y-axis.\n";
var bar_documentation = {
followsDesignSystem: true,
description,
examples
};
export default bar_documentation;