Embed Einstein Dashboard in the lightning component.

 

Try this Code:

<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes" access="global" >

    <wave:waveDashboard dashboardId="{!$Label.c.LabelName}" height="2300px"/>

</aura:component>

Comments