-2

I am trying to achieve something like this using echarts wherein the last part/section of the line chart is dashed, can someone help me figure this out?

Echarts-Line Chart Documentation: https://ecomfe.github.io/echarts-doc/public/en/option.html#series-line

Line Chart

Vinil Vasani
  • 123
  • 3
  • 9

1 Answers1

1

I think the only way you can achieve this now is which two series for one line each. One series for solid line, and the other for dashed line.

Ovilia
  • 7,066
  • 12
  • 47
  • 70