Metabase
The synergy between Forest Admin and Metabase is perfect. While Forest Admin provides an easy way to manage data, Metabase enables you to analyze and extract insights from that data.


Last updated
The synergy between Forest Admin and Metabase is perfect. While Forest Admin provides an easy way to manage data, Metabase enables you to analyze and extract insights from that data.


Last updated
import Component from '@glimmer/component';
import { loadExternalStyle, loadExternalJavascript } from 'client/utils/smart-view-utils';
export default class extends Component {}.c-smart-chart {
height: 100%;
width: 100%;
}
.c-smart-chart__content {
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
overflow: hidden;
color: var(--color-beta-on-surface_medium);
}
.c-smart-chart__metabase {
flex-grow: 1;
border: none;
margin: 0;
padding: 0;
}<div class="c-smart-chart">
<div class="c-smart-chart__content">
<iframe src="https://METABASE_SITE_URL/embed/dashboard/JWT_TOKEN#theme=transparent&bordered=false&titled=true" frameborder="0" allowtransparency class="c-smart-chart__metabase">
</iframe>
</div>
</div>{
"resource": { "dashboard": METABASE_DASHBOARD_ID },
"params": {}
}