this.color = function()

in src/js/modules/choropleth.js [631:635]


            this.color = function(swing, prediction) {

                return (swing < 0) ? self.scaleRed(Math.abs(swing)) : self.scaleBlue(swing) ;               

            }