|
|
|
|
|
by mr-wendel
777 days ago
|
|
Ditto here. I thought I'd try Apex Charts on my most recent project and regret it: - mobile support works, but is poorly done
- very heavy library to load
- RAM intensive; a few charts w/ lots (e.g. ~100) data points spirals out of control (e.g. memory spikes from 60 MB to 700 MB). On mobile this basically guarantees that the tab crashes.
- UI interactions feel laggy and lack responsiveness (e.g. panning is pure guesswork) I thought the SVG vs canvas focus would be nice, but not at these costs. |
|