Does anyone know why my chart is not showing data to scale? The two items being compared are very close in value, but the bars are very different.
OnVisible of the screen:
ClearCollect( colBulkSubComparison, {target: varBulkTotal}, {target: varSubTotal} )
Chart Items property:
colBulkSubComparison
Issue:
Solved! Go to Solution.
Hey @seadude have you tried setting the "Series axis min" for the chart to 0? While I don't have much experience with charting in PowerApps, in Excel I have to do that for some chart types manually (usually dual Y-axis ones). Otherwise, it tries to scale them on its own.
Hey @seadude have you tried setting the "Series axis min" for the chart to 0? While I don't have much experience with charting in PowerApps, in Excel I have to do that for some chart types manually (usually dual Y-axis ones). Otherwise, it tries to scale them on its own.
You nailed it @wyotim! Thank you very much.
Chart with SeriesAxisMin set to Default value of Blank:
Chart with SeriesAxisMin set to 0:
@PowerApps Team: How about defaulting this value to 0? Then simple charts created out-of-the-box would render correctly.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
252 | |
124 | |
85 | |
84 | |
67 |