diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index e3b7e3fd..71a51ab0 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -44,7 +44,7 @@
{{activeCount}}
-{{valueToRangeValue(activeCountChain, unitTypes.percent).join(' ')}}
-
+
Followed Subscribers
@@ -682,6 +682,9 @@ export default { width:calc(40% + 12px); margin-right:10px; } + .chart-line__drawing { + height: calc(100% - 32px); + } #activeSubscribersChart { height: calc(100% - 52px); }