8000 Format .json in ./test/image/mocks by birkskyum · Pull Request #7107 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Format .json in ./test/image/mocks #7107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,452 changes: 1,220 additions & 1,232 deletions test/image/mocks/0.json

Large diffs are not rendered by default.

1,399 changes: 593 additions & 806 deletions test/image/mocks/1.json

Large diffs are not rendered by default.

565 changes: 254 additions & 311 deletions test/image/mocks/10.json

Large diffs are not rendered by default.

528 changes: 236 additions & 292 deletions test/image/mocks/11.json

Large diffs are not rendered by default.

1,402 changes: 533 additions & 869 deletions test/image/mocks/12.json

Large diffs are not rendered by default.

967 changes: 331 additions & 636 deletions test/image/mocks/13.json

Large diffs are not rendered by default.

768 changes: 345 additions & 423 deletions test/image/mocks/14.json

Large diffs are not rendered by default.

818 changes: 274 additions & 544 deletions test/image/mocks/15.json

Large diffs are not rendered by default.

175 changes: 60 additions & 115 deletions test/image/mocks/16.json
< 8000 td id="diff-eb558d170ef8709fd106cebe9816906c66d0cfa1d780a4916c2f36173b483c51L98" data-line-number="98" class="blob-num blob-num-deletion js-linkable-line-number">
Original file line number Diff line number Diff line change
@@ -1,117 +1,62 @@
{
"data": [
{
"z": [
[
0.1189977,
0.3403857,
0.7512671,
0.6990767,
0.5472155
],
[
0.4983641,
0.5852678,
0.2550951,
0.8909033,
0.1386244
],
[
0.959744,
0.2238119,
0.5059571,
0.9592914,
0.149294
]
],
"x": [
"Mon",
"Tues",
"Wed",
"Th",
"Fri"
],
"y": [
"8am",
"12pm",
"6pm"
],
"colorscale": [
[
0,
"rgb(128, 0, 38)"
],
[
0.125,
"rgb(189, 0, 38)"
],
[
0.25,
"rgb(227, 26, 28)"
],
[
0.375,
"rgb(252, 78, 42)"
],
[
0.5,
"rgb(253, 141, 60)"
],
[
0.625,
"rgb(254, 178, 76)"
],
[
0.75,
"rgb(254, 217, 118)"
],
[
0.875,
"rgb(255, 237, 160)"
],
[
1,
"rgb(255, 255, 204)"
]
],
"x0": 0,
"dx": 1,
"y0": 0,
"dy": 1,
"type": "heatmap"
}
],
"layout": {
"title": {
"text": "User Traffic"
},
"font": {
"family": "Arial, sans-serif",
"size": 12,
"color": "#000"
},
"autosize": false,
"width": 600,
"height": 350,
"xaxis": {
"ticks": ""
},
"yaxis": {
"ticks": ""
},
"annotations": [
{
"showarrow": false,
"x": "Wed",
"y": "12pm",
"text": "meeting"
},
{
"showarrow": false,
"x": 0,
"y": 0,
"text": "meeting"
}
]
}
"data": [
{
"z": [
[0.1189977, 0.3403857, 0.7512671, 0.6990767, 0.5472155],
[0.4983641, 0.5852678, 0.2550951, 0.8909033, 0.1386244],
[0.959744, 0.2238119, 0.5059571, 0.9592914, 0.149294]
],
"x": ["Mon", "Tues", "Wed", "Th", "Fri"],
"y": ["8am", "12pm", "6pm"],
"colorscale": [
[0, "rgb(128, 0, 38)"],
[0.125, "rgb(189, 0, 38)"],
[0.25, "rgb(227, 26, 28)"],
[0.375, "rgb(252, 78, 42)"],
[0.5, "rgb(253, 141, 60)"],
[0.625, "rgb(254, 178, 76)"],
[0.75, "rgb(254, 217, 118)"],
[0.875, "rgb(255, 237, 160)"],
[1, "rgb(255, 255, 204)"]
],
"x0": 0,
"dx": 1,
"y0": 0,
"dy": 1,
"type": "heatmap"
}
],
"layout": {
"title": {
"text": "User Traffic"
},
"font": {
"family": "Arial, sans-serif",
"size": 12,
"color": "#000"
},
"autosize": false,
"width": 600,
"height": 350,
"xaxis": {
"ticks": ""
},
"yaxis": {
"ticks": ""
},
"annotations": [
{
"showarrow": false,
"x": "Wed",
"y": "12pm",
"text": "meeting"
},
{
"showarrow": false,
"x": 0,
"y": 0,
"text": "meeting"
}
]
}
}
Loading
0