We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1411219 commit 5a7d8b8Copy full SHA for 5a7d8b8
lib/node_modules/@stdlib/plot/vega/builder/lib/main.js
@@ -154,6 +154,11 @@ function Visualization( options ) {
154
// Define an internal change event listener:
155
this._onChange = onChange;
156
157
+ // Add change listeners to default event emitters:
158
+ this._addChangeListener( this._autosize );
159
+ this._addChangeListener( this._padding );
160
+ this._addChangeListener( this._title );
161
+
162
// Validate provided options by attempting to assign option values to corresponding fields...
163
if ( arguments.length ) {
164
if ( !isObject( options ) ) {
0 commit comments