improve accuracy of e2e canvas tests with large font
Open
Bug
Enhancement
Tests
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
```
def mapList5 = [
[firstCol:1, secondCol:2, thirdCol:3],
[firstCol:4, secondCol:5, thirdCol:6],
[firstCol:9, secondCol:8, thirdCol:9]
]
def td4 = new TableDisplay(mapList5)
td4.dataFontSize = 30
td4.headerFontSize = 30
td4
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.