Show Annotations for Overlay and Stacked p

This commit is contained in:
Jamie V 2025-01-22 11:56:16 -08:00
parent 087fbd3326
commit 1934aea9f9

View File

@ -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 = {