Sure it's possible. First you need to see if Ext JS can do what you need it to do so you aren't loading d3js if you don't need to (it will save performance if you don't). If you still need to (Ext JS for some reason cannot or just laziness) then you can render the d3js component after the Ext JS component has rendered.
Sure it's possible. First you need to see if Ext JS can do what you need it to do so you aren't loading d3js if you don't need to (it will save performance if you don't). If you still need to (Ext JS for some reason cannot or just laziness) then you can render the d3js component after the Ext JS component has rendered.
@mitchell I would be real nice if you could help point us to some documentation, example codebase that shows D3 integrated with ExtJS. It would help give a good jump start to our team here. I tried searching for it but in vain.
Any gotchas that we need to look out for while integrating D3? Scrolling, alignment, etc would all work fine? Based on whatever I know of D3 .... it works purely on SVG canvas. That can easily be embedded within say the ExtJS Panel?