2amigos / yii2-chartjs-widget

ChartJs Widget For Yii2
https://2amigos.us
Other
109 stars 67 forks source link

Create a chart based on MySQL database #46

Open KillerSH opened 4 years ago

KillerSH commented 4 years ago

How can I use data from my MySQL database to create a chart?

ynroot commented 3 years ago

@KillerSH have you managed to create the chart with data from the database?

KillerSH commented 3 years ago

Replace the value from data with info from your database. Your data from database should be imported into an array or list in order to put their elements in 'data' => [array[0], array[1], ...]