-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with chart.js 2.0 #123
Comments
+1 Lack of simple things like multiple Y axis that are updated in Chart.js 2.0 would be very usefull in this directive. Can anyone create a fork to try to integrate the new Chart.js? |
+1 |
1 similar comment
+1 |
2.0 is still alpha and only released 2 weeks ago: https://github.com/nnnick/Chart.js/releases/tag/2.0.0-alpha3. I'll probably start looking into it soon-ish, happy to consider a PR if someone is willing to. I haven't looked at what the breaking changes are yet. |
+1 |
2 similar comments
+1 |
+1 |
As per https://github.com/nnnick/Chart.js/tree/v2.0-dev, it isn't ready yet.
|
FYI I've started working on this last weekend and I will continue this one and push a branch with what I have then. |
Those interested into 2.0 support should try out chartjs-2.0 branch. Most of the homepage examples now work properly. I had to disable the realtime ticks chart as it was using too much cpu. Here are some of the major and breaking changes:
You should be able to test the examples by opening I'd appreciate feedback and issues with this new version. Please prefix issues with |
I've now updated the dist for the branch. Chart.js dependency is also updated in bower (not released to npm yet) so all dependencies can be retrieved via bower normally now. Remaining items (non exhaustive):
|
Opened chartjs/Chart.js#2040 for tracking the realtime chart performance problem. |
However I recommend using the latest Chart.js in v2.0-dev branch for better performance and latest fixes: https://github.com/nnnick/Chart.js/blob/v2.0-dev/dist/Chart.js |
Very nice, thank you for the dist and the direct improvement of the library. |
All tests now pass with Chart.js 2.0 branch. I've now published a |
Hy dudes. Is it possible combine bar chart and line chart with Chart.JS 1.0? Thanks!! |
Not with Chart.js 1.0, it's possible with Chart.js 2.0 but not yet with angular-chart 1.0.0-alpha1. See #336. |
@jtblin can we merge this into master? 2.0 will be released shortly and all of there efforts are on 2.0 which means people should start the migration to 2.0. We can tag the current stable and release minor versions if we have to in a tag/branch for 1.x. |
@niemyjski until chart.js Moreover I may have more breaking changes that I want to release as part of Latest version is published to npm as |
@jtblin Were working on getting it merged in. |
@jtblin chartjs 2.0 has been released :) |
I've published a new version
|
Hi, what about giving the option to better config all the params on dataset? imagine making a chart with a filled line and a plain line, it will be at the moment it's not possible to configure PER dataset attributes, just the global params via maybe adding another props like "datasetProps" that take an array of objects that will (at each index) extends the dataset? just wondering :) i am thinking to all the various options, including mixing dashed chart with standard, changing the tension (i have to chart a squared wave, and tension have to be 0 and an analog sin wave, with of coruse a bit of tension to make it nicer and smooth) hope that you understand my shitty english guys ;) |
Hey, (on angular-chart.js StackedBarExample, they are not there http://jtblin.github.io/angular-chart.js/examples/stacked-bars.html |
Ah, found it:
I couldn't find it in readme (there is just a note that chart-legend was removed). It may be handy to add a note there about how to enable it in options. |
Hello,
ps: may be because of option "animation:true" when I delete it it works fine ?!?!?!
But my colors aren't applied in this v2 support but in v1 support it works fine ... thanks in advance |
@istiti please open separate issues with repro steps. |
@ramarro123 There is a PR in the works that should suit your needs #391 |
|
I've now published 1.0.0-beta1 which adds support for bubble charts and a few other things. That means I am not planning to do any major (breaking change) to the API for now. Given it has been in |
Is the ability to adjust axes to nonlinear scales possible? (i.e. logarithmic, exponential, etc.) |
Hi, |
Fix #123 and #428 # Conflicts: # .dockerignore # .travis.yml # Dockerfile # README.md # angular-chart.js # angular-chart.less # bower.json # dist/angular-chart.css # dist/angular-chart.js # dist/angular-chart.js.tar.gz # dist/angular-chart.min.css # dist/angular-chart.min.css.map # dist/angular-chart.min.js # dist/angular-chart.min.js.map # examples/charts.html # examples/charts.template.html # gulpfile.js # package.json # test/fixtures/coverage.js # test/test.unit.js
Error: Chart.js library needs to included, see http://jtblin.github.io/angular-chart.js/ What is the matter, anyway? |
And then what? I don't understand you mate. |
When running bower install on "angular-chart.js": "1.0.1" it seems to lack Chart.js |
I ran into same problem when I was trying to load the page
I installed angular-chart by bower. I found a workaround, add below into your own project bower.json
|
Not compatible with chart.js 2.0. Compatibility is needed since in chart.js there are significant performance improvements and fix of proper support for negative values in the bar chart.
The text was updated successfully, but these errors were encountered: