creating graph from array

Viewed 9
[0] => Array
        (
            [X] => A0
            [DATA] => Array
                (
                    [AUG-22] => Array
                        (
                            [LOI (this another X)] => 47.73
                        )

                    [SEP-22] => Array
                        (
                            [LOI (this another X)] => 125
                        )

                )

        )

hello guys, i have a question, can i make a graph using array like that?

i want the chart to be like that

i want the chart to be like that image

0 Answers
Related