fix: leaderboard chart
This commit is contained in:
parent
9c1dbc5e39
commit
9955b189e4
@ -159,7 +159,7 @@ frappe.Leaderboard = Class.extend({
|
|||||||
type: 'bar',
|
type: 'bar',
|
||||||
height: 140
|
height: 140
|
||||||
};
|
};
|
||||||
new Chart('.leaderboard-graph', args);
|
new frappe.Chart('.leaderboard-graph', args);
|
||||||
|
|
||||||
notify(me, r, $container);
|
notify(me, r, $container);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user