mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-24 17:16:52 +01:00
Fix transparentize in samples (#7098)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user