Skip to main content

export_dashboard_html_with_template

Function export_dashboard_html_with_template 

Source
pub fn export_dashboard_html_with_template<P: AsRef<Path>>(
    path: P,
    tracker: &Tracker,
    passport_tracker: &Arc<MemoryPassportTracker>,
    template: DashboardTemplate,
    async_tracker: Option<&Arc<AsyncTracker>>,
) -> MemScopeResult<()>
Expand description

Export HTML dashboard with specific template

This function generates a complete HTML dashboard from the tracker data using the specified template type.