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
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...