-
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
Labels for split charts come and go depending on other split charts #6556
Comments
rashidkpc
added
the
bug
Fixes for quality problems that affect the customer experience
label
Mar 17, 2016
stormpython
added a commit
to stormpython/kibana
that referenced
this issue
Mar 24, 2016
elastic-jasper
added a commit
that referenced
this issue
Apr 1, 2016
--------- **Commit 1:** Troubleshooting * Original sha: 81a9f29 * Authored by Shelby Sturgis <[email protected]> on 2016-03-22T21:44:17Z **Commit 2:** Merge branch 'master' into issue/6556 * Original sha: f628114 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T16:48:41Z **Commit 3:** troubleshooting * Original sha: 152f2b6 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T17:13:01Z **Commit 4:** Closes #6556. Fixes issue with global x and y axis selection. * Original sha: 2ffbb76 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:44:54Z **Commit 5:** Merge branch 'master' into issue/6556 * Original sha: da025aa * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:45:12Z **Commit 6:** Merge branch 'master' into issue/6556 * Original sha: cf4a152 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:45:50Z **Commit 7:** fixing tests * Original sha: b2f26e7 * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T16:55:30Z **Commit 8:** Merge branch 'master' into issue/6556 * Original sha: a56c5d5 * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T17:51:21Z **Commit 9:** refactoring * Original sha: b42f5bf * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T21:43:59Z **Commit 10:** Merge branch 'master' into issue/6556 * Original sha: 7f96a11 * Authored by Shelby Sturgis <[email protected]> on 2016-03-28T22:59:03Z
elastic-jasper
added a commit
that referenced
this issue
Apr 1, 2016
--------- **Commit 1:** Troubleshooting * Original sha: 81a9f29 * Authored by Shelby Sturgis <[email protected]> on 2016-03-22T21:44:17Z **Commit 2:** Merge branch 'master' into issue/6556 * Original sha: f628114 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T16:48:41Z **Commit 3:** troubleshooting * Original sha: 152f2b6 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T17:13:01Z **Commit 4:** Closes #6556. Fixes issue with global x and y axis selection. * Original sha: 2ffbb76 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:44:54Z **Commit 5:** Merge branch 'master' into issue/6556 * Original sha: da025aa * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:45:12Z **Commit 6:** Merge branch 'master' into issue/6556 * Original sha: cf4a152 * Authored by Shelby Sturgis <[email protected]> on 2016-03-24T22:45:50Z **Commit 7:** fixing tests * Original sha: b2f26e7 * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T16:55:30Z **Commit 8:** Merge branch 'master' into issue/6556 * Original sha: a56c5d5 * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T17:51:21Z **Commit 9:** refactoring * Original sha: b42f5bf * Authored by Shelby Sturgis <[email protected]> on 2016-03-25T21:43:59Z **Commit 10:** Merge branch 'master' into issue/6556 * Original sha: 7f96a11 * Authored by Shelby Sturgis <[email protected]> on 2016-03-28T22:59:03Z
This was referenced Apr 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While looking at #6555, I noticed the code in chart_title_split.js (https://github.com/elastic/kibana/blob/master/src/ui/public/vislib/lib/layout/splits/column_chart/chart_title_split.js#L27) which globally removes the .x-axis-chart-title or .y-axis-chart-title depending on what the chart wants.
That made me think that if I had a dashboard with alternate split charts (one split by row, the other split by column), I should see the titles come and go. And, it turns out, that is exactly what happens.
The text was updated successfully, but these errors were encountered: