Frontmatter
| id | 724 |
| title | component.wrapper.AmChart: data_ config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 14, 2020, 6:22 PM |
| updatedAt | Jun 14, 2020, 7:22 PM |
| githubUrl | https://github.com/neomjs/neo/issues/724 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 14, 2020, 7:22 PM |
right now, Covid.view.TableContainerController is calling:
Neo.main.addon.AmCharts.updateData({ data : dataArray, dataPath: chart.dataPath, id : chart.id });instead, it should just change the data config on the wrapper component.
cleaner, plus allows us to automatically apply the last data when moving charts into different windows.