소스 검색

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}', },