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

ComboLineColumnChart renders bars, not columns #14

Open
eschercode opened this issue Oct 30, 2020 · 1 comment
Open

ComboLineColumnChart renders bars, not columns #14

eschercode opened this issue Oct 30, 2020 · 1 comment

Comments

@eschercode
Copy link

Seems to be an axis problem with the ComboLineColumnChart as it shows nonsensical horizontal bars (in both my testing, and in the official demo app) instead of colums. May be a wider issue, as for example
the screenshot of the "horizontal" bar chart has vertical bars instead of horizontal. Also, this Activity's title shouldn't be named column chart as columns are by definition vertical.

@eschercode
Copy link
Author

I now realize, after comparison of the ColumnChart and ComboLineColumChart samples that the isHorizontal argument is missing: ColumnChartData(columns, isHorizontal = false).

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

1 participant