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
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 ...