Open favelava opened 3 years ago
The problem stems from needing to find the mouse position within the vega plot. Given the density of points and that hovering over the plot selects multiple lineages at once we may want to limit the lineage highlighting to when a user hovers over a lineage in the table to the left
Make six separate vega plots which have all continent data. Get relevant continent's data from title
df.to_json(orient='records')
jsons
table
surveillance_group_regression
src/stores/surveillanceDataStore.js
)
src/stores/globalSequencingData.js
as a template, except
you don't even need the fetch function.init()
function, load the data from asyncDataStore
and store it as a variable inside the surveillance store
(this.surveillance_group_counts = ...)useStores()
hook to load the new surveillanceDataStore
data
field in the state with a useState
hook
The top vega plot in the home tab breaks when entering the home tab from another page. The plot recovers on refresh.