I want to make a chart that looks like the image below
Now the problem is, I only have the start and end value of "Ideal Tasks Remaining", start value is 2000 and end value 0. I have all the values for "Actual Tasks Remaining". Is this kind of visualization possible in apex-chart or any chart for that matter? Thank you
I have tried giving just the start and end value but that line is not visible. Other line shows just fine.
Maybe this will help. If you know the start and end values of y for the "Ideal Tasks Remaining" then you can calculate the slope of that line and its y values at each x point in your data. You can then feed this into the chart. Here is an example: