Here is a [codesandbox](https://codesandbox.io/s/8xqw51zr18) demonstrating this issue. https://codesandbox.io/s/8xqw51zr18 If `hovertemplate` is set to `%{y:,.2f}"` the chart display unwanted trace information on hover. <img width="311" alt="Screen Shot 2019-03-10 at 12 07 24 PM" src="https://user-images.githubusercontent.com/5429780/54087783-1667c700-432d-11e9-8b0b-c8be38484b35.png"> To get around that bug I need to append additional information to the `hovertemplate`. `"%{y:,.2f}<extra></extra>"` so that the hover renders correctly. <img width="229" alt="Screen Shot 2019-03-10 at 12 09 46 PM" src="https://user-images.githubusercontent.com/5429780/54087841-c3dada80-432d-11e9-894a-8f3796249a82.png">