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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...