Create pie chart from php using mysql table

前端 未结 3 1572
别那么骄傲
别那么骄傲 2020-12-21 05:56

I have a mysql table like below

buy_trader    qty
--------------------
abc          48000
xyz          40000
pqr          35000
Others       88000

3条回答
  •  粉色の甜心
    2020-12-21 06:42

    Some more "charting" libraries what you can work with: Chart.Js AmCharts

    And I found an article, too about it.

    (Edit: Formating)

提交回复
热议问题