Parse Data into Linear Graph by Monday
Budget: $30 – $250 USD
i'm parsing real estate data. i have XML data that I want parsed based on date sold (Descending to Ascending - example>> 01/01-2022 thru 7/01/2022)
I want it to be in a linear graph summarized over 12 months.
X Axis - Months
Y Axis - Monthly Average Sold Price For That Month Based On All The Data
Basically I want to create linear Graph that shows the average sold price per month based on all the properties for each month.
If you look at graphexample.png it displays all the addresses and the linear graph is squished. I want to change it so it is displayed based on Months (X) and Purchase Price (Y)
I want to use chart.js i want the data parsed in javascript via AJAX
I want it to be in a linear graph summarized over 12 months.
X Axis - Months
Y Axis - Monthly Average Sold Price For That Month Based On All The Data
Basically I want to create linear Graph that shows the average sold price per month based on all the properties for each month.
If you look at graphexample.png it displays all the addresses and the linear graph is squished. I want to change it so it is displayed based on Months (X) and Purchase Price (Y)
I want to use chart.js i want the data parsed in javascript via AJAX