Преглед на файлове

traffic: using logarithmic scale to better cope with outliers

Rodja Trappe преди 2 години
родител
ревизия
346226e2ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      traffic_tracking.py

+ 1 - 1
traffic_tracking.py

@@ -28,7 +28,7 @@ class TrafficChard(ui.chart):
             'title': {'text': 'Page Visits'},
             'navigation': {'buttonOptions': {'enabled': False}},
             'chart': {'type': 'line'},
-            'yAxis': {'title': False},
+            'yAxis': {'title': False, 'type': 'logarithmic', },
             'xAxis': {
                 'type': 'datetime',
                 'labels': {'format': '{value:%b %e}', },