@gitlab/ui
Version:
GitLab UI Components
13 lines (9 loc) • 319 B
JavaScript
import examples from './examples';
var description = "### ECharts custom tooltip\n\nUses GitLab UI's `popover` component in lieu of echart's tooltip.\n";
var tooltip_documentation = {
followsDesignSystem: false,
description,
examples,
bootstrapComponent: 'b-popover'
};
export default tooltip_documentation;