Jerome

Results 57 comments of Jerome

If people are willing to maintain the project, I'd be happy to give it a try and give them access to the repo. Let me know. On Thu., 15 Aug....

I am not able to repro with pasting your code in jsbin (actually nothing show up). Can you create a valid repro with this [jsbin template](http://jsbin.com/dufibi/3/edit?html,js,output) please?

Can you provide a jsbin to repro the issue instead of saying "me too"?

Using `width` and `height`. Can you provide a [jsbin to repro](http://jsbin.com/dufibi/3/edit?html,js,output)?

Chart.js 1.x was also using canvas so not sure this is relevant. On Tue, Oct 25, 2016 at 7:32 PM, Yuriy [email protected] wrote: > What about ChartJs 2.0 ? >...

No unfortunately Chart.js only supports update of the data, so when labels etc. change we have to delete and re-create the chart. If you want to remove the bouncing effect,...

I might be wrong but I'm pretty sure I tried and it didn't work hence it is like this today. If it isn't the case feel free to submit a...

> Didn't thought the angular version would be slightly "worse" than jquery? :O Snarky comments == trolling to me. Bu maybe you don't even realise... Moreover as I said before,...

Ok no worries. English isn't my first language either so there's that as well. As I said originally, you can disable the bouncing effect by setting the `animation` option to...

All chart.js options can be set via angular-chart. See [this example](https://github.com/jtblin/angular-chart.js/blob/master/examples/app.js#L257) to disable animation. ``` animation: { duration: 0 }, ```