Reporting

Sunburst conflict with other reports

rtestu_splunk
Splunk Employee
Splunk Employee

Hi,

I downloaded the Sunburst application : https://splunkbase.splunk.com/app/1855/ and managed to make it work in a single report.

As soon as I add this Sunburst report within a dashboard containing a "line chart" report, the lines from the line chart disappear ... There is probably a conflict with the Sunburst Javascript that removes the lines.

Has someone ever met this issue before ?

Thanks !
Romain.

Tags (1)
0 Karma
1 Solution

rtestu_splunk
Splunk Employee
Splunk Employee

I found the answer 😉

The conflict is in the sunburst .css and not the JS File.

Just change this :
path {
stroke: #fff;
}
=> make all the strokes white ...

to this

sunburst path {

stroke: #fff;
}

and modify the sequences_sunburst.js :
this.vis = this.svg
.append("g")
.attr("class", "viscontainer")
.attr("id","sunburst")
.attr("transform", "translate(" + availableWidth / 2 + "," + availableHeight / 2 + ")");

Then it works 😉
Romain.

View solution in original post

0 Karma

rtestu_splunk
Splunk Employee
Splunk Employee

I found the answer 😉

The conflict is in the sunburst .css and not the JS File.

Just change this :
path {
stroke: #fff;
}
=> make all the strokes white ...

to this

sunburst path {

stroke: #fff;
}

and modify the sequences_sunburst.js :
this.vis = this.svg
.append("g")
.attr("class", "viscontainer")
.attr("id","sunburst")
.attr("transform", "translate(" + availableWidth / 2 + "," + availableHeight / 2 + ")");

Then it works 😉
Romain.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...