refactor: increase base height for chart widget
This commit is contained in:
parent
40674dfa23
commit
fa4161cc87
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ frappe.provide("frappe.dashboards.chart_sources");
|
|||
export default class ChartWidget extends Widget {
|
||||
constructor(opts) {
|
||||
super(opts);
|
||||
this.height = this.height || 240;
|
||||
this.height = this.height || 300;
|
||||
}
|
||||
|
||||
get_config() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue