Legend position: 'none' throws error since 2.9.x?
See original GitHub issueExpected Behavior
Bar Chart should display
Current Behavior
Bar chart does not display, with the following error:
Possible Solution
Steps to Reproduce (for bugs)
Problem seems to have originated in 2.9. As was working in 2.8 fine. Since some rtl compatibility has been added. (I’m not asking for RTL)… I haven’t spotted anything in documentation or upgrade guide that says I should be doing anything differently in my config from 2.8
to 2.9.3
Please help?
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Removing legend on charts with chart.js v2 - Stack Overflow
I want the charts to be responsive so they scale properly with the smaller devices such as tablets and smartphones, and one of...
Read more >ggplot2 legend : Easy steps to change the position ... - STHDA
ggplot2 legend : Easy steps to change the position and the appearance of a graph legend in R software · Data · Example...
Read more >Visualization: Pie Chart - Google Developers
'labeled' - Draws lines connecting slices to their data values. 'left' - Displays the legend left of the chart. 'none' - Displays no...
Read more >Package 'ggplot2'
Description A system for 'declaratively' creating graphics, based on ``The Grammar of Graphics''.
Read more >completely remove legend - Google Groups
opts(axis.text.x = theme_text(colour = "black", vjust=1))+ ... When I call ggplot with a + theme_grey(legend.position = "none") option, which seems to be ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@etimberg it also reproduces in current beta 12
https://jsfiddle.net/Leelenaleee/cjzna4bu/4/
Appears fixed in v3.0.0-beta.14 https://jsfiddle.net/tq8xh52u/