#768 closed defect (fixed)
vml chart var x not defined
Reported by: | dylan | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
line 163 of widget/vml/Chart.js, x is not previously defined in scope
line.setAttribute("from", x+","+this.properties.padding.top);
also two instances of a a variable named v, one in the vml version, one in the svg version, that are used in += case without previously being defined.
Note: See
TracTickets for help on using
tickets.
Fixed.