79093310

Date: 2024-10-16 09:11:50
Score: 1.5
Natty:
Report link

first arrange the services

series.map((m, index) => {
      if (m.prices && m.prices.length > 0) {
        return { name: m.name, data: m.prices, color: this.colors[index] };
      }
    });

then uncomment this

this.chart.updateOptions({ yaxis: this.getYAxisNotGrouped() });
enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mohsin Iqbal