You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use annotations to display hvac 'state' bands over top of my graph. I have a simple example that should display 12 different bands on the page but I run into an exception. Here is the code:
Copy/pasted from @grimace's issue here: d3plus/d3plus#718
I'm attempting to use annotations to display hvac 'state' bands over top of my graph. I have a simple example that should display 12 different bands on the page but I run into an exception. Here is the code:
when I run it it hits and exception and draws 4 Rects in the correct place and the rest in the upper left corner of the graph. The exception is:
d3plus.full.js:12721 Error: <rect> attribute transform: Expected number, "… translate(undefined,178.87…".
not sure why some would display correctly and some not.
The text was updated successfully, but these errors were encountered: