creating basic gradient legend, does not use input values. Also fixed gradient function preceding 0s

This commit is contained in:
yamanq 2016-04-14 20:06:07 -04:00
parent 6309c2531a
commit 13b9ba8afa

View File

@ -180,8 +180,13 @@ img {
}
.legend {
border: 1px solid;
background-color: red;
border-collapse: collapse;
}
.legendcell {
width: 2px;
height: 25px !important;
}
.normal {