1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

traffic charts

This commit is contained in:
chomik
2019-04-10 22:59:25 +02:00
parent 5082252dde
commit 86ba97f5e5
2 changed files with 24 additions and 4 deletions
+18
View File
@@ -303,3 +303,21 @@ goals:
series:
- name: Profits
data: [37, 35, 44, 28, 36, 24, 65, 31, 37, 39, 62, 51, 35, 41, 35, 27, 93, 53, 61, 27, 54, 43, 19, 46, 39, 62, 51, 35, 41, 67]
traffic-in:
type: bar
days-labels-count: 10
sparkline: true
series:
- name: Inbound
color: azure
data: [14, 3, 14, 9, 4, 6, 2, 7, 7, 14, 10, 9, 5, 1]
traffic-out:
type: bar
days-labels-count: 10
sparkline: true
series:
- name: Outbound
color: red
data: [3, 9, 7, 14, 4, 5, 9, 1, 7, 10, 14, 14, 2, 6]