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
Legend

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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...