Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix setting of title.text
  • Loading branch information
emilykl committed Jan 22, 2025
commit 659afc3152cba20fecfd2530982121c5b5f9c3cd
2 changes: 1 addition & 1 deletion test/jasmine/tests/transition_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ describe('Plotly.react transitions:', function() {
]);
})
.then(function() {
layout.title.text = 'FIGURE';
layout.title = { text: 'FIGURE' };
return Plotly.react(gd, data, layout);
})
.then(function() {
Expand Down
Loading