Splunk Search

How to change color or style of a single line in line graph

feickertmd
Communicator

I have a timechart graph in which I have put an overlay to represent the max allowed value of used HDD space. Can I change this ONE LINE to be dashed, or at least a single bolder color than the rest?

1 Solution

cmerriman
Super Champion

i'm not sure you can change it to be dashed, but you should be able to change the color using the charting.fieldColors option. You should be able to use the field name and then it uses a hexadecimal color value. It might be the charting.seriesColors option, though, too.

http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference

View solution in original post

0 Karma

niketn
Legend

Try the following:

<option name="charting.lineDashStyle">dashDot </option>

Following are various option for series style:
(dashDot | dot | longDash | longDashDot | longDashDotDot | shortDash | shortDot | shortDashDot | solid)

Refer to the following documentation: http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"

feickertmd
Communicator

That changes all lines, unfortunately

0 Karma

niketn
Legend

Yes since it affects all Line series, I usually try creating chart as Column. So, only overlaid field is line and remaining are column. I do use fieldColors and seriesColor for all the series to have differnt prominence.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

jackreeves
Explorer

Anyone know how to edit just one line rather than all lines using charting.lineDashStyle?

0 Karma

Graham_Hanningt
Builder

Yes. Use the charting.fieldDashStyles option. Tested in Splunk 7.3.0:

<option name="charting.fieldDashStyles">{"fieldname": "dash"}</option>

Graham_Hanningt
Builder

I wish there were a corresponding fieldLineWidths.

0 Karma

cmerriman
Super Champion

i'm not sure you can change it to be dashed, but you should be able to change the color using the charting.fieldColors option. You should be able to use the field name and then it uses a hexadecimal color value. It might be the charting.seriesColors option, though, too.

http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartConfigurationReference

0 Karma

feickertmd
Communicator

How did I miss that?1 I was too focused on seriesColors.

Thanks

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!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...