mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Merge pull request #18120 from Mangesh-Khairnar/fix-leaderboard
fix: leaderboard charts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user