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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...