Closed Shhreyas closed 2 weeks ago
Issue :- My graph view won't scroll horizontally.
import React from 'react'; import { View } from 'react-native'; import { VictoryBar, VictoryChart, VictoryClipContainer, VictoryLegend, VictoryZoomContainer, } from 'victory-native';
const DemoView = () => { return (
); };
export default DemoView;
output:-
If you remove the invalid clipContainerComponent property on VictoryChart, it should work for you.
clipContainerComponent
VictoryChart
Issue :- My graph view won't scroll horizontally.
import React from 'react'; import { View } from 'react-native'; import { VictoryBar, VictoryChart, VictoryClipContainer, VictoryLegend, VictoryZoomContainer, } from 'victory-native';
const DemoView = () => { return (
); };
export default DemoView;
output:-