Dashboards & Visualizations

How to hide text in bar chart?

kiselevm
New Member

Hi
all the good day.
There are two questions

  1. How do I move the date to the center of the scale on the X axis? (watch image (in zoom))
  2. Can I add a description under the yellow and red quadrants? alt text

example:

package_by_nature_217

<panel>
  <chart>
    <title>Пользователи Портала</title>
    <search>
      <query>source="esb2.txt" host="prd-p-2frwz4wmp7tj" sourcetype="esb"  "ClassId=217"  | where (EventDetails LIKE "Отправлено%" AND NodeName="OMC_ZhKH") OR (EventDetails LIKE "%Получено%" AND NodeName="OMC_LK_CRM")| timechart span=5m count(eval(NodeName="OMC_ZhKH")) AS SendingCount, count(eval(NodeName="OMC_LK_CRM")) AS ReceivingCount by "tag::NodeName" | eval difference=SendingCount-ReceivingCount</query>
      <earliest>0</earliest>
      <latest></latest>
    </search>
    <option name="charting.axisLabelsY.majorUnit">1</option>
    <option name="charting.chart">column</option>
    <option name="charting.chart.showDataLabels">all</option>
    <option name="charting.drilldown">none</option>
  </chart>
</panel>
0 Karma
1 Solution

damiensurat
Contributor

Description should be your legend and it can be placed at the bottom of the chart if you like:

charting.legend.placement

top | left | bottom | right | none

EG:
bottom

as for the timechart, I cant tell but you may have null or zero values in the beginning of your chart which is throwing it off center. There are several ways to handle this type of situation:
With the timechart command:

| timechart cont=false
| timechart usenull=false

View solution in original post

0 Karma

damiensurat
Contributor

Description should be your legend and it can be placed at the bottom of the chart if you like:

charting.legend.placement

top | left | bottom | right | none

EG:
bottom

as for the timechart, I cant tell but you may have null or zero values in the beginning of your chart which is throwing it off center. There are several ways to handle this type of situation:
With the timechart command:

| timechart cont=false
| timechart usenull=false

0 Karma

kiselevm
New Member

thank you so much!

0 Karma

damiensurat
Contributor

My pleasure my man. Remember to pay it forward if and when you can!! Happy splunking!

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!

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...