Skip to content
This repository was archived by the owner on Oct 9, 2022. It is now read-only.

Commit aa936b2

Browse files
Bug fixes, add donut chart, add names and colors and other improvements.
1 parent 13dc644 commit aa936b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This library uses the the name to calculate the values of charts. In face, the n
4545
Also you must set the names of markers and the colors you would like to render. The length of names array must be the same as length of colors array.
4646
```java
4747

48-
String[] markerIcon = {"red", "green", "blue", "yellow"};
48+
String[] names = {"Toyota", "Ford", "Honda", "Dodge"};
4949
int[] colors = {Color.RED, Color.GREEN, Color.BLUE, Color.YELLOW};
5050

5151
```

0 commit comments

Comments
 (0)