I have this array
Array
(
[Sat] => Array
(
[11] => 4
[13] => 1
[14] => 5
[15] => 1
[17] => 2
[18] => 2
[20] => 1
[22] => 1
[23] => 1
)
[Sun] => Array
(
[00] => 1
[02] => 1
)
)
Which represent Day –
[DAY] => Array
(
[HOUR] => Size Of bubble
)
How can I generate this array to be bubble chart as the photo below
Please Advice