Skip to content

Commit

Permalink
Add long tick labels mock
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Jan 16, 2018
1 parent c6856d0 commit a615685
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/image/mocks/gl2d_tick-labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"data": [
{
"x": [0, 1, 2],
"y": ["long long long string", "long long long string 2", "long long longstring 3"],
"mode": "markers",
"type": "scattergl"
}
],
"layout": {
"width": 600,
"height": 500,
"xaxis": {
"ticklen": 2,
"linecolor": "#d3d3d3", "mirror": true, "zeroline": false
},
"yaxis": {
"ticklen": 2,
"linecolor": "#d3d3d3", "mirror": true, "zeroline": false
}
}
}

0 comments on commit a615685

Please sign in to comment.