Skip to content

Fix chart with log scale on Y Axis #21

@markov00

Description

@markov00

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:

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingkibana cross issueHas a Kibana issue counterpartreleasedIssue released publicly

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions