I am looking to create a forecast chart that includes both Actual values (presented as a line chart) and projected values (displayed as a dotted chart). An example of what I have in mind can be seen here, created using Excel: https://i.sstatic.net/q18An.png
Although I couldn't locate a ready-made example on the ECharts library website , I am determined to achieve this chart with their tools.
If anyone has suggestions or guidance on how to construct this type of chart using javascript, I am open to exploring alternative libraries such as ChartJs. Any help would be greatly appreciated!