Skip to content

De-circularize Titles and Axes #235

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 5 commits into from
Feb 2, 2016
Merged

De-circularize Titles and Axes #235

merged 5 commits into from
Feb 2, 2016

Conversation

etpinard
Copy link
Contributor

@etpinard etpinard commented Feb 2, 2016

@mdtusz

another circular dependency pattern bites the dust 💨

  this block created titles for all axes,
  this signature isn't used anymore.
  instead of using the internal Plotly object.
  into colorbar/draw and axes.js,
  remove Title from internal Plotly

if(Plotly.Lib.bBoxIntersect(titlebb,avoidbb,pad)) {
if(Lib.bBoxIntersect(titlebb,avoidbb,pad)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's space out these args.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good 👀

@mdtusz
Copy link
Contributor

mdtusz commented Feb 2, 2016

Looks ok after those two minor 🐄's.

💃 once they're remedied!

etpinard added a commit that referenced this pull request Feb 2, 2016
De-circularize Titles and Axes
@etpinard etpinard merged commit 5156e42 into master Feb 2, 2016
@etpinard etpinard deleted the de-circular branch February 2, 2016 20:24
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