1. 06 Jun, 2015 26 commits
  2. 10 May, 2015 2 commits
  3. 06 May, 2015 1 commit
  4. 05 May, 2015 3 commits
  5. 27 Apr, 2015 1 commit
  6. 20 Apr, 2015 3 commits
  7. 28 Mar, 2015 3 commits
  8. 27 Mar, 2015 1 commit
    • vladsu's avatar
      Set the X axis in subchart to visible or invisible · 1168b692
      vladsu authored
      I'm totally new in the github and all this stuff. Sorry if I do something wrong. 
      
      I came across c3 for two days and found it suitable for me. Thanks for that!
      
      But there are some points which I would like to improve. Here I have added two lines to the c3.js
      and with following options the X axis could be set to hide
      ```
      ...
      axis: {
        x: {
          show: false
        }
      }
      ...
      ```
      http://jsfiddle.net/vladsu/89szjf3r/3/ 
      
      Best wishes,
      Vlad
      1168b692