|
Last change
on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 6 months ago |
|
Added visualizations
|
-
Property mode
set to
100644
|
|
File size:
519 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.getStackSeriesIdentifier = getStackSeriesIdentifier;
|
|---|
| 7 | /**
|
|---|
| 8 | * Returns identifier for stack series which is one individual graphical item in the stack.
|
|---|
| 9 | * @param graphicalItem - The graphical item representing the series in the stack.
|
|---|
| 10 | * @return The identifier for the series in the stack
|
|---|
| 11 | */
|
|---|
| 12 | function getStackSeriesIdentifier(graphicalItem) {
|
|---|
| 13 | return graphicalItem === null || graphicalItem === void 0 ? void 0 : graphicalItem.id;
|
|---|
| 14 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.