Dashboards & Visualizations

Is there a way to specify Shared option fieldColors on every chart?

mxh7777
Path Finder

Hi,

I work on a dashboard with several charts.

All these charts use the same customized fieldColors option but I have to repeat the option charting.fieldColors in each chart.

Question : 

Is there a way to specify the option just one time and reuse it in each chart ?

Thank you

Labels (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Store the field colours in a token (in the init block) and use the token in the fieldColors option.

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Store the field colours in a token (in the init block) and use the token in the fieldColors option.

0 Karma

mxh7777
Path Finder

Hi @ITWhisperer 

Thanks for reply.

However, I try this but it doesn't work

<form>
<init>
    <set token="colorGreen">0x00AA00</set>
</init>
...
...
...
  <row>
    <panel>
      <chart>
        <option name="charting.fieldColors">{"SUCCES": $colorGreen$, "ERR. FONC.": 0x0000AA, "ERR. TECH.": 0xDD0000}</option>
...
...

My SUCCES bar still appears in Black instrad of green.

If I replace the token by his value (0x00AA00), it's OK

Is my <init> block in good location ?

Thanks

 

Tags (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Tokens aren't evaluated in edit mode - have you saved your changes?

0 Karma

mxh7777
Path Finder

Hi @ITWhisperer 

It works perfectly

Thanks a lot

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