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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...