ember-cli-chart icon indicating copy to clipboard operation
ember-cli-chart copied to clipboard

must use Ember.set() to set the `datasets` property

Open sibijohn72 opened this issue 7 years ago • 1 comments

Hey, i am getting the following error when trying to use this addon.

ember.debug.js:26518 Assertion Failed: You must use Ember.set() to set the datasets property (of [object Object]) to [object Object]. Error at Object.assert (http://localhost:4200/assets/vendor.js:24286:15) at Object.SETTER_FUNCTION [as datasets] (http://localhost:4200/assets/vendor.js:34120:38) at initConfig (http://localhost:4200/assets/vendor.js:69170:17) at Chart.construct (http://localhost:4200/assets/vendor.js:69212:13) at new Chart (http://localhost:4200/assets/vendor.js:71759:8) at Class.didInsertElement (http://localhost:4200/assets/vendor.js:80192:19) at Class.superWrapper [as didInsertElement] (http://localhost:4200/assets/vendor.js:55970:22) at Class.trigger (http://localhost:4200/assets/vendor.js:58003:23) at Class.superWrapper [as trigger] (http://localhost:4200/assets/vendor.js:55970:22) at CurlyComponentManager.didCreate (http://localhost:4200/assets/vendor.js:30094:19)

sibijohn72 avatar Sep 08 '17 09:09 sibijohn72

My application is running on the following versions of Ember and jQuery. Ember : 2.14.0 jQuery : 3.2.1

sibijohn72 avatar Sep 08 '17 09:09 sibijohn72

I'm guessing this is fixed now?

RobbieTheWagner avatar Feb 27 '23 13:02 RobbieTheWagner