Closed sroze closed 9 years ago
I'm sorry for late reply. I'll review your PR during one day.
Can you give an example when this compatibility would be useful?
The scatter chart generates his labels based on value of points. So it uses only one field - array of datasets. I think an additional wrapper around datasets isn't good idea.
I'll merge your changes if you give the example, which show that it would be useful.
@dima117 basically, it's required to work with the angular-chart.js
integration because it's the kind of objects it's working with with it creates the data.
Done. I'll update minified files soon.
Thanks :+1:
Minified files has been updated.
Awesome! :+1;
On Wednesday, June 24, 2015, dima117 notifications@github.com wrote:
Minified files has been updated.
— Reply to this email directly or view it on GitHub https://github.com/dima117/Chart.Scatter/pull/11#issuecomment-114985347.
It appears that Chart.js sends graph initialisation parameter with an object that contains
datasets
instead of sending datasets directly.This adds the compatibility layer that supports this.