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

Could not render chart without renderTo #15

Merged
merged 3 commits into from
Feb 28, 2014
Merged

Conversation

PowerKiKi
Copy link
Contributor

Following #8, jQuery was replaced by angular.extend(). But those functions are not equals and it broke chart rendering when the renderTo property was not set manually.

This pull request use a "manual" merge to avoid adding dependencies.

stissot and others added 3 commits June 17, 2013 20:09
Conflicts:
	src/directives/highchart.js
Since dropping jQuery depedency in favor of angular.extend() it was not
possible to render a chart without specifying manually the renderTo
property. This was due to the fact that angular.extend() is not recursive
(whereas jQuery was).

To avoid adding depedency we merge manually the few properties.
rootux added a commit that referenced this pull request Feb 28, 2014
Could not render chart without renderTo
@rootux rootux merged commit 78e4b79 into rootux:master Feb 28, 2014
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.

3 participants