All Apps and Add-ons

Scale problem if we have a big value

Javip
Path Finder

Hi,

We are testing your radar chart and usually it's works superb.
But when we hace this values...

Subcategory, count
Network layer - Traffic Anomaly 1711
Application layer - Vulnerability exploitation 2
Information Gathering 1
Other 1

As you can see we have several small values and 1 very big. Unfortunately your Radar Chart doesn't scale ok and we cannot see that value...

What do you suggest?

Thanks a lot in advance!

0 Karma

Javip
Path Finder

Hi again,

I've been trying to represent percents (values between 0 and 100) and I have the same strange behaviour...

alt text

What do you think about this? Every radar chart have a different strange scale...

Thanks again for your comments!
J.

0 Karma

Javip
Path Finder

Hi again,

I was some days on holidays and I'm going to retest this App following your answers.

bmacias84, I like a lot your App and I hope we could use it like a "custom viz" some day...
Anyway thanks a lot for your App and for your extra comments.

Regards.

0 Karma

bmacias84
Champion

Hello,
Didn't think anyone really used this app. I built it as a fun way to play around with D3. I believe thats is a problem with factorLegend in radarchart.js and isn't a configurable option. I don't have plans on working on this project any time soon. Feel free to fork https://github.com/httpstergeek/d3-splunk-extentions.

  var cfg = {
          radius: 5,
          w: 400,
          h: 400,
          factor: 1,
          **factorLegend: .85,**
          levels: 5,
          maxValue: 0.6,
          radians: 2 * Math.PI,
          opacityArea: 0.5,
          ToRight: 5,
          TranslateX: 60,
          TranslateY: 30,
          ExtraWidthX: 200,
          ExtraWidthY: 100,
          color: d3.scale.category10()
        };
0 Karma

DalJeanis
SplunkTrust
SplunkTrust

If those are your typical ratios, I'd suggest that you divide the number of anomalies by 100 and change the name to Traffic Anomalies (in hundreds) or by 1000 and change the name to Traffic Anomalies (in K).

0 Karma
Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...