Browse Source

update manc-rent-averages... and manc-listing-amounts... files.

master
Craig Oates 2 months ago
parent
commit
bb21f4dbed
  1. 10
      renders/manc-listing-amounts-feb-march-2024.html
  2. 2
      renders/manc-rent-averages-feb-march-2024.html

10
renders/manc-listing-amounts-feb-march-2024.html

@ -0,0 +1,10 @@
<html><head><style>html{
height: 100%;
}
html body{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}</style><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-lite@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-embed@6'></script></head><body><div id='vis'></div><script>var spec = {"data":{"values":[{"company":"Zoopla","quantity":5,"avgRent":1138,"searchRange":"£400–£1300","minRent":1050,"maxRent":1250},{"company":"Open Rent","quantity":114,"avgRent":735,"searchRange":"£400–£1500","minRent":400,"maxRent":1350},{"company":"On The Market","quantity":438,"avgRent":1005,"searchRange":"£300–£1250","minRent":395,"maxRent":1250},{"company":"Roomies","quantity":16,"avgRent":641,"searchRange":"£0–£1200","minRent":400,"maxRent":1000},{"company":"Ideal Flatmate","quantity":17,"avgRent":714,"searchRange":"£200–£1200","minRent":480,"maxRent":956},{"company":"Spare Room","quantity":647,"avgRent":589,"searchRange":"£100–£1260","minRent":300,"maxRent":1260},{"company":"Right Move","quantity":121,"avgRent":1204,"searchRange":"£275–£1500","minRent":945,"maxRent":1495}]},"$schema":"https://vega.github.io/schema/vega-lite/v5.json","title":"Listing Amounts for Manchester (Feb. and March 2024)","width":600,"height":600,"layer":[{"mark":{"type":"bar"},"encoding":{"x":{"field":"company","title":"company","type":"nominal","axis":{"labelAngle":0}},"y":{"field":"quantity","title":"No. of listings","type":"quantitative"},"tooltip":{"field":"quantity"}}},{"mark":{"type":"rule","color":"darkorange","size":3},"encoding":{"y":{"field":"quantity","type":"quantitative","aggregate":"average"},"tooltip":{"field":"quantity","type":"quantitative","aggregate":"average"}}}]}; vegaEmbed("#vis", spec).then(result => console.log(result)).catch(console.warn);</script></body></html>

2
renders/manc-rent-averages-feb-march-2024.html

@ -7,4 +7,4 @@ html body{
display: flex;
justify-content: center;
align-items: center;
}</style><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-lite@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-embed@6'></script></head><body><div id='vis'></div><script>var spec = {"data":{"values":[{"xAxis":"Zoopla","yAxis":1138},{"xAxis":"Open Rent","yAxis":735},{"xAxis":"On The Market","yAxis":1005},{"xAxis":"Roomies","yAxis":641},{"xAxis":"Ideal Flatmate","yAxis":714},{"xAxis":"Spare Room","yAxis":589},{"xAxis":"Right Move","yAxis":1204}]},"$schema":"https://vega.github.io/schema/vega-lite/v5.json","title":"Monthly Average Rent Rates (Bills Inc.) Manchester Feb–March 2024","mark":"bar","width":600,"height":600,"layer":[{"mark":{"type":"bar"},"encoding":{"x":{"field":"xAxis","title":"Company","type":"nominal","axis":{"labelAngle":0}},"y":{"field":"yAxis","title":"Rent (£)","type":"quantitative"},"tooltip":{"field":"yAxis"}}},{"mark":{"type":"rule","color":"darkorange","size":3},"encoding":{"y":{"field":"yAxis","type":"quantitative","aggregate":"average"},"tooltip":{"field":"yAxis","type":"quantitative","aggregate":"average"}}}]}; vegaEmbed("#vis", spec).then(result => console.log(result)).catch(console.warn);</script></body></html>
}</style><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-lite@5'></script><script type='text/javascript' src='https://cdn.jsdelivr.net/npm/vega-embed@6'></script></head><body><div id='vis'></div><script>var spec = {"data":{"values":[{"xAxis":"Prime Location","yAxis":1041},{"xAxis":"Zoopla","yAxis":1138},{"xAxis":"Open Rent","yAxis":735},{"xAxis":"On The Market","yAxis":1005},{"xAxis":"Roomies","yAxis":641},{"xAxis":"Ideal Flatmate","yAxis":714},{"xAxis":"Spare Room","yAxis":589},{"xAxis":"Right Move","yAxis":1204}]},"$schema":"https://vega.github.io/schema/vega-lite/v5.json","title":"Monthly Average Rent Rates Manchester Feb–March 2024","mark":"bar","width":600,"height":600,"layer":[{"mark":{"type":"bar"},"encoding":{"x":{"field":"xAxis","title":"Company","type":"nominal","axis":{"labelAngle":0}},"y":{"field":"yAxis","title":"Rent (£)","type":"quantitative"},"tooltip":{"field":"yAxis"}}},{"mark":{"type":"rule","color":"darkorange","size":3},"encoding":{"y":{"field":"yAxis","type":"quantitative","aggregate":"average"},"tooltip":{"field":"yAxis","type":"quantitative","aggregate":"average"}}}]}; vegaEmbed("#vis", spec).then(result => console.log(result)).catch(console.warn);</script></body></html>
Loading…
Cancel
Save