Dashboards & Visualizations

HiddenChartFormatter and showMarkers

htkhtk
Path Finder

I am trying to use the HiddenChartFormatter. It says that the markers should be defaulted to on, but that doesn't work. I added <param name="charting.showMarkers">true</param> to no avail. Any ideas?

1 Solution

hoffmandirt
Explorer

The property is charting.chart.showMarkers. Here is an example:

    <module name="HiddenSearch" autoRun="True">
        <param name="search">your search here</param>
        <module name="HiddenChartFormatter">
            <param name="charting.axisTitleY.text">Total # of Requests</param>
            <param name="charting.axisTitleX.text">Daily Requests</param>
            <param name="charting.chart">line</param>
            <param name="charting.chart.showMarkers">true</param>
            <param name="charting.chart.markerSize">5</param>
            <module name="FlashChart">
                <param name="width">589px</param>
                <param name="height">269px</param>
            </module>
        </module>
    </module>

View solution in original post

cbeyonder12
Engager

excellent post!

0 Karma

hoffmandirt
Explorer

The property is charting.chart.showMarkers. Here is an example:

    <module name="HiddenSearch" autoRun="True">
        <param name="search">your search here</param>
        <module name="HiddenChartFormatter">
            <param name="charting.axisTitleY.text">Total # of Requests</param>
            <param name="charting.axisTitleX.text">Daily Requests</param>
            <param name="charting.chart">line</param>
            <param name="charting.chart.showMarkers">true</param>
            <param name="charting.chart.markerSize">5</param>
            <module name="FlashChart">
                <param name="width">589px</param>
                <param name="height">269px</param>
            </module>
        </module>
    </module>

htkhtk
Path Finder

Thanks worked perfectly!

0 Karma
Get Updates on the Splunk Community!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...