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

Fix rule.remove and rule.metric #49

Closed
wants to merge 1 commit into from
Closed

Fix rule.remove and rule.metric #49

wants to merge 1 commit into from

Conversation

jra3
Copy link

@jra3 jra3 commented Apr 4, 2013

The data bound to rule was inconsistently either an integer or an object with
an integer attribute i. This affected both rule.remove in that it tried to
remove a listener using this data, and the styling of rules drawn from
rule.metric which is used to draw rules at specific times to denote events such as deployments (which is apparently undocumented, but super useful). These are the divs classed as "metric line" in the code. This functionality was introduced here c4d23ab

Attached is an example of rules drawn using rule.metric
rulemetric

This pull request picks up of of #40

The data bound to rule was inconsistently either an integer or an object with
an integer attribute i.  This affected both rule.remove in that it tried to
remove a listener using this data, and the styling of rules drawn from
rule.metric (which is apparently undocumented, but super useful)
@jra3
Copy link
Author

jra3 commented May 16, 2013

Any feedback on the axis.remove() fix?

@jra3 jra3 closed this Oct 31, 2017
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.

1 participant