Skip to content

process_map rendering for use in PowerBI #40

@paullandrepretorius

Description

@paullandrepretorius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions