Reputation: 5820
I was wondering if anyone could identify what charting/graphing library salesforce's analytics uses for their site.
Not sure if it's D3, or something in-house.
Upvotes: 1
Views: 240
Reputation: 546
It is 100% written from scratch ground up, and yes, it does leverage React and HTML5 Canvas, or in the case of the mobile app, the JavaScript scene graph is rendered natively using OpenGL.
Upvotes: 0
Reputation: 4050
This is a custom chart widget built with react
, backbone
and underscore
. I'm not sure if not obfuscated code is abailable.
Upvotes: 1