jenkinsci / jenkinsci/plot-plugin
[JENKINS-54745] Specify font size, or automatically scale it as plot size grows
- Dominant language
- Java
- Stars
- 62
- Forks
- 93
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 1
Description
The URL for the graphs generated by the plot-plugin allows specifying width and height parameters, which can be used to retrieve a high resolution version of the graph; unfortunately, though, the font size in pixels won't change, meaning that as the resolution grows, the text will appear smaller.
The font size should either automatically increase along with the resolution, or it should be possible to specify (or override) it as an URL parameter too.
---
Originally reported by mardy, imported from: Specify font size, or automatically scale it as plot size grows
vgaidarji
Raw content of original issue
The URL for the graphs generated by the plot-plugin allows specifying width and height parameters, which can be used to retrieve a high resolution version of the graph; unfortunately, though, the font size in pixels won't change, meaning that as the resolution grows, the text will appear smaller.
The font size should either automatically increase along with the resolution, or it should be possible to specify (or override) it as an URL parameter too.
Contributor guide
Assessment
This issue has not been assessed yet.