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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...