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 cfeb3e1 commit 7280aedCopy full SHA for 7280aed
src/plots/polar/micropolar.js
@@ -1071,7 +1071,7 @@ var extendDeepAll = Plotly.Lib.extendDeepAll;
1071
width: 300,
1072
height: height + lineHeight,
1073
xmlns: 'http://www.w3.org/2000/svg',
1074
- 'xmlns:xmlns:xlink': 'http://www.w3.org/1999/xlink',
+ 'xmlns:xlink': 'http://www.w3.org/1999/xlink',
1075
version: '1.1'
1076
});
1077
svgEnter.append('g').classed('legend-axis', true);
0 commit comments