feat(dashboard): Render Account Balance Timeline is a time series

This commit is contained in:
Aditya Hase
2019-02-06 21:39:25 +05:30
parent 59fc039c77
commit 3b75551739

View File

@@ -40,5 +40,6 @@ frappe.dashboard_chart_sources["Account Balance Timeline"] = {
], ],
reqd: 1 reqd: 1
}, },
] ],
is_time_series: true
}; };