File tree Expand file tree Collapse file tree
docs/src/examples/components/Text Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 const data = [
77 {
8- date: new Date (' 2026-01-22T05:00:00.000Z' ),
98 value: 47 ,
10- baseline: 100 ,
119 label: ' This is 1st really long text'
1210 },
1311 {
14- date: new Date (' 2026-01-23T05:00:00.000Z' ),
1512 value: 27 ,
16- baseline: 20 ,
1713 label: ' This is 2nd really long text'
1814 },
1915 {
20- date: new Date (' 2026-01-24T05:00:00.000Z' ),
2116 value: 82 ,
22- baseline: 26 ,
2317 label: ' This is 3rd really long text'
2418 }
2519 ];
Original file line number Diff line number Diff line change 44
55 const data = [
66 {
7- date: new Date (' 2026-01-22T05:00:00.000Z' ),
87 value: 67 ,
9- baseline: 100 ,
108 label: ' This is\n 1st really\n long text'
119 },
1210 {
13- date: new Date (' 2026-01-23T05:00:00.000Z' ),
1411 value: 97 ,
15- baseline: 20 ,
1612 label: ' This is\n 2nd really\n long text'
1713 },
1814 {
19- date: new Date (' 2026-01-24T05:00:00.000Z' ),
2015 value: 61 ,
21- baseline: 26 ,
2216 label: ' This is\n 3rd really\n long text'
2317 }
2418 ];
You can’t perform that action at this time.
0 commit comments