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
This has tripped me up a couple of times when I've been debugging. I wonder if it could be useful to rename the svg variables to something more descriptive? I'm not sure what would be a good name... maybe chart_g or something?
The text was updated successfully, but these errors were encountered:
I think this is an excellent idea James. We will have a look at the naming but ideally something more discriptive as you metioned would be ideal. I'll update you once we have something set up.
In some of the templates, a variable called
svg
actually refers to ag
element that is a child of thesvg
element. For example,Charts/bar-chart-horizontal-stacked/script.js
Lines 69 to 76 in d1d511e
This has tripped me up a couple of times when I've been debugging. I wonder if it could be useful to rename the
svg
variables to something more descriptive? I'm not sure what would be a good name... maybechart_g
or something?The text was updated successfully, but these errors were encountered: