I want to have different colors for the curves, I am using the following curve definition
[ { attenuation: -2, lineWidth: 1, opacity: 0.6, color: "229,231,233", }, { attenuation: 2, lineWidth: 1, opacity: 0.8, color: "255,159,148", }, { attenuation: 1, lineWidth: 1.5, opacity: 1, color: "109,111,189", }, ]
But the wave is shown in default white color only.
I want to have different colors for the curves, I am using the following curve definition
[ { attenuation: -2, lineWidth: 1, opacity: 0.6, color: "229,231,233", }, { attenuation: 2, lineWidth: 1, opacity: 0.8, color: "255,159,148", }, { attenuation: 1, lineWidth: 1.5, opacity: 1, color: "109,111,189", }, ]
But the wave is shown in default white color only.