Skip to content

Commit

Permalink
add two splom mocks (image generation is broken currently)
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Mar 28, 2018
1 parent 9cac919 commit fda1b34
Show file tree
Hide file tree
Showing 2 changed files with 709 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/image/mocks/splom_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"data": [{
"type": "splom",
"dimensions": [{
"values": [1, 2, 3],
"label": "A"
}, {
"values": [2, 5, 6],
"label": "B"
}]
}]
}
Loading

0 comments on commit fda1b34

Please sign in to comment.