mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[Plot] Fix bug for panels
Fix bug wherein number of points-to-plot is misreported with multiple traces in a plot; clean up on modifications to plot to self-cache streaming telemetry, to remove other cache, WTD-751.
This commit is contained in:
@ -194,7 +194,7 @@ define(
|
||||
* @returns {number} the number of points in this buffer
|
||||
*/
|
||||
getLength: function (index) {
|
||||
return lengthArray;
|
||||
return lengthArray[index] || 0;
|
||||
},
|
||||
/**
|
||||
* Update with latest data.
|
||||
|
Reference in New Issue
Block a user