echarts4r icon indicating copy to clipboard operation
echarts4r copied to clipboard

e_treemap() drillDownIcon duplicated

Open thesixmax opened this issue 4 years ago • 1 comments
trafficstars

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.

thesixmax avatar Jun 11 '21 23:06 thesixmax

It should be fixed after bump the ECharts version to the latest. https://github.com/apache/echarts/pull/14299

swsoyee avatar Jun 12 '21 02:06 swsoyee