billmurrin / graylog-plugin-quickvaluesplus-widget

GrayLog2 QuickValuesPlus Widget
GNU General Public License v3.0
22 stars 3 forks source link

Number wrap #47

Open MiddleGeorgiaState opened 6 years ago

MiddleGeorgiaState commented 6 years ago

The enhanced search from dashboards would help a lot. I noticed six figure numbers wrap. See attached. Could you make the columns expand to accommodate large numbers?

wrap

philomory commented 5 years ago

https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget/blob/f9594a503be22e5d22617ae494d435b051b11241/src/web/components/QuickValuesPlusVisualization.jsx#L666-L667, if you take away the fixed width from the those two columns it pretty much fixes the issue. You could probably get clever and make it nicer but as a first pass it seemed to look all right.