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

Apply format to tooltips in sparkline hovers #1230

Merged
merged 1 commit into from
Apr 7, 2016
Merged

Conversation

davkal
Copy link
Contributor

@davkal davkal commented Apr 6, 2016

Fixes #1224

@@ -9,7 +9,7 @@ function NodeDetailsHealthItem(props) {
<div className="node-details-health-item">
<div className="node-details-health-item-value">{formatMetric(props.value, props)}</div>
<div className="node-details-health-item-sparkline">
<Sparkline data={props.samples} max={props.max}
<Sparkline data={props.samples} max={props.max} format={props.format}

This comment was marked as abuse.

This comment was marked as abuse.

@foot
Copy link
Contributor

foot commented Apr 7, 2016

Slick! LGTM

@foot foot assigned davkal and unassigned foot Apr 7, 2016
@davkal davkal merged commit b7c2db6 into master Apr 7, 2016
@davkal davkal deleted the 1224-format-sparkline branch April 7, 2016 07:14
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