-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Table Graph Format #1686
Comments
Dupe of #1031 |
Hey guys, Any plans to add such graph in the future ? |
@botzill yes, but it is not currently schedule for any particular release. |
See also #2246 |
customer feedback: this would be really useful for "Top N" tables that could be used for identify bad actors. For example, i have a list of the top apps/ips/services that are making requests and I can investigate apps that are making way too many. |
Would be extremely useful! |
Hi @hasselrot, |
this package might be useful https://github.com/bvaughn/react-virtualized |
Initial Requirements:
|
Included all the relevant details I can think of in here |
thanks @evo7master ! we will see what we can do to tackle that use case. |
after looking at this, i've asked @alexpaxton to look into a simple way to format numbers in the table. |
also, eventually, we may be able to use influxql functions for this: influxdata/influxdb#9625 influxdata/influxdb#9626 influxdata/influxdb#9627 influxdata/influxdb#9628 |
The UI for number formatting would be super simple (at least for this initial release) This input would either truncate the value or add I'm also thinking that we should right-align cells with numerical data to ensure the decimal point is vertically aligned within each column. I arbitrarily put I think in the future we'll move towards scoping some of these options (thresholds, decimal places, suffix/prefix) by column instead of applying to the whole table |
I think that makes sense |
|
Great work! Will there be an initial version available in 1.4.4? |
feedback from demo:
|
|
Final few requests after using this for a little bit:
|
@nathanielc asked about displaying data in a table format, and we don't currently support that as a graph type on the dashboard.
The text was updated successfully, but these errors were encountered: