Hi there,
I keep getting this error for some of my scatter plotsSVG4601: SVG Path data has incorrect format and could not be completely parsed
. My plot works in chrome. I will post data that doesn’t work in ie
also before I plot the data, I pass the x values to the function
function toDate(d) {
return new Date(d).getTime();
}
because my x axis is time. Also I can see some of my annotations on the graph but there not at the proper x value. They’re structured like this,
I saw another post which pointed someone to http://stackoverflow.com/questions/28240796/d3-svg4601-svg-path-data-has-incorrect-format-and-could-not-be-completely-par which is a similar error but does not help me out. Any ideas?