Skip to content

gl2d data-referenced annotations #1301

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 14 commits into from
Jan 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm now useless Fx.layoutAttribute def
- this is probably a leftover from an old merge conflict
  • Loading branch information
etpinard committed Jan 17, 2017
commit afaa4cb2714ef1f8aaaf8f3e94ce01affdcbbdeb
3 changes: 0 additions & 3 deletions src/plots/cartesian/graph_interact.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ var fx = module.exports = {};
// copy on Fx for backward compatible
fx.unhover = dragElement.unhover;

fx.layoutAttributes = {
};

fx.supplyLayoutDefaults = function(layoutIn, layoutOut, fullData) {

function coerce(attr, dflt) {
Expand Down