UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

13 lines (12 loc) 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonShowChart = void 0; const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const SimpleButton_1 = tslib_1.__importDefault(require("../../../components/SimpleButton")); class ButtonShowChart extends React.Component { render() { return (React.createElement(SimpleButton_1.default, { "data-name": "show-chart", tooltip: "Show Chart", iconSize: 20, icon: "chart", variant: "text", ...this.props })); } } exports.ButtonShowChart = ButtonShowChart;