Home Forums Chart Support 1 Spline Chart with two lines Reply To: 1 Spline Chart with two lines

#37531

@thangaraj-raman many thanks for this, ive managed to now get it working. Much appreciated.

Is there a way i can align the humidy y axis scale on the right instead?

I’ve tried using

  axisY:[
    {
      title: "Temp",
    },
  ],
  axisY2:[
    {
      title: "Humidity",
    }
  ],

But it only shows the left hand temp axis