Open frkbr opened 5 years ago
Thanks a lot for noticing this. Naturally, these arguments should be accepted also for the plotly version. I just pushed it to github. The plotly variant for trace explorer will follow later today.
plotly_trace_explorer
added, but doesn't work optimally yet.
I'll further look into these issues. Probably the plotly version which have to be defined in a different way.
Thanks for your continuing development of bupaR!
Here's a suggestion for the
plotly_dotted_chart()
function.Log %>% plotly_dotted_chart()
seems to only work without arguments.If I enter
plotly_dotted_chart(x = "relative", sort = "duration")
I get an error, saying there's an unused argument.Suggestion 1: Make
plotly_dotted_chart
available for relative dotted charts as well. This would be very useful, since the user can then get the Case-ID from long-running cases directly from the graph and investigate specific cases further in the raw data.Suggestion 2: Create a function
plotly_trace_explorer
. This would be useful too, since thetrace_explorer
graph is sometimes hard to read if there are many traces, due to the shortening of activity names. The tooltips from plotly would alleviate this.I'm using the CRAN-versions (v 0.4.1 from bupaR and v 0.3.2 from processmapR).