There is a line chart. The indicator line is written like this
series: [{ type: 'line', style: { stroke: '#30BDA7', lineWidth: 2 }, xField: 'name', yField: 'data1' }] Tell me, is there any possibility at all to draw not a solid line, but let's say the dotted line?