You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I now realize, after comparison of the ColumnChart and ComboLineColumChart samples that the isHorizontal argument is missing: ColumnChartData(columns, isHorizontal = false).
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.
The text was updated successfully, but these errors were encountered: