Skip to content

Commit 1739f3d

Browse files
Update src/plot_api/plot_config.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent d5e10a7 commit 1739f3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/plot_api/plot_config.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ var configAttributes = {
2525
typesetMath: {
2626
valType: 'boolean',
2727
dflt: true,
28-
description: 'Determines whether the math should be typeset or not.'
28+
description: [
29+
'Determines whether math should be typeset or not,',
30+
'when MathJax (either v2 or v3) is present on the page.'
31+
].join(' ')
2932
},
3033

3134
plotlyServerURL: {

0 commit comments

Comments
 (0)