fix: linitng fixes
This commit is contained in:
parent
8e392d2dc5
commit
ad489fd97d
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default class ChartWidget extends Widget {
|
|||
}
|
||||
|
||||
this.fetch(this.filters).then(data => {
|
||||
this.summary = []
|
||||
this.summary = [];
|
||||
if (this.chart_doc.chart_type == 'Report') {
|
||||
this.summary = data.report_summary;
|
||||
data = this.get_report_chart_data(data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue