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:
Shefali Joshi 2024-09-25 09:37:38 -07:00 committed by GitHub
parent de122b91c2
commit e792403788
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -257,7 +257,9 @@ export default {
return {
end,
start
start,
size: 1,
strategy: 'latest'
};
},
loadComposition() {