1. 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
  2. 17 Mar, 2015 2 commits
  3. 16 Mar, 2015 2 commits
  4. 15 Mar, 2015 12 commits
  5. 14 Mar, 2015 5 commits
  6. 11 Mar, 2015 2 commits
  7. 10 Mar, 2015 3 commits
  8. 08 Mar, 2015 7 commits
  9. 07 Mar, 2015 4 commits
  10. 06 Mar, 2015 2 commits