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
The text was updated successfully, but these errors were encountered:
huntermonk
changed the title
Bar Chart View extends all bars to bottom when all values are negative
BarChartView extends all bars to bottom when all values are negative
Apr 17, 2019
What did you do?
Created a
BarChartView
and supplied it with all negative y values.What did you expect to happen?
I expected a chart similar to this, but flipped. Meaning, all bars starting at the top of the chart and extending down.
What happened instead?
All bars extended downward to the bottom of the chart.
I noticed that on highlight, the darkened portion appears to be the correct height.
Charts Environment
Charts version/Branch/Commit Number:
3.2.1
Xcode version:
Version 10.2 (10E125)
Swift version:
4.2
Platform(s) running Charts: iOS
macOS version running Xcode:
10.14.3 (18D109)
Demo Project
charts-issue.zip
The text was updated successfully, but these errors were encountered: