Skip to content

Commit

Permalink
update marker color
Browse files Browse the repository at this point in the history
  • Loading branch information
renanpupin committed Feb 16, 2019
1 parent 6c825bc commit 40d9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/model/marker_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MarkerChart.prototype.generateChartUrl = function(features, attributesMinMaxValu
}else if(type === "line"){
let normalizedColor = this.getColorForNormalizedValue(result.avg);

url += `&chm=B,${normalizedColor},0,0,0`;
url += `&chm=B,${normalizedColor},0,0,0`; //&chm=a,990066,0,0.0,9.0|o,FF0000,0,1.0,25
colors = normalizedColor;
gChartType = "lc"; //lc:nda
size = "100x100";
Expand Down

0 comments on commit 40d9611

Please sign in to comment.