victory icon indicating copy to clipboard operation
victory copied to clipboard

VictoryStack of VictoryArea is renders only half of the area and remaining is empty.

Open bandhavya opened this issue 1 year ago • 0 comments

Describe the bug VictoryStack of VictoryArea is renders only half of the area and remaining is empty. This happens only for x axis bound to date string and data points are more than 15. Below 15 chart renders completely but when data points to plot are more than 15 then the issue comes.

Victory version Npm 7.20.1 Victory-native 36.5.3

Code Sandbox link when x axis is string output is https://codesandbox.io/s/victory-discontinuous-scale-demo-forked-ykgrrf?file=/src/App.js This is working fine. But x axis is date string then it breaks. See here https://codesandbox.io/s/muddy-darkness-csbgtk?file=/src/App.js

Expected behavior Expected to plot all the data points in the chart.

Posted this even in stackoverflow https://stackoverflow.com/questions/73585922/victorychart-with-victorystack-of-victoryarea-charts-is-not-working

bandhavya avatar Sep 05 '22 05:09 bandhavya