Macro examples

These are ElephantGraph, real-data, dynamic macros examples.

BB Execution
BaaS BlueBee
Espai web BlueBee amb tot el conjunt de mòduls Elephant + BrightSide.
    Read more...
BS.D Execution
BrightSide Dossier
Dossiers, projectes i temes per BrightSide.
    Read more...
BS.A Execution
BrightSide Attachment
Proporciona adjunts a totes les entitats BrightSide.
    Read more...
Phase Projects
Resolution 1
Incubator 2
Idea 9
Execution 15

How?

Preventing macros from execute
The following EWiki code adds an empty space after @ and before { to prevent the macro from executing. Remove the spaces if you're planning to use it in your site.
@w{cards(class=three)}
@ {gview(entities="projects-random",ranking="project-alltime",matching="project-relations",tmpl-root="dossier",template="project-cards",limit=3)}
@w{/cards}

@w{grid(class=two column)}

@w{column}
@w{table(class=definition)}
@w{theader(values="Phase|Projects")}
@ {gtable(rows=projects-phase)}
@w{/table}
@w{/column}

@w{column}
@ {gchart(title="Projects phase",type=pie,data=projects-phase,height=300px)} 
@w{/column}

@w{column}
@ {gchart(title="Dossier status",type=pie,data=dossier-status,height=300px)} 
@w{/column}

@w{column}
@ {gchart(title="Issues priority",type=pie,data=issues-status,height=300px)} 
@w{/column}

@w{/grid}
English02/13/25 09:45Lluís Turró Cutiller
English02/13/25 16:29Lluís Turró Cutiller