Skip to content

Conversation

@davkal
Copy link

@davkal davkal commented May 7, 2014

s/hover/however/

s/hover/however/
rashidkpc pushed a commit that referenced this pull request May 7, 2014
Typo in panels.asciidoc
@rashidkpc rashidkpc merged commit 0ad0af2 into elastic:3.0 May 7, 2014
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
This commit discontinues the very large dimensions used for patterns; improves types; removes hundreds of lines; increases efficiency eg. by pre-transforming textures, upping O() and culling canvas2d API calls; code readability improvs eg. brevity and names; partial fix elastic#1202  

BREAKING CHANGE: 
- `TextStyle.fontStyle` is no longer a `string`, it's the more specific `FontStyle`
- For symmetry, `fontStyle` in word cloud is also switching from `string` to `FontStyle`
- Certain text configurations included both `fill` and `textColor` for the text color; `fill` got removed, because `textColor` is part of the public `Font` type, and because `textColor` has clearer meaning than `fill`. Yet, some of the code used the `fill` property and/or made the `fill` property also mandatory. So, userland code needs to remove some `fill` property, and might need to ensure that the correct value is going into `textColor`
- `getRadians` got unpublished 
- No attempt to draw a rect border if there's not enough width/height for at least the specified border width (ie. width/height being at least twice the border width)
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [34.0.0](elastic/elastic-charts@v33.2.4...v34.0.0) (2021-08-16)

### Code Refactoring

* **cartesian:** cartesian rendering iteration ([elastic#1286](elastic/elastic-charts#1286)) ([b2ae4f7](elastic/elastic-charts@b2ae4f7)), closes [elastic#1202](elastic/elastic-charts#1202)

### BREAKING CHANGES

* **cartesian:** - `TextStyle.fontStyle` is no longer a `string`, it's the more specific `FontStyle`
- For symmetry, `fontStyle` in word cloud is also switching from `string` to `FontStyle`
- Certain text configurations included both `fill` and `textColor` for the text color; `fill` got removed, because `textColor` is part of the public `Font` type, and because `textColor` has clearer meaning than `fill`. Yet, some of the code used the `fill` property and/or made the `fill` property also mandatory. So, userland code needs to remove some `fill` property, and might need to ensure that the correct value is going into `textColor`
- `getRadians` got unpublished
- No attempt to draw a rect border if there's not enough width/height for at least the specified border width (ie. width/height being at least twice the border width)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants