nschwamm
nschwamm
Was there any luck investigating this plugin?
I would add that there is a workaround using a javascript function to manually convert to currency - but it was the specific implementation of e_tooltip_item_formatter that this issue was...
I believe this can be solved using the visual map ```r set.seed(250) df % e_charts(x) %>% e_bar(y) %>% e_visual_map( max = 5, min = -5, inRange = list(color = c("red","blue"))...
@JohnCoene any help here? Essentially anyway to customize the tooltip for pie charts? Thanks!
Thanks for the feedback @etiennebacher, but I don't actually think this is the behavior that I was looking for. The tooltip that is being generated has params.name == gear and...
@helgasoft this was purely to show off the problem. My most common use case would be doing something like showing a count and a percentage, so within the tooltip you...
Thanks for the help @helgasoft ! For future posterity, the full list of what those data values mean ({a}, {b}, etc...) depends on the type for visualization. From the [documentation](https://echarts.apache.org/en/option.html#series-pie.data.tooltip.formatter):...
This makes sense to me. It appears you have some ways to edit ```lineStyle``` when you use e_lines. Based on this example, https://gist.github.com/JohnCoene/0742920d08ba00c66a5373aff062b387, where you manipulate width, I also confirmed...