mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: leaderboard chart
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user