Skip to content

Commit b95ae0e

Browse files
committed
update event_data test baseline
1 parent a60ac0e commit b95ae0e

File tree

8 files changed

+4
-0
lines changed

8 files changed

+4
-0
lines changed

inst/examples/shiny/event_data/tests/mytest-expected/001.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"plotType": "ggplotly"
44
},
55
"output": {
6+
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
67
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
78
"click": "[1] \"Click events appear here (double-click to clear)\"",
89
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
Loading

inst/examples/shiny/event_data/tests/mytest-expected/002.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"plotType": "ggplotly"
2121
},
2222
"output": {
23+
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
2324
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
2425
"click": " curveNumber pointNumber x y customdata\n1 0 7 24.4 3.19 Merc 240D",
2526
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
Loading

inst/examples/shiny/event_data/tests/mytest-expected/003.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"plotType": "ggplotly"
2525
},
2626
"output": {
27+
"brushed": "$x\n[1] 23.95979 25.98332\n\n$y\n[1] 3.002007 3.507374",
2728
"brushing": "$x\n[1] 23.95979 25.98332\n\n$y\n[1] 3.002007 3.507374",
2829
"click": " curveNumber pointNumber x y customdata\n1 0 7 24.4 3.19 Merc 240D",
2930
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
Loading

inst/examples/shiny/event_data/tests/mytest-expected/004.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"plotType": "ggplotly"
2626
},
2727
"output": {
28+
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
2829
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
2930
"click": "[1] \"Click events appear here (double-click to clear)\"",
3031
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
Loading

0 commit comments

Comments
 (0)