reactjs/react-chartjs

Updating labels should update tooltips

开放

#81 创建于 2016年2月17日

 (1 条评论) (12 个反应) (0 位负责人)JavaScript (292 个派生)github user discovery
help wanted

仓库指标

星标
 (2,915 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南