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
I synced to latest code, and when trying the demo horizontal bar chart, if I zoom and scroll the chart, when I scroll from left to right, once the 0 reaches the left border, all positive bars disappeared.
The text was updated successfully, but these errors were encountered:
liuxuan30
changed the title
postive bars in demo Stack BarChart Negative disappear after scrolling
[BUG]postive bars in demo Stack BarChart Negative disappear after scrolling
Jul 15, 2015
try to fix wrong position bug. use entry.xIndex instead of j of dataSet.entryCount to calculate the offset and position
apply the same logic for getMarkerPosition
add fix for horizontal bar chart
merge from upstream master
Wrong demo navigation title
Maximum negative value was confused...
Removed unused code
startAtZeroEnabled killed that range when all values are negative
Bound check for horizontal bars was wrong (Fixed issue ChartsOrg#211)
Fixed a crash when removing an entry (Fixed issue ChartsOrg#203)
Removed redundant calls
Inverted axis mode taken care of in stacked bars
Added back the 3rd dataset in demo project
Bumped to 2.1.1
Improvements to stacked bars
Major improvements to Highlights
Improvements concerning value-drawing in barcharts.
Improvements and bugfixes concerning highlighting.
Fix ChartMarker position for stacked-bars
Removed redundant function
Feature to allow forcing YAxis label-count
Bumped to 2.1.2
CONTRIBUTING.md
You will now see this when creating new issues. Ha ha!
I synced to latest code, and when trying the demo horizontal bar chart, if I zoom and scroll the chart, when I scroll from left to right, once the 0 reaches the left border, all positive bars disappeared.
The text was updated successfully, but these errors were encountered: