Browse Source

Remove useless variable

pull/785/head
Masayuki Tanaka 10 years ago
parent
commit
f294b7b19e
  1. 1
      c3.js
  2. 4
      c3.min.js
  3. 1
      src/core.js

1
c3.js

@ -124,7 +124,6 @@
$$.legendStep = 0;
$$.legendItemWidth = 0;
$$.legendItemHeight = 0;
$$.legendOpacityForHidden = 0.15;
$$.currentMaxTickWidths = {
x: 0,

4
c3.min.js vendored

File diff suppressed because one or more lines are too long

1
src/core.js

@ -119,7 +119,6 @@ c3_chart_internal_fn.initParams = function () {
$$.legendStep = 0;
$$.legendItemWidth = 0;
$$.legendItemHeight = 0;
$$.legendOpacityForHidden = 0.15;
$$.currentMaxTickWidths = {
x: 0,

Loading…
Cancel
Save