Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add mock 🔒ing down cleanNumber for scattergl
  • Loading branch information
etpinard committed Feb 28, 2018
commit c15722f5db97de06c9757ebc2643e03e99a1da19
Binary file added test/image/baselines/gl2d_clean-number.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions test/image/mocks/gl2d_clean-number.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"data": [{
"type": "scattergl",
"x": ["1", " 2 ", "3$", "4%"],
"y": ["1", " 2 ", "$3", "%4"]
}]
}