Skip to content

Commit 7280aed

Browse files
committed
fix polar (oh polar)
1 parent cfeb3e1 commit 7280aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/polar/micropolar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ var extendDeepAll = Plotly.Lib.extendDeepAll;
10711071
width: 300,
10721072
height: height + lineHeight,
10731073
xmlns: 'http://www.w3.org/2000/svg',
1074-
'xmlns:xmlns:xlink': 'http://www.w3.org/1999/xlink',
1074+
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
10751075
version: '1.1'
10761076
});
10771077
svgEnter.append('g').classed('legend-axis', true);

0 commit comments

Comments
 (0)