not sure if scatter plots are annotatable

This commit is contained in:
Jamie V 2024-12-20 15:21:47 -08:00
parent 1326693643
commit cded8fc4d0

View File

@ -40,7 +40,6 @@ export default function () {
cssClass: 'icon-plot-scatter', cssClass: 'icon-plot-scatter',
description: 'View data as a scatter plot.', description: 'View data as a scatter plot.',
creatable: true, creatable: true,
annotatable: true,
initialize: function (domainObject) { initialize: function (domainObject) {
domainObject.composition = []; domainObject.composition = [];
domainObject.configuration = { domainObject.configuration = {