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

e_treemap() drillDownIcon duplicated #329

Open
thesixmax opened this issue Jun 11, 2021 · 1 comment
Open

e_treemap() drillDownIcon duplicated #329

thesixmax opened this issue Jun 11, 2021 · 1 comment

Comments

@thesixmax
Copy link

Hi and thanks for a great package!

I noticed something odd when trying out different options for e_treemap() using the echarts documentation as a reference. If I use the df from your page and run the following:

df %>%
  e_charts() %>%
  e_treemap(leafDepth = 1,
            drillDownIcon = '▶')

then I end up with the drillDownIcon being shown as ▶▶ on the plot and not as I expected. I am not sure whether this is due to something on my end or if it is related to the package. It is by no means a big deal, but thought that I should mention it anyway.

@swsoyee
Copy link
Contributor

swsoyee commented Jun 12, 2021

It should be fixed after bump the ECharts version to the latest.
apache/echarts#14299

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