Try this Code:
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes" access="global" >
<wave:waveDashboard dashboardId="{!$Label.c.LabelName}" height="2300px"/>
</aura:component>
Try this Code:
<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes" access="global" >
<wave:waveDashboard dashboardId="{!$Label.c.LabelName}" height="2300px"/>
</aura:component>
Comments
Post a Comment