Code to help with the re-arranging of my life in 2024.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
3.2 KiB

<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":[{"rowId":23,"location":"Manchester England","rent":650,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/489135"},{"rowId":22,"location":"Manchester England","rent":575,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/354296"},{"rowId":21,"location":"Manchester England","rent":475,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/361541"},{"rowId":19,"location":"Manchester England","rent":600,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/396587"},{"rowId":18,"location":"Talbot Road Manchester England","rent":450,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/267267"},{"rowId":16,"location":"Stockdale Road Manchester England","rent":750,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/344733"},{"rowId":15,"location":"Yates Street Rhodes England","rent":430,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/393284"},{"rowId":14,"location":"Manchester England","rent":580,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/434137"},{"rowId":13,"location":"Manchester England","rent":1000,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/406205"},{"rowId":11,"location":"Briarfield Road Manchester England","rent":700,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/328052"},{"rowId":8,"location":"Old Trafford England","rent":600,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/439451"},{"rowId":7,"location":"Manchester England","rent":600,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/476586"},{"rowId":5,"location":"Beswick Street Manchester England","rent":750,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/481551"},{"rowId":3,"location":"Manchester Road Denton England","rent":400,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/484296"},{"rowId":2,"location":"Openshaw Walk Manchester England","rent":700,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/392849"},{"rowId":0,"location":"Nobel Way Manchester England","rent":1000,"billsInc":"Yes","url":"https://www.roomies.co.uk/rooms/502205"}]},"$schema":"https://vega.github.io/schema/vega-lite/v5.json","title":"Rent Rates for Manchester on Roomies (29/02/2024)","width":600,"height":600,"layer":[{"mark":{"type":"bar"},"encoding":{"x":{"field":"rowId","title":"Assigned Id.","type":"nominal","axis":{"labelAngle":0}},"y":{"field":"rent","title":"Monthly Rent with Bills Inc. (£)","type":"quantitative"},"tooltip":{"field":"rent"}}},{"mark":{"type":"rule","color":"darkorange","size":3},"encoding":{"y":{"field":"rent","type":"quantitative","aggregate":"average"},"tooltip":{"field":"rent","type":"quantitative","aggregate":"average"}}}]}; vegaEmbed("#vis", spec).then(result => console.log(result)).catch(console.warn);</script></body></html>