Here is the important part of my code. For some reasons, there is a problem with the "errorBars2". It always returns this error:
Invalid value for <path> attribute d="M40.5,NaNL40.5,NaNZ"
I spent now hours on searching for the mistake but I can't find it! Could somebody explain me what's the problem with the "errorBars2"?
In errorBarArea2 you have written for
but in the JSON structure it is not available change it to
+d.moe3_after
and you have written
but in the JSON structure it is not available change it to
+d.moe4_after
So the final code is