All Apps and Add-ons

Add a title to the JSChart or FlashChart?

therealdpk
Path Finder

Is it possible to add a title to a JSChart or FlashChart module? I have read the JSChart/FlashChart documentation and I have tried including a HTML module within the chart module or within its parent HiddenChartFormatter or HiddenPostProcess modules, which can result in the title going to the right place, but also results in Javascript errors ("ReferenceError: Can't find variable: Sideview").

0 Karma
1 Solution

jonuwz
Influencer

If you're using advanced XML, wrap your chart in a HiddenChartFormatter module and set a parameter

<param name="chartTitle">Name of your chart goes here</param>

If you want a larger title and the chart is in its own group in the page, wherever you have set the layoutPanel="panel_row1_col1" add an attribute like group="Name of your chart goes here"

View solution in original post

sideview
SplunkTrust
SplunkTrust

Note the error message that you're seeing is simply because you've forgotten to put the required SideviewUtils module into your view.

It says this on the Sideview Utils homepage as the first thing to know, but it gets missed a lot.

After that you'll be able to use the HTML module as your header and although the built in titles are fine most of the time, I think you'll be happier having the more open more easy to manipulate HTML module.

0 Karma

sideview
SplunkTrust
SplunkTrust

It's common for people to think the common Sideview modules like HTML and Search are Splunk modules but they're from Sideview Utils. np.

0 Karma

therealdpk
Path Finder

Interesting. I guess I do have SideviewUtils installed. Thanks, I'll try using that too.

0 Karma

jonuwz
Influencer

If you're using advanced XML, wrap your chart in a HiddenChartFormatter module and set a parameter

<param name="chartTitle">Name of your chart goes here</param>

If you want a larger title and the chart is in its own group in the page, wherever you have set the layoutPanel="panel_row1_col1" add an attribute like group="Name of your chart goes here"

therealdpk
Path Finder

Thanks. I neglected to look up all the parameters that HiddenChartFormatter takes, ended up focusing on just JSChart and FlashChart.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...