Sunday, August 4, 2019

Splunk Chart Legend: Fix start and end truncation

In order to avoid annoying ... punctuation when displaying a chart legend in Splunk, please follow next steps:

1. Edit the report/Dashboard and View Source

2. Look for the following patterns 

<option name="charting.legend.labelStyle.overflowMode">ellipsisStart</option>
OR
<option name="charting.legend.labelStyle.overflowMode">ellipsisEnd</option>

3. Replace with

<option name="charting.legend.labelStyle.overflowMode">ellipsisNone</option>

No comments:

Post a Comment