-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Implement SVG rendering of equations in dcc.Graph
and dcc.Markdown
using MathJax
v3
#1949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d57bb36
add plotly.js-dist-min package which handles mathjax
archmoj 2b83ef4
mathjax in graph
archmoj 17af0b3
mathjax in markdown
archmoj 10fa649
use config.typesetMath internally
archmoj 91b9bdb
add mathjax tests
archmoj a8ea8e8
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 84b40a0
Update components/dash-core-components/src/fragments/Math.react.js
archmoj a2da31d
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 5e60b3d
Update components/dash-core-components/tests/integration/graph/test_g…
archmoj aa160f3
Attempt replacing String.raw
archmoj 52fcf9c
fixup driver.execute_script
archmoj 8b52a6d
Merge branch 'dev' into mathjax-v3
archmoj 44be039
naming lazyLoadMathJax
archmoj 882278d
load mathjax on updating markdown prop
archmoj aa825f5
add load & unload mathjax tests for markdown
archmoj eccca3b
bump plotly.js to v2.10.0
archmoj 8ba1dcf
relax mathjax version
archmoj 2a1b249
bump plotly.js 2.10.1
archmoj 0ee422d
no need to clear typesetMath from clone of config
archmoj 8eb89ba
drop percy mathjax tests
archmoj 395a4af
add eager mathjax
archmoj 7b58a30
add percy test for mathjax
archmoj d86f2ae
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 937d312
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj f2f58f8
Merge branch 'dev' into mathjax-v3
archmoj 3b702d6
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 3b36f60
adjust configClone
archmoj 7674d89
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 06a9ba3
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 4059f99
Update components/dash-core-components/tests/integration/markdown/tes…
archmoj 7c12efa
drop explicit wait time from mathjax test
archmoj 6623ba2
verify that it is left as normal text
archmoj fa48268
verify mathjax in grva012 test
archmoj 980961f
attempt verify sync and asyc mathjax in graph_varia tests
archmoj a58ac54
improve mkdw004 test
archmoj c61b771
improve mkdw005 test
archmoj f86985a
toggle mathjax via callbacks
archmoj eca3d52
additional test similar to markdown for graph
archmoj 074ad26
pass current gd to Plotly.react
archmoj 05cbf80
ensure gd has not been unmounted before call Plotly.react
archmoj 324c85a
return Plotly.react
archmoj c63e649
push typeset=false into the mathjax chunk
alexcjohnson a53f7a2
async-friendly extend and prepend to graphs
alexcjohnson 00f300f
sequential building on CI, to hopefully avoid flaky failures
alexcjohnson 70af21e
update mathjax tests, also plotly.js script tag tests
alexcjohnson 4faf64d
test typo
alexcjohnson d7e73d7
plotly.js 2.11 and changelog for MathJax work
alexcjohnson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ | |
"graph", | ||
"highlight", | ||
"markdown", | ||
"mathjax", | ||
"slider", | ||
"upload", | ||
] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.