reactjs/react-chartjs

Updating labels should update tooltips

Aberta

#81 aberto em 17 de fev. de 2016

 (1 comentário) (12 reações) (0 responsável)JavaScript (292 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (2.915 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

When I change the data in the it renders and shows the updated data but the tooltip labels are wrong...they're always showing the first x-axis label: http://stackoverflow.com/questions/35447775/why-are-the-chartjs-tooltip-labels-always-showing-the-first-x-axis-label

Setting redraw to true resolves the issue, but this seems like a weird approach.

Guia do colaborador