I've never used Ember Components before, so I wanted to try making something similar to my React Highcharts component in Ember. I wasn't quite a fan of the existing docs Mistake I made here: instead of using the global $, this.$ needs to be used to specifically get the component jquery object. Conclusion Using the Ember.Component event cycle, I can manage the overall Highcharts instance fairly eas
