You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Since the legend has position "bottom", I expect it to occupy the whole available width (with whatever margin/padding you deem reasonable, evenly distributed by default between left and right), regardless of the chartArea.
Having the width of a bottom-positioned legend be limited by the witdth of the chartArea (and the same would go for the height of a left- or right-positioned legend) could be a desirable option to have, but it cannot be the only available option. If you want to allow that, you should provide options for the legend area (such as width, height, left, top, etc) which currently don't exist.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The graph above has these options:
Since the legend has position "bottom", I expect it to occupy the whole available width (with whatever margin/padding you deem reasonable, evenly distributed by default between left and right), regardless of the
chartArea
.Having the width of a bottom-positioned legend be limited by the witdth of the chartArea (and the same would go for the height of a left- or right-positioned legend) could be a desirable option to have, but it cannot be the only available option. If you want to allow that, you should provide options for the legend area (such as width, height, left, top, etc) which currently don't exist.
The text was updated successfully, but these errors were encountered: