-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
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>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: