Browse Source

Remove class 'c3' when destroy() called - #233

pull/246/head
Masayuki Tanaka 11 years ago
parent
commit
1bc0078694
  1. 2
      c3.js
  2. 2
      c3.min.js

2
c3.js

@ -4504,7 +4504,7 @@
c3.destroy = function () {
c3.data.targets = undefined;
c3.data.xs = {};
selectChart.html("");
selectChart.classed('c3', false).html("");
window.onresize = null;
};

2
c3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save