Added Donut Chart support for HighChart ExtJs 4 extension
Donut Chart support is added to the latest HighChart ExtJs 4 extension. The code and an example are included in my latest github. You can also try the demo in joekuan.org. The example uses the same dataset as demonstrated in original Highchart example. Read more 
Highstock is working on ExtJs 4!! (Experimental)
Wahey!! I got Highstock working on ExtJs 4 after a full day hacking on my HighChart ExtJs 4 extension. Although HighStock shares common APIs to HighChart, the extension requires quite a few changes. Well, hopefully I can release the package probably sometime next week, need to create a lot of examples to make sure everything is working.
HighCharts extension for ExtJS 4

Recently, I received more emails asking me for getting the HighCharts to run on ExtJs 4. I didn’t expect anyone will be interested as ExtJs 4 comes with its own chart library. Well, here is it is. I have ported the HighChart ExtJs 3 Adapter to ExtJs 4. Note that this is a true native ExtJs 4 port, such that none of the ExtJs 3 compatible classes are required. Please read this article before using the extension. Enjoy!! Read more 
Integrating Highcharts Gauge/Dial chart into ExtJS
Although Highcharts currently doesn’t support Gauge/Dial chart, it is planned in the future release. However, I found there is a quick mocked up code in the feature request post with an online demo. So I have modified the code with the following features:
- display the gauge chart within a ExtJS 3 panel.
- autoscale within the panel
- add subtitle next to the gauge
- animation when value change Read more

Making Highcharts support right-click context menu
Currently, Highcharts (v2.1.4) doesn’t support (right click) context menu but this is in the feature request. Unfortunately, I don’t have the luxury to wait for the democratic process. So I did it the hard way and spent half a day to understand the Highcharts code and made the necessary changes to support right click context menu.
Read more 
Highcharts Adapter for Ext JS with animation support
Here is a modified version of Highcharts Adapter for Ext JS that supports both initial and update animations.
You can download via github: http://github.com/JoeKuan/Highcharts-Ext-JS-Adapter
The original author of Highcharts Adapter is buz posted it onto the forum. I modified it to bring the stylish Highcharts animations into the elegant Ext JS. Read more 




