Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError in TimeGraphChart #104

Closed
PatrickTasse opened this issue Jan 27, 2021 · 1 comment · Fixed by #107
Closed

TypeError in TimeGraphChart #104

PatrickTasse opened this issue Jan 27, 2021 · 1 comment · Fixed by #107

Comments

@PatrickTasse
Copy link
Contributor

Appears to map to time-graph-chart.ts:190 : maybeFetchNewData()

Uncaught (in promise) TypeError: Cannot read property 'viewRangeLength' of undefined
at TimeGraphChart. (:3000/45.bundle.js:1789)
at step (:3000/45.bundle.js:1639)
at Object.next (:3000/45.bundle.js:1620)
at :3000/45.bundle.js:1614
at new Promise ()
at push.../../timeline-chart/timeline-chart/lib/layer/time-graph-chart.js.__awaiter (:3000/45.bundle.js:1610)
at TimeGraphChart.push.../../timeline-chart/timeline-chart/lib/layer/time-graph-chart.js.TimeGraphChart.maybeFetchNewData (:3000/45.bundle.js:1784)
at TimeGraphChart.push.../../timeline-chart/timeline-chart/lib/layer/time-graph-chart.js.TimeGraphChart.updateChart (:3000/45.bundle.js:1778)
at TimegraphOutputComponent.componentDidUpdate (:3000/45.bundle.js:4503)

@mirsky-work
Copy link
Contributor

I believe it mirrors: eclipse-cdt-cloud/theia-trace-extension#203

ankusht-work added a commit to ankusht-work/timeline-chart that referenced this issue Feb 3, 2021
Fixes eclipse-cdt-cloud#104

Signed-off-by: Ankush Tyagi <ankush.tyagi@ericsson.com>
ankusht-work added a commit to ankusht-work/timeline-chart that referenced this issue Feb 10, 2021
Fixes eclipse-cdt-cloud#104

Signed-off-by: Ankush Tyagi <ankush.tyagi@ericsson.com>
ankusht-work added a commit to ankusht-work/timeline-chart that referenced this issue Feb 10, 2021
Fixes eclipse-cdt-cloud#104

Signed-off-by: Ankush Tyagi <ankush.tyagi@ericsson.com>
bhufmann pushed a commit that referenced this issue Feb 11, 2021
Fixes #104

Signed-off-by: Ankush Tyagi <ankush.tyagi@ericsson.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants