process-analytics / bpmn-visualization-R

A R package for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-R/
Apache License 2.0
16 stars 4 forks source link

[FEAT] Allow to style BPMN Elements #13

Closed tbouffard closed 1 year ago

tbouffard commented 3 years ago

bpmn-visualization already provides a CSS API but it requires the CSS styles are defined in the html page. Is this convenient for the R integration? the R package may not let R user to modify the underlying html page.

We may need bpmn-visualization to provide a new API that let style specific BPMN elements: https://github.com/process-analytics/bpmn-visualization-js/issues/1030. This feature is available as of bpmn-visualization@0.33.0 which is bundled in bpmnVisualizationR 0.4.0.

assynour commented 1 year ago

@tbouffard @csouchet This is among the priority features for our demos