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

[BUG] Displaying bar + line + scatter does not work - strange behaviour connected with global type style #5356

Closed
marcinjahn opened this issue Mar 21, 2018 · 1 comment

Comments

@marcinjahn
Copy link

Expected Behavior

I would expect to have a chart with 3 plots:

  • green scatter
  • blue bar
  • red line

Current Behavior

If I set "global" type to 'bar': bar plot is displayed correctly, two other plots are displayed as 'line' ('scatter' setting is ignored');
If I set "global" type to 'line': bar is not displayed at all, two other plots are displayed as 'line' ('scatter' setting is ignored');
If I set "global" type to 'scatter': bar is not displayed at all, two other plots are displayed as 'scatter' ('line' setting is ignored').

Possible Solution

??

Steps to Reproduce (for bugs)

Here's a CodePen example showing the problem:
https://codepen.io/Loreno/pen/bvqxjW

Just change global type setting to : 'bar' or 'line' or 'scatter' to see the behaviors described above.

Context


Environment

@etimberg
Copy link
Member

Covered in #5191

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

No branches or pull requests

2 participants