-
Problem report
-
Resolution: Unresolved
-
Major
-
None
-
7.2.3, 7.4.0alpha1
-
Support backlog
Create a Top Items widget and put any metric in it. Specify to use the sparkline chart. Notice that the sparkline chart is incredibly compact in the table, unlike how it is in TopHosts.
It looks like TopHosts specifies a min-width: 64px in the css in
div.dashboard-widget-tophosts z-sparkline,
The equivalent for TopItems appears to be defined in
div.dashboard-widget-topitems td
If I add a min-width: 64px property in div.dashboard-widget-topitems td the sparkline is no longer compact.
Can this issue be fixed?