riku
2024-09-09 cb99768a728002372bcb80885de2b4b2cd52e303
src/model/Legend.js
@@ -193,6 +193,9 @@
    } else {
      colors = this._custom;
    }
    if (colors == undefined) {
      colors = this._legend_c['PM25'];
    }
    let index = colors.indexOf(color);
    index--;
    if (index < 0) index = 0;