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 d5e10a7 commit 1739f3dCopy full SHA for 1739f3d
src/plot_api/plot_config.js
@@ -25,7 +25,10 @@ var configAttributes = {
25
typesetMath: {
26
valType: 'boolean',
27
dflt: true,
28
- description: 'Determines whether the math should be typeset or not.'
+ description: [
29
+ 'Determines whether math should be typeset or not,',
30
+ 'when MathJax (either v2 or v3) is present on the page.'
31
+ ].join(' ')
32
},
33
34
plotlyServerURL: {
0 commit comments