Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/vue/components/_charts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
});
function createColorArray(length) {
const colors = ["#54ca76", "#f5c452", "#f2637f", "#9261f3", "#31a4e6", "#55cbcb"];
const colors = ["#1e81b0", "##eeeee4", "##e28743", "##eab676", "##76b5c5", "##21130d", "#873e23", "#d5817c"];
let array = [...Array(length).keys()].map(i => colors[i % colors.length]);
// avoid first and last colors being the same
if (length % colors.length === 1) {
Expand Down