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

This commit is contained in:
Ricardo 2012-11-02 15:58:28 -04:00
parent abf23e3727
commit cdc6565da4

View File

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