Skip to content

Commit 3896a53

Browse files
committed
chore: signature fix
1 parent 2b7c92a commit 3896a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/charting/charts/Chart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ export abstract class Chart<U extends Entry, D extends IDataSet<U>, T extends Ch
10971097
*
10981098
* @param desc
10991099
*/
1100-
public setDescription(desc) {
1100+
public setDescription(desc: Description) {
11011101
this.mDescription = desc;
11021102
}
11031103

0 commit comments

Comments
 (0)