CafeHey
CafeHey

Reputation: 5820

What charting js library does salesforce's analytics?

I was wondering if anyone could identify what charting/graphing library salesforce's analytics uses for their site.

https://www.salesforce.com/analytics-playground/wave/explore.html?app=onboarddash#dashboard/99000000011

Not sure if it's D3, or something in-house.

Upvotes: 1

Views: 240

Answers (2)

edmengel
edmengel

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

Andrey
Andrey

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

Related Questions