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 21b5411 commit 5c41202Copy full SHA for 5c41202
src/components/titles/index.js
@@ -21,14 +21,6 @@ var Titles = module.exports = {};
21
// title can be 'xtitle', 'ytitle', 'gtitle',
22
// or empty to draw all
23
Titles.draw = function(gd, title) {
24
- if(!title) {
25
- Plotly.Axes.listIds(gd).forEach(function(axId) {
26
- Titles.draw(gd, axId + 'title');
27
- });
28
- Titles.draw(gd, 'gtitle');
29
- return;
30
- }
31
-
32
var fullLayout = gd._fullLayout,
33
gs = fullLayout._size,
34
axletter = title.charAt(0),
0 commit comments