Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate echarts js version #121
Conversation
Update the library with the newest version of the echarts js package. This will bring more functions like the 'selector button' (enables deselecting all the legends at once, by clicking a button).
e4ea526
into
JohnCoene:master
|
Thank you! |
Update the library with the newest version of the echarts js package. This will bring more functions like the 'selector button' (enables deselecting all the legends at once, by clicking a button).
example:
z%>%
e_charts(x)%>%
e_line(y)%>%
e_legend(selector= list(list(type= 'all or inverse', title= 'Clean')))