Skip to content

Remove dependencies on Plotly for Choropleth #165

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

Merged
merged 1 commit into from
Jan 7, 2016
Merged

Conversation

mdtusz
Copy link
Contributor

@mdtusz mdtusz commented Jan 6, 2016

Just removed a few references to Plotly.___ where they cause circular dependency issues.

@@ -9,9 +9,9 @@

'use strict';

var Plotly = require('../../plotly');
var Plots = require('../../plots/plots');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plots can stand on its own now so we should change things to directly require it whenever we come across Plotly.Plots.

@mdtusz
Copy link
Contributor Author

mdtusz commented Jan 6, 2016

@etpinard any ideas on those image test diffs?

@mdtusz mdtusz changed the title Remove dependencies on Plotly Remove dependencies on Plotly for Choropleth Jan 6, 2016
@etpinard etpinard added this to the Modular plotly.js milestone Jan 6, 2016
@mdtusz
Copy link
Contributor Author

mdtusz commented Jan 7, 2016

Good to go now?

@etpinard
Copy link
Contributor

etpinard commented Jan 7, 2016

💃

mdtusz added a commit that referenced this pull request Jan 7, 2016
Remove dependencies on Plotly for Choropleth
@mdtusz mdtusz merged commit 5dd8a0f into master Jan 7, 2016
@mdtusz mdtusz deleted the choropleth-tidy-up branch January 7, 2016 21:03
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.

2 participants