You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the Format and Unit settings of Stats panel affect every column. So if I chose Money format and "AUD" as Unit then the count column looks odd.
I think the format for the "count" column in stats panel must always be Number and comes without Unit specification regardless other format and Unit value are used for the rest.
The text was updated successfully, but these errors were encountered:
* Adds capability to change the formatting individually for modes.
E.g. 'count' shouldn't be displayed in bytes, rather it should just
be a natural number.
* Implementation: define individual formatting functions for each mode
and patch up the angular template as needed.
* (Closeselastic#1285.)
Signed-off-by: Joe MacMahon <joe.macmahon@cern.ch>
We've deprecated the stats panel and will be implementing its functionality as part of a table visualization in Kibana 4. We'll keep this in mind, but it should be solved with the field formatter functions we have planned.
At the moment the Format and Unit settings of Stats panel affect every column. So if I chose Money format and "AUD" as Unit then the count column looks odd.
I think the format for the "count" column in stats panel must always be Number and comes without Unit specification regardless other format and Unit value are used for the rest.
The text was updated successfully, but these errors were encountered: