I am trying to display a simple line chart with Date/Time display on the X axis. I have tried different approaches but I cannot get the DateTime to display properly. The only time when I get something to display is when I use the type 'Category" for the axes, but then the dateFormat is completely ignored and a totally wrong date is displayed. Going through the forums, it looks like many others have faced the same issue. Charting seems to be a drawback with ExtJS4 in general.
I would like to know if anyone has a solution to this issue. Also, has anyone tried integrating a 3rd party charting library with ExtJS4? Any recommendations on that front greatly appreciated.