mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
Bar graphs should only get latest historical datum (#7811)
* Only as for latest historical telemetry * Add test for size 1 request when a bar graph is loaded * Use strategy latest instead of size 1 for historical request * Fix linting issues * Add size and strategy * Remove bar graph tests --------- Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
This commit is contained in:
parent
de122b91c2
commit
e792403788
@ -257,7 +257,9 @@ export default {
|
||||
|
||||
return {
|
||||
end,
|
||||
start
|
||||
start,
|
||||
size: 1,
|
||||
strategy: 'latest'
|
||||
};
|
||||
},
|
||||
loadComposition() {
|
||||
|
Loading…
Reference in New Issue
Block a user