2

I have tried Metabase which is basically for charts and dashboards. We integrated with an Java application using IFRAME so far everything fine.

But we want to remove header panel such as logo, icons.

It seems that not difficult but quite a job..enter image description here

Please anybody help us to resolve this.

Grokify
  • 15,092
  • 6
  • 60
  • 81
Raj
  • 31
  • 5

1 Answers1

1

How can you embed without the Header

enter image description here

By using the built-in embedding you can remove the header, it'll give you a public URL like this:

http://localhost:3000/public/dashboard/928ff831-ee94-4200-9a71-1e87ce1643d3

Or you can follow the documentation to create a JWT embed if you need the URL to not be public.

How can you embed without the Footer

For that you will need to pay for the unbranded embedding licence, you can find more info about that here.

jrtapsell
  • 6,719
  • 1
  • 26
  • 49