Changing the sparkline tooltip color to avoid confusion with the cumulative chart line

master-patched
Ricardo 12 years ago
parent abf23e3727
commit cdc6565da4

@ -512,7 +512,7 @@ svg .title {
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
stroke: #f44;
stroke: #333;
stroke-width: 1.5px;
}

Loading…
Cancel
Save