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

View File

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