apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.03k stars 1.28k forks source link

Add single series forecasting from a multiseries line chart #4447

Open DenielPereira opened 2 months ago

DenielPereira commented 2 months ago

Summary

Add a single series forecasting (dashed line) from a multiseries line chart, like indicated in the image:

apexcharts

API Changes

I think changing the forecastDataPoints option, somehow informing that the predictive data should be in the last line of the graph.

Intended Use Case

If the line graph is showing time (year and month), the predictive values ​​would only be in the last line, because the other lines are past data.

github-actions[bot] commented 2 days ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.