resolves #128 : add inverted color option on trends panel#935
Closed
chocobn69 wants to merge 2 commits intoelastic:masterfrom
Closed
resolves #128 : add inverted color option on trends panel#935chocobn69 wants to merge 2 commits intoelastic:masterfrom
chocobn69 wants to merge 2 commits intoelastic:masterfrom
Conversation
src/config.js
Outdated
There was a problem hiding this comment.
Don't think this changes was intended?
Author
There was a problem hiding this comment.
oh god sorry, didn't check before submit
can you remove this change ? or do I have to resubmit a new pull request ?
There was a problem hiding this comment.
You can do a new commit on the same branch you submitted this patch. then it will automatically be in this PR.
Author
|
oh god sorry, didn't check before submit |
Author
|
should be ok now |
|
Yeah, perfect :-) |
Contributor
|
Looks good, can you make sure you've signed the CLA mentioned in the CONTRIBUTING.md? |
Author
|
I just did |
Contributor
|
Closed here: 00bd2c8 |
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.
No description provided.