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

refactored to a newable object, and updated the examples #17

Merged
merged 1 commit into from
Dec 23, 2014

Conversation

dbouwman
Copy link
Member

Examples are updated. Basic usage is now:

 var cedar = new Cedar();
 cedar.show({
     elementId: "#chart",
     spec: "data/charts/simple-bar-chart.json"
   });

The intent is that now we have a newable object that can hold state, we can change the api more easily, but did not want to expand this scope to include those changed

@ajturner
Copy link
Member

so is this GTG?

@dbouwman
Copy link
Member Author

yes

ajturner added a commit that referenced this pull request Dec 23, 2014
refactored to a newable object, and updated the examples
@ajturner ajturner merged commit ea16219 into Esri:master Dec 23, 2014
@dbouwman dbouwman mentioned this pull request Dec 23, 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.

None yet

2 participants