Habe soweit alles zum laufen jedoch möchte ich das er mir im Graph die Uhrzeit anzeigt, jedoch wenn ich das so mache:
zeigt er mir den Graph nicht mehr an, lasse ich "date" weg, klappt alles aber die Uhrzeiten sind falsch.
XML Sieht so aus:
XML
<?xml version="1.0" encoding="utf-8"?>
<PlayerList>
<timecount timecount="1493161200">
<count>5</count>
</timecount>
<timecount timecount="1493164800">
<count>20</count>
</timecount>
<timecount timecount="1493168400">
<count>15</count>
</timecount>
<timecount timecount="1493172000">
<count>10</count>
</timecount>
<timecount timecount="1493175600">
<count>30</count>
</timecount>
<timecount timecount="1493179200">
<count>10</count>
</timecount>
<timecount timecount="1493182800">
<count>3</count>
</timecount>
<timecount timecount="1493186400">
<count>7</count>
</timecount>
<timecount timecount="1493190000">
<count>8</count>
</timecount>
<timecount timecount="1493193600">
<count>10</count>
</timecount>
<timecount timecount="1493197200">
<count>1</count>
</timecount>
</PlayerList>
Alles anzeigen