• 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
Name
Last commit
Last update
extensions Loading commit data...
htdocs Loading commit data...
spec Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.jshintrc Loading commit data...
.travis.yml Loading commit data...
Gruntfile.coffee Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
c3.css Loading commit data...
c3.js Loading commit data...
c3.min.css Loading commit data...
c3.min.js Loading commit data...
component.json Loading commit data...
package.json Loading commit data...