Switch to combined chart

This commit is contained in:
2019-10-01 20:01:20 -04:00
parent 3caaca9793
commit 25eca0e078
7 changed files with 77 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ const routes: Routes = [
component: WeatherCurrentComponent
},
{
path: 'weather-charts/:type',
path: 'weather-charts',
component: WeatherChartsComponent
},
{