Skip to content

Commit

Permalink
Fix transparentize in samples (#7098)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Feb 13, 2020
1 parent 72c3c6d commit a476c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ window.chartColors = {
];

var Samples = global.Samples || (global.Samples = {});
var Color = global.Color;
var Color = Chart.helpers.color;

Samples.utils = {
// Adapted from http://indiegamr.com/generate-repeatable-random-numbers-in-js/
Expand Down

0 comments on commit a476c32

Please sign in to comment.