I want the legend label to be exact value instead of less than, more than, and between values range
- 0 instead of "less than 1"
- 1 instead of "between 1 and 2"
- 2 instead of "more than 2"
legend: [1,2],
Anyone know how to accomplish this?
================================================================
And I still don't know how to properly color the legend, I want the colors to be white red blue instead of red blue green like in the picture...
<style type="text/css">
.cal-heatmap-container .q0{fill:rgb(255, 255, 255)} // white
.cal-heatmap-container .q1{fill:rgb(255, 100, 100)} // red
.cal-heatmap-container .q2{fill:rgb(100, 100, 255)} // blue
</style>