Skip to main content

Is this chart type available on SF?

 

 

Hi Matteo,

Believe or not, this is a SVG image that is calculated in a view, then shown in a Preview component 😉

To obtain the diagram for the first model in your Software Factory, you can run this query:

select top 1 * from branch_diagram

You can inspect the branch_diagram view code to see how it's calculated.