-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
TSVB: Different field format on different series is ignored #74951
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Comments
timroes
added
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
Aug 14, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
This was referenced Sep 4, 2020
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
Sep 22, 2020
7 tasks
DianaDerevyankina
added a commit
that referenced
this issue
Sep 29, 2020
* [TSVB] Different field format on different series is ignored Closes #74951 * Replace formatter of Y axis with simple value instead of formatter of the first series * Add a condition to Y-axis tickFormatter to display formatted value if there's only one series Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
Sep 29, 2020
…#78138) * [TSVB] Different field format on different series is ignored Closes elastic#74951 * Replace formatter of Y axis with simple value instead of formatter of the first series * Add a condition to Y-axis tickFormatter to display formatted value if there's only one series Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
DianaDerevyankina
added a commit
that referenced
this issue
Sep 29, 2020
…#78730) * [TSVB] Different field format on different series is ignored Closes #74951 * Replace formatter of Y axis with simple value instead of formatter of the first series * Add a condition to Y-axis tickFormatter to display formatted value if there's only one series Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:TSVB
TSVB (Time Series Visual Builder)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 7.8.1
Elasticsearch version: 7.8.1
Describe the bug:
When creating a TSVB visualization with two different series each with their field formatting, then the first format is used for both.
This is both visible on the
P.S.: would be pretty nifty if we could specify the Axis format independently of the series.
Steps to reproduce:
Expected behavior:
I'm not sure this is a "feature not a bug" kind of situation, but in many cases we're comparing different metrics in the same context (in the example below CPU usage vs CPU Requests in a Kubernetes cluster) and without the format to separate both gets pretty hard to distinguish.
Screenshots:
The text was updated successfully, but these errors were encountered: