Skip to content

Commit

Permalink
bring back gl2d_line_select mock
Browse files Browse the repository at this point in the history
... that was accidentally pushed to master in
    41c067a

    and removed in 1154589
  • Loading branch information
etpinard committed Feb 21, 2018
1 parent eae6da2 commit f8b4e52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/image/mocks/gl2d_line_select.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"data": [{
"type": "scattergl",
"mode": "lines",
"x": [1, 2, 3],
"y": [1, 2, 1]
}],
"layout": {
"dragmode": "select",
"showlegend": false,
"width": 400,
"height": 400
}
}

0 comments on commit f8b4e52

Please sign in to comment.