Skip to content

Commit 4c3f065

Browse files
author
Ali Razmjoo
authored
Merge pull request #283 from spiderxm/development_chartcolor
Fix minor bug in chart colors
2 parents 28cb3a6 + 3546e6f commit 4c3f065

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/static/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ window.chartColors = {
1111
blue: "rgb(54, 162, 235)",
1212
purple: "rgb(153, 102, 255)",
1313
grey: "rgb(201, 203, 207)",
14-
cyan: "rgb(0, 255, 255"
14+
cyan: "rgb(0, 255, 255)"
1515
};
1616

1717
var colors_array = ["rgb(255, 0, 0)", "rgb(255, 0, 191)", "rgb(255, 159, 64)", "rgb(255, 205, 86)", "rgb(75, 192, 192)",
18-
"rgb(191, 255, 0)", "rgb(54, 162, 235)", "rgb(153, 102, 255)", "rgb(201, 203, 207)", "rgb(0, 255, 255"]
18+
"rgb(191, 255, 0)", "rgb(54, 162, 235)", "rgb(153, 102, 255)", "rgb(201, 203, 207)", "rgb(0, 255, 255)"]
1919

2020
var color = Chart.helpers.color;
2121
var chartColors = window.chartColors;

0 commit comments

Comments
 (0)