You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it does not make much sense to treat 0 and null different like the module currently does.
If one wants to treat them the same using 7-color colorRange, there is a issue in the legend rendering when where the two colors are listed twice and the legend being cut-off because the module can not correctly handle 7 colors in it:
I think the only clean way to solve is to have a boolean option that makes 0 and null equal color so colorRange can be defined using six colors.
See go-gitea/gitea#22157 for more details and a workaround I've added to fix the legend rendering.
The text was updated successfully, but these errors were encountered:
I think it does not make much sense to treat
0
andnull
different like the module currently does.If one wants to treat them the same using 7-color
colorRange
, there is a issue in the legend rendering when where the two colors are listed twice and the legend being cut-off because the module can not correctly handle 7 colors in it:I think the only clean way to solve is to have a boolean option that makes
0
andnull
equal color socolorRange
can be defined using six colors.See go-gitea/gitea#22157 for more details and a workaround I've added to fix the legend rendering.
The text was updated successfully, but these errors were encountered: