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

combined chart - seems we should use same chartXMin and chartXMax even there is no bubble data #324

Merged
merged 1 commit into from
Sep 5, 2015

Conversation

liuxuan30
Copy link
Member

For issue #323
seems we should use same chartXMin and chartXMax
_chartXMin = -0.5
_chartXMax = Double(_data.xVals.count) - 0.5
even there is no bubble data

            _chartXMin = -0.5
            _chartXMax = Double(_data.xVals.count) - 0.5
even there is no bubble data
@liuxuan30 liuxuan30 changed the title seems we should use same chartXMin and chartXMax even there is no bubble data combined chart - seems we should use same chartXMin and chartXMax even there is no bubble data Aug 28, 2015
danielgindi added a commit that referenced this pull request Sep 5, 2015
Corrected X min/max in combined chart (fixed #323)
@danielgindi danielgindi merged commit 3358a06 into ChartsOrg:master Sep 5, 2015
@danielgindi
Copy link
Collaborator

Thanks :-)

@liuxuan30 liuxuan30 deleted the CombinedChartCalcMinMax branch September 6, 2015 02:52
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.

None yet

2 participants