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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...