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

Fix chart with log scale on Y Axis #21

Closed
markov00 opened this issue Jan 31, 2019 · 1 comment · Fixed by #32
Closed

Fix chart with log scale on Y Axis #21

markov00 opened this issue Jan 31, 2019 · 1 comment · Fixed by #32
Assignees
Labels
bug Something isn't working kibana cross issue Has a Kibana issue counterpart released Issue released publicly

Comments

@markov00
Copy link
Member

markov00 commented Jan 31, 2019

The existing story Bar Chart - with log y axis doesn't currently work.
Seems that the Log Y axis is not correctly handled when rendering the geometries:

<BarSeries
  id={getSpecId('bars')}
  xScaleType={ScaleType.Linear}
  yScaleType={ScaleType.Log}
  xAccessor="x"
  yAccessors={['y']}
  data={[{ x: 1, y: 2 }, { x: 2, y: 7 }, { x: 4, y: 3 }, { x: 9, y: 6 }]}
  yScaleToDataExtent={true}
/>

Kibana Cross Issues:

@markov00 markov00 added the bug Something isn't working label Jan 31, 2019
@markov00 markov00 self-assigned this Feb 4, 2019
@markov00 markov00 added the kibana cross issue Has a Kibana issue counterpart label Feb 4, 2019
markov00 added a commit to markov00/elastic-charts that referenced this issue Feb 12, 2019
Limit the log scale limit and computed values to 1 or -1 depending
on original domain.

fix elastic#21
markov00 added a commit that referenced this issue Feb 15, 2019
Limit the log scale limit and computed values to 1 or -1 depending
on original domain.

fix #21
markov00 pushed a commit that referenced this issue Feb 15, 2019
## [1.1.1](v1.1.0...v1.1.1) (2019-02-15)

### Bug Fixes

* limit log scale domain ([f7679a8](f7679a8)), closes [#21](#21)
@markov00
Copy link
Member Author

🎉 This issue has been resolved in version 1.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@markov00 markov00 added the released Issue released publicly label Feb 15, 2019
AMoo-Miki pushed a commit to AMoo-Miki/OpenSearch-Dashboards that referenced this issue Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kibana cross issue Has a Kibana issue counterpart released Issue released publicly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant