mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 10:14:59 +00:00
fix: leaderboard chart
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