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!

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