Setup proxy, change scaling, and add chart zoom

This commit is contained in:
2019-10-05 20:19:25 -04:00
parent 4f2a0915ad
commit 76e6955a03
6 changed files with 26 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ export class WeatherService {
constructor() {
this.connection = new HubConnectionBuilder()
.withUrl('http://172.23.10.3:80/api/hub/weather')
.withUrl('/api/hub/weather')
.build();
this.connection.on('LatestReading', (message: string) => {