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 legend position if fullWidth false #2972

Closed
moberwasserlechner opened this issue Jul 14, 2016 · 3 comments
Closed

Wrong legend position if fullWidth false #2972

moberwasserlechner opened this issue Jul 14, 2016 · 3 comments

Comments

@moberwasserlechner
Copy link
Contributor

If the following options apply to a bar chart the legend is placed between the x-axis scale and the data.

  "options": {
    "legend": {
      "position": "bottom",
      "fullWidth": false
    },
  }

image

If I change legend.fullWidth to true it works as expected

see https://jsfiddle.net/qabgaots/1/

BR, Michael

@theawesomenayak
Copy link
Contributor

This is actually intended and not a bug for bar chart only. It can be seen in all types of charts where legend position is at bottom and fullWidth is false. Only those items with fullWidth = true (default) are placed at the very top/bottom.

@etimberg
Copy link
Member

Will be resolved in #3812

@etimberg etimberg added this to the Version 2.6 milestone Feb 11, 2017
@etimberg
Copy link
Member

Resolved in #3812

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