Skip to content
This repository was archived by the owner on Mar 30, 2024. It is now read-only.

Commit 3166841

Browse files
committed
Fix Typo in Readme
1 parent adadea8 commit 3166841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ and no data from itself. (So create a new device for a full export!)
7373
It is possible to create custom graph-views for the stats view.
7474

7575
### Create your own stats function
76-
> See an example e.g. [PieCategory](https://github.com/KIMB-technologies/TaskTimeTerminateServer/blob/master/php/load/graphs/PieCategory.js)
76+
> See an example e.g. [PieCategory](https://github.com/KIMB-technologies/TaskTimeTerminateServer/blob/master/php/load/graphs/Pie.js)
7777
7878
When the user selects a graph and clicks on *Display Graph* the corresponding JS-file is loaded and the the function `createGraph(combiData, plainData, singleDayData, canvas)`
79-
of this file will be executed. In a file like [PieCategory](https://github.com/KIMB-technologies/TaskTimeTerminateServer/blob/master/php/load/graphs/PieCategory.js)
79+
of this file will be executed. In a file like [PieCategory](https://github.com/KIMB-technologies/TaskTimeTerminateServer/blob/master/php/load/graphs/Pie.js)
8080
such function like `createGraph(combiData, plainData, singleDayData, canvas)` can be defined.
8181

8282
Each function gets four parameters, three `*Data` and one `canvas`.

0 commit comments

Comments
 (0)