-
Notifications
You must be signed in to change notification settings - Fork 379
Closed
Labels
Description
Hello there,
I'm having a very strange issue where I am not able to draw any lines on any of my charts with our live code.
If I run one of the examples on its own, I can see the lines with no issues.
However, if I copy and paste the exact same code onto my site, the same chart will not display the lines.
I have ensured that I'm using exactly the same dependencies in both places (to the point where I copied the same files to their respective /js folders). I've ensured that we have no CSS touching any Canvas elements, so I am truly at a loss for why this is not working.
Any tips for what else I should be looking at? Should I provide any code snippets?
Thank you!