@elastic/charts
Version:
Elastic-Charts data visualization library
13 lines • 619 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LegendValueComponent = void 0;
const react_1 = __importDefault(require("react"));
const LegendValueComponent = ({ label }) => {
return (react_1.default.createElement("div", { className: "echLegend__legendValue", title: `${label}` },
react_1.default.createElement("span", null, label)));
};
exports.LegendValueComponent = LegendValueComponent;
//# sourceMappingURL=legend_value.js.map