Skip to content

Commit ceaeb5f

Browse files
D4NHjtblin
authored andcommitted
#414 fill background color of tooltip block (#416)
1 parent 15ee49a commit ceaeb5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

angular-chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
borderColor: rgba(color, 1),
246246
pointBackgroundColor: rgba(color, 1),
247247
pointBorderColor: '#fff',
248-
pointHoverBackgroundColor: '#fff',
248+
pointHoverBackgroundColor: rgba(color, 1),
249249
pointHoverBorderColor: rgba(color, 0.8)
250250
};
251251
}

0 commit comments

Comments
 (0)