could you please tell me how to give different colour to line in. Actually I am using highchart library in my app.I want to display three colour of strip line or line. I am not able to give color to individual line but I am able to give background colour to individual section. Actually I want to give different line colour instead of background colour.
I don’t want background colour (green, prink ,black). I want three type of line having green, pink and black color
here is my code:
{
chart: {
renderTo: 'container',
type: 'gauge',
backgroundColor: 'transparent',
plotBackgroundColor: null,
plotBackgroundImage: null,
plotBorderWidth: 0,
plotShadow: false,
height:240,
width:290
},
credits: {
enabled: false
},
title: {
text: ''
},
pane: {
center: ['50%', '75%'],
size: '100%',
startAngle: -120,
endAngle: 120,
background: [{
borderWidth: 0,
backgroundColor: 'transparent'
}],
},
different color of strips and lines. I don't want background color instead of I need to give color to lines ,,,can we give this? I need to change the line color or small strip colour there are around 100 small line. I need to display in different colours