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

Discrepancy in documentation #1608

Open
tirendus opened this issue Mar 14, 2024 · 1 comment
Open

Discrepancy in documentation #1608

tirendus opened this issue Mar 14, 2024 · 1 comment
Labels
Bar Chart enhancement New feature or request good first issue Good for newcomers

Comments

@tirendus
Copy link

BarChartData documentation states that default alignment is BarChartAlignment.spaceBetween
https://github.com/imaNNeo/fl_chart/blob/main/repo_files/documentations/bar_chart.md#barchartdata

in src/chart/bar_chart/bar_chart_data.dart
the BarChartData is initialized with spaceEvenly
alignment = alignment ?? BarChartAlignment.spaceEvenly,

@imaNNeo
Copy link
Owner

imaNNeo commented May 1, 2024

You're right. We need to update the documentation in bar_chart.md.

@imaNNeo imaNNeo added enhancement New feature or request good first issue Good for newcomers Bar Chart labels May 1, 2024
TobiasRump added a commit to TobiasRump/fl_chart that referenced this issue May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bar Chart enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants