Skip to content

Commit bb90e1d

Browse files
committed
Add test illustrating #1137.
1 parent 4bcde5f commit bb90e1d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
10 KB
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data":[
3+
{
4+
"x":["1","2","3"],
5+
"y":["hello","multiple<br>lines","one<br>two<br>three"],
6+
"type":"bar",
7+
"orientation": "h"
8+
}
9+
],
10+
"layout":{
11+
"height":400,
12+
"width":400
13+
}
14+
}

0 commit comments

Comments
 (0)