mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
zoom for stock ledger report
This commit is contained in:
@@ -173,13 +173,10 @@ wn.pages['stock-ledger'].onload = function(wrapper) {
|
||||
grid: { hoverable: true, clickable: true },
|
||||
xaxis: { mode: "time",
|
||||
min: dateutil.str_to_obj(this.from_date).getTime(),
|
||||
max: dateutil.str_to_obj(this.to_date).getTime() },
|
||||
zoom: {
|
||||
interactive: true
|
||||
},
|
||||
pan: {
|
||||
interactive: true
|
||||
}
|
||||
max: dateutil.str_to_obj(this.to_date).getTime(),
|
||||
},
|
||||
zoom: {interactive: true},
|
||||
pan: {interactive: true}
|
||||
}
|
||||
},
|
||||
get_tooltip_text: function(label, x, y) {
|
||||
|
||||
Reference in New Issue
Block a user