diff --git a/src/plugins/plot/plugin.js b/src/plugins/plot/plugin.js index 75d0c009dc..e270ffbec3 100644 --- a/src/plugins/plot/plugin.js +++ b/src/plugins/plot/plugin.js @@ -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 = {