software-mansion / react-native-svg

SVG library for React Native, React Native Web, and plain React web projects.
MIT License
7.44k stars 1.12k forks source link

Problem in drawing horizontal BarChart in ios #1316

Closed aligol20 closed 3 months ago

aligol20 commented 4 years ago

I drawing horizontal bar chart with bellow code,It works fine in android but nothing show in ios

Screen Shot 2020-03-19 at 9 49 46 AM

WhatsApp Image 2020-03-19 at 09 51 25

in ios

Bug

/**

const width = Dimensions.get('screen').width; const height = Dimensions.get('screen').height;

const TEXT_LENGTH = 50; const TEXT_HEIGHT = 29; const OFFSET = TEXT_LENGTH / 2 - TEXT_HEIGHT / 2;

interface Props { data: {label: string; value: number}[]; round: any; } /*

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open.

WoLewicki commented 1 year ago

Could you post a repository where this bug can be reproduced easily? It would help with fixing the issue.

bohdanprog commented 3 months ago

Hello @aligol20, We tried to reproduce that problem by drawing BarChart, and in our case, everything worked well. If you still have the same problem feel free to reopen the issue, Thank you.