comparison client/src/components/fairway/AvailableFairwayDepth.vue @ 3288:c2d753ef5aa1

fairway_availability: sane defaults and ISC colors for diagram
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 16 May 2019 12:48:23 +0200
parents 80ed54cd4210
children 6996aa1d2df9
comparison
equal deleted inserted replaced
3287:80ed54cd4210 3288:c2d753ef5aa1
519 this.drawDiagram(); 519 this.drawDiagram();
520 } 520 }
521 }, 521 },
522 LEGEND: app.$gettext("Sum of days"), 522 LEGEND: app.$gettext("Sum of days"),
523 COLORS: { 523 COLORS: {
524 LDC: "#FF855E", 524 LDC: "#cdcdcd",
525 HIGHEST: "#2D84B3", 525 HIGHEST: "#3675ff",
526 REST: ["#FF424F", "#FF737C", "#FF99A0"] 526 REST: ["#ffaaaa", "#ff6c6c", "#782121"]
527 } 527 }
528 }; 528 };
529 </script> 529 </script>