Giter Site home page Giter Site logo

c3-chart's People

Contributors

jeff-phillips-18 avatar legege avatar maseh87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

c3-chart's Issues

bower install error

HI Ive just installed this using bower and I get a error as the bower.json file has the main: set to "c3-chart.js" when it should be "dist/c3-chart.js" once I change that the usemin block will work as grunt usermin uses the main path for the include in the page as I use usermin to concat vendor js file . Also the css file as not included when using bower + usermin .. Im new to bower and yo angular generator so It might just be a issue when using them with this..

Thanks for this library love it ๐Ÿ‘

change chart directive data attribute

the data attr is already a HTML5 valid attr name. Don't use that one, use another name like....
or . Something that makes sense but is not data. Look up synonyms.

Dynamic id chart rendering

<div ng-repeat="item in items">
    <c3-chart id="chart-{{item.name}}" config="item.chartConfig"></c3-chart>
</div>

This does not display charts, not even axis.

Unable to bind chart to element when charts are used in directives

I created a directive that contains a c3-chart and I have multiples of these directives on a page. For the binding to work I have to set the ID of the c3-chart directive in the controller for my directive. Basically, I am appending 'myChart' to an ID that is passed to my directive. However, when I do this the chart is not drawn and it's due to d3_select not finding the element.

I have found that by putting the c3.generate and c3Factory.register calls in the c3Chart directive in a timeout function my charts are bound and hence drawn correctly.

bower version seems to be very old

Is it possible to release the latest version? I just found out that I problem I had with the directive was solved here on github but not accessible through bower.

Thank you

package the css file

current the css file is not included in the bower package. Needs to be sent as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.