1. 03 Jun, 2014 2 commits
  2. 02 Jun, 2014 4 commits
  3. 01 Jun, 2014 6 commits
  4. 31 May, 2014 5 commits
  5. 30 May, 2014 6 commits
  6. 29 May, 2014 13 commits
  7. 28 May, 2014 4 commits
    • Masayuki Tanaka's avatar
      Fix legend position when flush() called · 5edb2498
      Masayuki Tanaka authored
      5edb2498
    • Masayuki Tanaka's avatar
      Fix nan of label for arc · a60d1d39
      Masayuki Tanaka authored
      a60d1d39
    • Ian Page Hands's avatar
      add cusom name support · a100058e
      Ian Page Hands authored
      a100058e
    • Brandon Bernal's avatar
      Suggested changes made · b8a466db
      Brandon Bernal authored
      Good catch. <code>init()</code> is now only defining the <code>text</code> tag in the main chart. I've moved the setting of the <code>x</code> and <code>y</code> into <code>redraw()</code> along with the label text. <code>x</code> and <code>y</code> are using <code>width</code> and <code>height</code> instead of calculating <code>(getCurrentWidth() - margin.left - margin.right)</code> as before. Indentation corrected as well, so Travis CI shouldn't error out on that either.
      b8a466db