Home > Backend Development > PHP Tutorial > javascript - How does php elegantly pass data to the date attribute of front-end Echarts?

javascript - How does php elegantly pass data to the date attribute of front-end Echarts?

WBOY
Release: 2016-09-13 09:00:16
Original
1016 people have browsed it

javascript - How does php elegantly pass data to the date attribute of front-end Echarts?
For example, the two kinds of data marked in the red box in the screenshot are arrays of assoc_array type that I took directly from the database. How do I convert the array, or what kind of array or json should PHP use to pass to the front end? ? Can you give me an example? Thank you! ! ! ~

Reply content:

javascript - How does php elegantly pass data to the date attribute of front-end Echarts?
For example, the two kinds of data marked in the red box in the screenshot are arrays of assoc_array type that I took directly from the database. How do I convert the array, or what kind of array or json should PHP use to pass to the front end? ? Can you give me an example? Thank you! ! ! ~

You can write a function to generate an object based on the object of each item in the data array, then traverse your array to generate the value of each item of the array you need, and add it to a new array, which is equivalent to an object array. This is how to process the data in the second red box. The first one is directly an array. Anyway, it’s the same thing
The above is just my opinion, maybe it’s not mature enough, please forgive me.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template