@@ -375,7 +375,7 @@ proto.drawAxes = function(doTitles) {
375375
376376 layers [ 'a-title' ] = Titles . draw ( gd , 'a' + titlesuffix , {
377377 propContainer : aaxis ,
378- propName : _this . id + '.aaxis.title' ,
378+ propName : _this . id + '.aaxis.title.text ' ,
379379 placeholder : _ ( gd , 'Click to enter Component A title' ) ,
380380 attributes : {
381381 x : _this . x0 + _this . w / 2 ,
@@ -385,7 +385,7 @@ proto.drawAxes = function(doTitles) {
385385 } ) ;
386386 layers [ 'b-title' ] = Titles . draw ( gd , 'b' + titlesuffix , {
387387 propContainer : baxis ,
388- propName : _this . id + '.baxis.title' ,
388+ propName : _this . id + '.baxis.title.text ' ,
389389 placeholder : _ ( gd , 'Click to enter Component B title' ) ,
390390 attributes : {
391391 x : _this . x0 - bpad ,
@@ -395,7 +395,7 @@ proto.drawAxes = function(doTitles) {
395395 } ) ;
396396 layers [ 'c-title' ] = Titles . draw ( gd , 'c' + titlesuffix , {
397397 propContainer : caxis ,
398- propName : _this . id + '.caxis.title' ,
398+ propName : _this . id + '.caxis.title.text ' ,
399399 placeholder : _ ( gd , 'Click to enter Component C title' ) ,
400400 attributes : {
401401 x : _this . x0 + _this . w + bpad ,
0 commit comments