Code: Select all
time ; customer_count
2000-01-01T10:00:00; 5
2000-01-01T10:30:00; 6
2000-01-01T11:00:00; 10
2000-01-01T11:30:00; 8
2000-01-01T12:00:00; 3
But the Y-axis should be:
Code: Select all
10:00-10:59
11:00-11:59
12:00-12:59
Here's a sample XML:
test.xml
test.xsd
Can you please help me with this?
Tobias