fix: leaderboard chart

This commit is contained in:
Mangesh-Khairnar 2019-07-01 12:20:09 +05:30
parent 9c1dbc5e39
commit 9955b189e4

View File

@ -159,7 +159,7 @@ frappe.Leaderboard = Class.extend({
type: 'bar',
height: 140
};
new Chart('.leaderboard-graph', args);
new frappe.Chart('.leaderboard-graph', args);
notify(me, r, $container);
}