Skip to content

Commit

Permalink
add mock 🔒ing down cleanNumber for scattergl
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Feb 28, 2018
1 parent 01a8443 commit c15722f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
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"]
}]
}

0 comments on commit c15722f

Please sign in to comment.