Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What charting library does Azure use for their portal

I like the look and feel of the charts that are in Azure's portal, and I'd like to use them in some of my projects. Does anyone know what JavaScript library they use?

like image 503
John C Avatar asked Nov 09 '22 01:11

John C


1 Answers

I found that they are using D3.js as their charting library. https://d3js.org

like image 57
John C Avatar answered Nov 14 '22 20:11

John C