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 = {
property: "prediction_current",
stops: [
[170, "#FDEBF0"],
[200, "#F8C7D8"],
[220, "#F398BC"],
[240, "#EE67A1"],
[250, "#B64490"],
[270, "#7E237E"],
[271, "#46016C"],
[160, "#FDEBF0"],
[161, "#F8C7D8"],
[186, "#F398BC"],
[201, "#EE67A1"],
[211, "#B64490"],
[226, "#7E237E"],
[251, "#46016C"],
],
};
export const CANCELLED_COLOR = "#CC2222";

Loading…
Cancel
Save