Hi All.
Was wondering if anyone knows of a way to render a process map with pan and zoom functionality inside an R script in PowerBI? I'm currently only able to render a PNG as PowerBI does not cater for HTML:
grafik <- process_map(x, type = frequency("relative", color_scale = "Purples"), render = FALSE, rankdir = "TB", fixed_edge_width = TRUE, layout = layout_pm(fixed_positions = NULL, edge_weight = TRUE, edge_cutoff = 0))
export_graph(grafik, "result.png", file_type = "png")
I've tried the export_SVG function, but no luck yet. This would really help as the current map in PowerBI is really small and difficult to view.
Hi All.
Was wondering if anyone knows of a way to render a process map with pan and zoom functionality inside an R script in PowerBI? I'm currently only able to render a PNG as PowerBI does not cater for HTML:
grafik <- process_map(x, type = frequency("relative", color_scale = "Purples"), render = FALSE, rankdir = "TB", fixed_edge_width = TRUE, layout = layout_pm(fixed_positions = NULL, edge_weight = TRUE, edge_cutoff = 0))
export_graph(grafik, "result.png", file_type = "png")
I've tried the export_SVG function, but no luck yet. This would really help as the current map in PowerBI is really small and difficult to view.