Merge pull request #18120 from Mangesh-Khairnar/fix-leaderboard

fix: leaderboard charts
This commit is contained in:
Mangesh-Khairnar 2019-07-02 10:13:15 +05:30 committed by GitHub
commit 98409159c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
}