comparison client/src/components/fairway/AvailableFairwayDepth.vue @ 3291:6996aa1d2df9

available_fairway_depth: switched colors
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 16 May 2019 12:53:46 +0200
parents c2d753ef5aa1
children 7ab8a176db92
comparison
equal deleted inserted replaced
3288:c2d753ef5aa1 3291:6996aa1d2df9
521 }, 521 },
522 LEGEND: app.$gettext("Sum of days"), 522 LEGEND: app.$gettext("Sum of days"),
523 COLORS: { 523 COLORS: {
524 LDC: "#cdcdcd", 524 LDC: "#cdcdcd",
525 HIGHEST: "#3675ff", 525 HIGHEST: "#3675ff",
526 REST: ["#ffaaaa", "#ff6c6c", "#782121"] 526 REST: ["#782121", "#ff6c6c", "#ffaaaa"]
527 } 527 }
528 }; 528 };
529 </script> 529 </script>