Andrey Selitsky
Andrey Selitsky

Reputation: 2604

ExtJs 4 Line chart performance

I have a simple line chart in EXTJS4 with multiple series. The total count of points in lines is about ~5k.

ExtJs 4 chart renders it, but pretty slowly so I'm looking for a way to decrease rendering time. Y axis - numeric, X axis - time. Flash chart from ExtJs3 renders the same data set much faster.

Any ideas?

Upvotes: 2

Views: 1996

Answers (1)

Adrian Heilbut
Adrian Heilbut

Reputation: 103

I recommend trying Flot for the charts instead: http://code.google.com/p/flot/

Upvotes: 2

Related Questions