I'm a newbie to Angular. I started working with Highcharts. I want to plot line series with multi colors. I'm able to do it with zones, but my requirement is bit different. I want to assign color for each line between points - either for the charts of line type or spline.
Is it possible to plot a line series with different color - irrespective of zones?

You can achieve something similar like in zones by adding a few series type scatter and connect them lineWidth.
For better clarity, to make the scatter plot look like a line, you can disable the point marker.enabled.
Demo:
http://jsfiddle.net/BlackLabel/6f8noxLr/
API References:
https://api.highcharts.com/highcharts/plotOptions.scatter.marker.enabled https://api.highcharts.com/highcharts/plotOptions.scatter.lineWidth