Closed
Conversation
Motivation: elastic#1241 This makes it possible to set the <base href> without breaking the dashLoader urls.
Contributor
|
Woops! Sorry about that! We recently replaced the master branch with Kibana 4. This action force closed all of the old pull requests against master. We will be reviewing these on a case-by-case basis and creating new tickets as necessary. The good news is that many long requested features can be found in Kibana 4, and we're being entirely open about our roadmap. Check out the roadmap tickets (which we're still filling in) here. If you're looking for the old Kibana 3 code you can find it here. |
Contributor
|
We're stopping development on Kibana 3 and focusing on Kibana 4 going forward. This doesn't exist in Kibana 4, and we added a thin backend server which is the supported way to run Kibana |
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
edmarmoretti
pushed a commit
to edmarmoretti/kibana-pt-br
that referenced
this pull request
Sep 7, 2025
# [35.0.0](elastic/elastic-charts@v34.2.1...v35.0.0) (2021-09-13) ### Bug Fixes * **a11y:** restore focus after popover close with color picker ([elastic#1272](elastic/elastic-charts#1272)) ([0c6f945](elastic/elastic-charts@0c6f945)), closes [elastic#1266](elastic/elastic-charts#1266) [elastic#935](elastic/elastic-charts#935) * **build:** fix license in package.json ([elastic#1362](elastic/elastic-charts#1362)) ([d524fdf](elastic/elastic-charts@d524fdf)) * **deps:** update dependency @elastic/eui to ^37.5.0 ([elastic#1341](elastic/elastic-charts#1341)) ([fb05c98](elastic/elastic-charts@fb05c98)) * **deps:** update dependency @elastic/eui to ^37.6.1 ([elastic#1359](elastic/elastic-charts#1359)) ([2ae90ce](elastic/elastic-charts@2ae90ce)) * **deps:** update dependency @elastic/eui to ^37.7.0 ([elastic#1373](elastic/elastic-charts#1373)) ([553b6b0](elastic/elastic-charts@553b6b0)) * **heatmap:** filter out tooltip picked shapes in x-axis area ([elastic#1351](elastic/elastic-charts#1351)) ([174047d](elastic/elastic-charts@174047d)), closes [elastic#1215](elastic/elastic-charts#1215) * **heatmap:** remove values when brushing only over axes ([elastic#1364](elastic/elastic-charts#1364)) ([77ff8d3](elastic/elastic-charts@77ff8d3)) ### Features * **annotations:** add onClickHandler for annotations ([elastic#1293](elastic/elastic-charts#1293)) ([48198be](elastic/elastic-charts@48198be)), closes [elastic#1211](elastic/elastic-charts#1211) * **heatmap:** add text color contrast to heatmap cells ([elastic#1342](elastic/elastic-charts#1342)) ([f9a26ef](elastic/elastic-charts@f9a26ef)), closes [elastic#1296](elastic/elastic-charts#1296) * **heatmap:** reduce font size to fit label within cells ([elastic#1352](elastic/elastic-charts#1352)) ([16b5546](elastic/elastic-charts@16b5546)) * **xy:** mutilayer time axis step 1 ([elastic#1326](elastic/elastic-charts#1326)) ([867b1f5](elastic/elastic-charts@867b1f5)) ### BREAKING CHANGES * **xy:** - feat: removes the axis deduplication feature - fix: `showDuplicatedTicks` causes a duplication check on the actual axis tick label (possibly yielded by `Axis.tickLabel` rather than the more general `tickFormat`) * **heatmap:** the `config.label.fontSize` prop is replaced by `config.label.minFontSize` and `config.label.maxFontSize`. You can specify the same value for both properties to have a fixed font size. The `config.label.align` and `config.label.baseline` props are removed from the `HeatmapConfig` object.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation: #1241
This makes it possible to set the without breaking the
dashLoader urls.