1234567891011 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.SNoneLegendItem = void 0;
- const lib_1 = require("@persagy-web/graph/lib");
- class SNoneLegendItem extends lib_1.SGraphItem {
- constructor(parent, data) {
- super(parent);
- this.data = data;
- }
- }
- exports.SNoneLegendItem = SNoneLegendItem;
|