mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 03:25:44 +00:00
Show Annotations for Overlay and Stacked p
This commit is contained in:
parent
087fbd3326
commit
1934aea9f9
@ -38,6 +38,7 @@ export default function () {
|
||||
description:
|
||||
'Combine multiple telemetry elements and view them together as a plot with common X and Y axes. Can be added to Display Layouts.',
|
||||
creatable: true,
|
||||
annotatable: true,
|
||||
initialize: function (domainObject) {
|
||||
domainObject.composition = [];
|
||||
domainObject.configuration = {
|
||||
@ -56,6 +57,7 @@ export default function () {
|
||||
description:
|
||||
'Combine multiple telemetry elements and view them together as a plot with a common X axis and individual Y axes. Can be added to Display Layouts.',
|
||||
creatable: true,
|
||||
annotatable: true,
|
||||
initialize: function (domainObject) {
|
||||
domainObject.composition = [];
|
||||
domainObject.configuration = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user