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:
The existing story
Bar Chart - with log y axisdoesn't currently work.Seems that the Log Y axis is not correctly handled when rendering the geometries:
Kibana Cross Issues: