Skip to content

Commit 515953a

Browse files
authored
Merge pull request #3018 from jonmmease/mathjax_legend
Fix support for Latex in legends
2 parents fe76a86 + 222357c commit 515953a

File tree

4 files changed

+214
-209
lines changed

4 files changed

+214
-209
lines changed

src/components/legend/constants.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ module.exports = {
1212
scrollBarWidth: 6,
1313
scrollBarMinHeight: 20,
1414
scrollBarColor: '#808BA4',
15-
scrollBarMargin: 4
15+
scrollBarMargin: 4,
16+
textOffsetX: 40
1617
};

0 commit comments

Comments
 (0)