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

merge from upstream master v2.1.2 and bar chart wrong position fix #247

Closed
wants to merge 1 commit into from

Conversation

liuxuan30
Copy link
Member

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 #211)

Fixed a crash when removing an entry (Fixed issue #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!

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!
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

Successfully merging this pull request may close these issues.

1 participant