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
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...