diff --git a/lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms/general.js b/lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms/general.js index e4f925c6fad6..fa079f46708e 100644 --- a/lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms/general.js +++ b/lib/node_modules/@stdlib/plot/base/view/lib/browser/app/schema/transforms/general.js @@ -28,8 +28,7 @@ var signalName = require( './../../utils/signal_name.js' ); // VARIABLES // var PROPS = [ - 'background', - 'description' + 'background' ]; diff --git a/lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/events/main.js b/lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/events/main.js index 3a2239520aeb..3ad29bb105c2 100644 --- a/lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/events/main.js +++ b/lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/events/main.js @@ -35,6 +35,7 @@ var KEEP_ALIVE_INTERVAL = 10000; // milliseconds var REFRESH_PROPS = [ 'width', 'height', + 'description', 'labelAlign', 'labelBaseline', 'labelBound',