Add Heatmaps to UI
Add Heatmap analysis to website as well as a basic UI for viewing the Heatmaps. There are still issues, like some players not getting a heatmap assigned and heatmaps including data from warmup etc.
This commit is contained in:
@@ -31,4 +31,10 @@ pub mod demo_analysis {
|
||||
pub damage: usize,
|
||||
pub assists: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
|
||||
pub struct PlayerHeatmap {
|
||||
pub name: String,
|
||||
pub png_data: String,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user