Visão Geral das Estatísticas
{#if isLoading}
Carregando estatísticas...
{:else if error}
Erro ao carregar estatísticas
{error?.message || String(error) || 'Erro desconhecido'}
{:else if !estatisticas || !chartData}
Nenhuma estatística disponível
{:else}
{/if}