@checksub_team/peaks_timeline 2.0.0-alpha.16 → 2.0.0-alpha.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/peaks.js +2 -1
- package/src/components/line-indicator.js +2 -1
package/package.json
CHANGED
package/peaks.js
CHANGED
|
@@ -15926,7 +15926,8 @@ module.exports = function (Konva, SVGs, Utils) {
|
|
|
15926
15926
|
this._indicators[line.id] = {
|
|
15927
15927
|
lineGroup: lineGroup,
|
|
15928
15928
|
indicator: indicator,
|
|
15929
|
-
type: line.indicatorType
|
|
15929
|
+
type: line.indicatorType,
|
|
15930
|
+
text: line.indicatorText
|
|
15930
15931
|
};
|
|
15931
15932
|
}
|
|
15932
15933
|
};
|