Skip to content
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

The value on the legend is not displayed completely #184

Closed
alexwizp opened this issue Apr 23, 2019 · 1 comment · Fixed by #207
Closed

The value on the legend is not displayed completely #184

alexwizp opened this issue Apr 23, 2019 · 1 comment · Fixed by #207
Assignees
Labels
bug Something isn't working :legend Legend related issue released Issue released publicly

Comments

@alexwizp
Copy link
Contributor

Version
3.11.2

Describe the bug
image

To Reproduce
Steps to reproduce the behavior:

  1. Checkout Replace TSVB timeseries charts with elastic-charts kibana#33558
  2. Open TSVB and create some visialization
  3. See Legend List
@alexwizp alexwizp added the bug Something isn't working label Apr 23, 2019
@markov00 markov00 added the :legend Legend related issue label Apr 23, 2019
@markov00 markov00 changed the title [Legend List] value is not displayed completely The value on the legend is not displayed completely Apr 23, 2019
@markov00 markov00 mentioned this issue May 20, 2019
5 tasks
markov00 added a commit that referenced this issue May 20, 2019
This commit fix the few compatibility issues with IE11.
`d3-scale` and `d3-array` from version 2 are compiled as ES6 only. The fix downgrade the version to ES5 as described in relative d3 repos. 
The tooltip position was misplaced because IE11 doesn't support calc inside a transform function.  `calc` is converted to a set of transforms of the same type.
Fix IE11 flexbox layout on the legend.
The theme now reflect the css max width and height of the legend.

fix #184
markov00 pushed a commit that referenced this issue May 20, 2019
## [4.2.2](v4.2.1...v4.2.2) (2019-05-20)

### Bug Fixes

* **ie11:** fix deps and layout compatibility issues on IE11 ([9555e2a](9555e2a)), closes [#184](#184)
@markov00
Copy link
Member

🎉 This issue has been resolved in version 4.2.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label May 20, 2019
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this issue Feb 10, 2022
## [4.2.2](elastic/elastic-charts@v4.2.1...v4.2.2) (2019-05-20)

### Bug Fixes

* **ie11:** fix deps and layout compatibility issues on IE11 ([4ce1b3f](elastic/elastic-charts@4ce1b3f)), closes [opensearch-project#184](elastic/elastic-charts#184)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working :legend Legend related issue released Issue released publicly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants