Change pending points color ramp

dev
Platon Yasev 3 years ago
parent 5a4f52b7e2
commit d764e745a2

@ -4,13 +4,13 @@ const UNMATCH_POINT_SIZE = 3;
export const PENDING_COLOR = { export const PENDING_COLOR = {
property: "prediction_current", property: "prediction_current",
stops: [ stops: [
[170, "#FDEBF0"], [160, "#FDEBF0"],
[200, "#F8C7D8"], [161, "#F8C7D8"],
[220, "#F398BC"], [186, "#F398BC"],
[240, "#EE67A1"], [201, "#EE67A1"],
[250, "#B64490"], [211, "#B64490"],
[270, "#7E237E"], [226, "#7E237E"],
[271, "#46016C"], [251, "#46016C"],
], ],
}; };
export const CANCELLED_COLOR = "#CC2222"; export const CANCELLED_COLOR = "#CC2222";

Loading…
Cancel
Save