Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Tooltip legened displayed separately for every series #61

Closed
atais opened this issue Jan 13, 2017 · 2 comments
Closed

Tooltip legened displayed separately for every series #61

atais opened this issue Jan 13, 2017 · 2 comments

Comments

@atais
Copy link

atais commented Jan 13, 2017

Plunker: https://plnkr.co/edit/2UT2UO

Description:
Hovering over the series should show a tooltip with values in given point. It does, but values are shown only for single series. Moving cursor up or down a little shows the other series.

Expected:
Tooltip should present all data in the given point at one time (screen from angular app):
screenshot_2017-01-13_14-05-57

@atais atais changed the title Tooltip legened displayed separately for every serie Tooltip legened displayed separately for every series Jan 13, 2017
@atais
Copy link
Author

atais commented Jan 16, 2017

I was missing useInteractiveGuideline={true} 😞

works OK with this:

<NVD3Chart type="lineChart" datum={series} x="x" y="y"
                    useInteractiveGuideline={true}
                    containerStyle={{ height: "500px" }}
/>  

@atais atais closed this as completed Jan 16, 2017
@topicus
Copy link
Contributor

topicus commented Jan 16, 2017

@atais Awesome, I'll work on fixing the examples you pointed out in #60

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants