Graph styles allow to draw graps and diagrams based on static (uploaded assets) or dynamic (user input) data. All graphs are based on the Plotly.js graph library.
graph: The most general graph style which allows to render a vast variety of graphs but requires extensive configuration. All other graph styles are based on this style.graphBar: Create a bar diagram from user input data or imported static data.graphLegend: Render colored list of items. This can be used to show one global legend for multiple graphs.graphPie: Create a pie diagram from user input data or imported static data.graphSankey: Create a Sankey diagram from user input data or imported static data.