Skip to content

Commit

Permalink
improve mock by adding trace names based on their y-axis info
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Jul 22, 2019
1 parent 27067a6 commit cb521f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified test/image/baselines/log-axis_no-minor_suffix-prefix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions test/image/mocks/log-axis_no-minor_suffix-prefix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"data": [
{
"name": "L10000000",
"y": [
1e8,
1e6,
Expand All @@ -9,6 +10,7 @@
"type": "scatter"
},
{
"name": "dtick=0.5 | tick0=1",
"xaxis": "x2",
"yaxis": "y2",
"y": [
Expand All @@ -19,6 +21,7 @@
"type": "scatter"
},
{
"name": "D1",
"xaxis": "x3",
"yaxis": "y3",
"y": [
Expand All @@ -29,6 +32,7 @@
"type": "scatter"
},
{
"name": "default",
"xaxis": "x4",
"yaxis": "y4",
"y": [
Expand Down

0 comments on commit cb521f5

Please sign in to comment.