Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StackedBarChart is not available in this new version #966

Open
MAYILERUMPERUMAL opened this issue Aug 10, 2023 · 1 comment
Open

StackedBarChart is not available in this new version #966

MAYILERUMPERUMAL opened this issue Aug 10, 2023 · 1 comment

Comments

@MAYILERUMPERUMAL
Copy link

Included the Attachments photo android and IOS StackedBarChart but Updated Version StackedBarChart is Not available

@vivek154
Copy link

vivek154 commented Sep 1, 2023

Included the Attachments photo android and IOS StackedBarChart but Updated Version StackedBarChart is Not available

I think we have to use BarChart component for Stacked bar chart also use it like this

<BarChart
style={{width:330,height:250}}
data={
{dataSets:[{label: "demo", values: [[10,12,20],[10,20,5],[3,5,8],[10,12,20],[10,20,5]]}]}
}
xAxis={{ drawLabels: true, position: 'BOTTOM' }}
yAxis={{ left: { drawLabels: true }, right: { drawLabels: false } }}
chartDescription={{ text: '' }}
/>

it shows values only but i dont know how to pass colors to bars. If you know please rply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants