Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong color in tooltip for combo bar-line chart #1324

Closed
paullepoulpe opened this issue Jul 20, 2015 · 3 comments
Closed

Wrong color in tooltip for combo bar-line chart #1324

paullepoulpe opened this issue Jul 20, 2015 · 3 comments
Assignees
Milestone

Comments

@paullepoulpe
Copy link

The background color seems to be ignored when rendering the tool tip for a line in a bar chart.

See: https://jsfiddle.net/t2bfpog0/

@etimberg etimberg added this to the v2.0 milestone Aug 1, 2015
@etimberg
Copy link
Member

etimberg commented Nov 2, 2015

@tannerlinsley can confirm that this issue still exists in v2

@etimberg etimberg added the v2.x label Nov 2, 2015
@etimberg etimberg assigned etimberg and unassigned tannerlinsley Nov 13, 2015
@etimberg
Copy link
Member

I've been looking into this. There are a number of issues at play.

  1. Point background colour is used for the tooltip
  2. backgroundColor property is not used for points
  3. Colours are rendered on top of a black background so they appear different than on the chart surface (white background).

@etimberg
Copy link
Member

Fixed in #1647

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

No branches or pull requests

3 participants