All Apps and Add-ons

Cisco Security Suite/Rendering issues with charts in IE8

Narj
Path Finder

Hi all,

I've noticed that the Cisco Security Suite app displays charts (bar, pie etc) with a black background on IE8 (compatibility mode or not), making the text and axes invisible.

It's fine in chrome and Firefox so I'm sure it's an issue with IE8 not liking something in the CSS, but has anyone found a workaround? I tried commenting out the CSS section for the flash charts, but it doesn't seem to resolve it.

The proper answer is of course "don't use IE8" but I can't help that at the moment. 😞

Thanks!

0 Karma
1 Solution

kuehara
Explorer

I understood measures method.
I make the following modifications in application.css of Cisco Security Suite app.

application.css line 847

before


.dashboardCell .FlashChart {
background-color: transparent;
}

after


.dashboardCell .FlashChart {
    background-color: transparent;
    background-color: ##FFF5F5; /*Measures displays charts (bar, pie etc) with a black background on IE8 before*/
}

It is a problem of IE7/8 which occurs when this adds transmission handling of JS to transmission PNG.

Reference (I am sorry in a Japanese site)
http://h2ham.seesaa.net/article/141330505.html

View solution in original post

0 Karma

kuehara
Explorer

I understood measures method.
I make the following modifications in application.css of Cisco Security Suite app.

application.css line 847

before


.dashboardCell .FlashChart {
background-color: transparent;
}

after


.dashboardCell .FlashChart {
    background-color: transparent;
    background-color: ##FFF5F5; /*Measures displays charts (bar, pie etc) with a black background on IE8 before*/
}

It is a problem of IE7/8 which occurs when this adds transmission handling of JS to transmission PNG.

Reference (I am sorry in a Japanese site)
http://h2ham.seesaa.net/article/141330505.html

0 Karma

lguinn2
Legend

JSChart is JavaScript-based. My guess is that there is an problem with the IE 8 browser and Javascript somewhere. You might also try running IE 8 in compatibility mode, if you can't update to another version.

0 Karma

Narj
Path Finder

Hrm well I went through the application.css, wiping out sections until it was blank and still no difference, so I'm assuming it's something to do with one of the images in use - maybe something to do with transparency or something... Firefox Inspect says the affected area is "rect" or SplunkModule.JSChart

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...