Dashboards & Visualizations

Adjust size of panels on a particular dashboard instead of at the app level

snowmizer
Communicator

I would like to create a dashboard (using advanced xml) that has more than two panels (singlevalue charts and pie charts) per row. I have added this to my application.css file on my app:

.panel_row2_col .layoutCell { width: 33% !important; }

This works but that will mean that every dashboard in the app will use this layout and I don't want that. Is there a way to specify the panel layout at the dashboard level? I've played with the "width" parameter inside "Flashchart" but that changes the size of the pie chart or singlevalue not the panel itself.

Thanks.

Tags (2)
2 Solutions

southeringtonp
Motivator

Each dashboard using Advanced XML can specify its own CSS.

Just add a new stylesheet in appserver/static, and set stylesheet=xxx.css in your <view... tag at the start of your dashboard.

View solution in original post

sideview
SplunkTrust
SplunkTrust

There's two methods you can use, and which one depends on your preference and on how many custom views you have.

1) application.css, but with .splView-my_view_name prefix

same as you have, but do

.splView-my_view_name .panel_row2_col .layoutCell { 
  width:33% !important; 
} 

2) custom css file on the app itself. If you put stylesheet=foo.css in the view tag, it will look for a foo.css file ie: etc/apps//appserver/static/foo.css

View solution in original post

sideview
SplunkTrust
SplunkTrust

There's two methods you can use, and which one depends on your preference and on how many custom views you have.

1) application.css, but with .splView-my_view_name prefix

same as you have, but do

.splView-my_view_name .panel_row2_col .layoutCell { 
  width:33% !important; 
} 

2) custom css file on the app itself. If you put stylesheet=foo.css in the view tag, it will look for a foo.css file ie: etc/apps//appserver/static/foo.css

southeringtonp
Motivator

Each dashboard using Advanced XML can specify its own CSS.

Just add a new stylesheet in appserver/static, and set stylesheet=xxx.css in your <view... tag at the start of your dashboard.

snowmizer
Communicator

Thanks. This worked great.

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...