mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
use the new frappe charts :D (#11391)
This commit is contained in:
committed by
Rushabh Mehta
parent
e741b91f1d
commit
6b26e391b8
@@ -64,7 +64,7 @@ erpnext.ProductionAnalytics = frappe.views.GridReportWithPlot.extend({
|
||||
|
||||
var chart_data = this.get_chart_data ? this.get_chart_data() : null;
|
||||
|
||||
this.chart = new frappe.chart.FrappeChart({
|
||||
this.chart = new Chart({
|
||||
parent: ".chart",
|
||||
data: chart_data,
|
||||
type: 'line'
|
||||
|
||||
Reference in New Issue
Block a user