<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469711#M30847</link>
    <description>&lt;P&gt;When I started looking into Splunk Docs, most things were pointing to GIS and actual map data. Are you aware of any examples that I can mimic or Splunk Docs that I may have just missed?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2020 15:07:29 GMT</pubDate>
    <dc:creator>danielransell</dc:creator>
    <dc:date>2020-04-08T15:07:29Z</dc:date>
    <item>
      <title>How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469706#M30842</link>
      <description>&lt;P&gt;I've been playing around a bit with some NFL statistical data (source data is from &lt;A href="http://nflsavant.com/about.php"&gt;http://nflsavant.com/about.php&lt;/A&gt;). Each passing play has a field called PassType where the six possible values are short left, short middle, short right and deep left, deep middle, and deep right. &lt;BR /&gt;
I'd like to make a choropleth style heat map or table to visualize the data. &lt;/P&gt;

&lt;P&gt;The visualization would be two rows and three columns. Deep passes on top, short passes on bottom with left right and middle where you'd expect. Is the best way to visualize this data with a cloropleth map? Is there something easier/better?&lt;/P&gt;

&lt;P&gt;EDIT:&lt;BR /&gt;
I've kind of worked through this. First I started by getting my data into single number visualizations where they are organized is a logical manner (deep passes on top, short on bottom, left, right and middle respectively). Then I kind of figured out how to do custom placemarks in a kml file to do the heat map. This was quite the mental exercise but I think I'm kind of there - the end result isn't as pretty as I was hoping, but it is fun to play with the data. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8648i16B06579F1D99415/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 15:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469706#M30842</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-07T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469707#M30843</link>
      <description>&lt;P&gt;@danielransell would you be able to provide a mock screenshot or whiteboard image of what you need as output?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2020 19:46:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469707#M30843</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-07T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469708#M30844</link>
      <description>&lt;P&gt;The result of my search right now is a chart with a row for each quarterback (I don't know if I can actually insert a table, but an excerpt of the data is below). I have applied a heatmap overlay over the entire chart, which is nice - but I'd like to make it more intuitive visually. &lt;/P&gt;

&lt;P&gt;My Search:&lt;BR /&gt;
    index=nfl IsPass=1 |chart count over player by PassType usenull=f&lt;/P&gt;

&lt;P&gt;My Output&lt;CODE&gt;player    DEEP LEFT   DEEP MIDDLE DEEP RIGHT  SHORT LEFT  SHORT MIDDLE    SHORT RIGHT&lt;BR /&gt;
1-C.NEWTON  4   1   9   30  11  36&lt;BR /&gt;
1-K.MURRAY  31  19  44  166 81  179&lt;BR /&gt;
2-A.MCCARRON    0   0   0   0   1   0&lt;BR /&gt;
2-B.ALLEN   6   4   8   22  15  36&lt;BR /&gt;
2-B.HOYER   8   2   8   10  15  23&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Splunk actually did something similar a few years ago &lt;IMG src="https://www.splunk.com/content/dam/splunk-blogs/images/2016/11/Screen-Shot-2016-11-14-at-11.01.08-AM.png" alt="alt text" /&gt;&lt;BR /&gt;&lt;BR /&gt;
I'm not looking to overlay it on a football field like the splunk example.  I'm just trying to format the three deep pass categories as row 1, and the three short pass categories as row 2. Currently I'm only picturing this as one output - so I can either specify a single player earlier in the search pipeline or run the stats against all or a set of players. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 14:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469708#M30844</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-08T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469709#M30845</link>
      <description>&lt;P&gt;First you'll need a custom lookup table with coordinates then you'll need field values in Splunk to link to those lookup coordinates. Once you got that, it's as simple as using the &lt;CODE&gt;geom&lt;/CODE&gt; command to reference the lookup &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 14:47:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469709#M30845</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2020-04-08T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469710#M30846</link>
      <description>&lt;P&gt;Cool project. Is this your personal project or does your work want you to model this and make play predictions? &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 14:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469710#M30846</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2020-04-08T14:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469711#M30847</link>
      <description>&lt;P&gt;When I started looking into Splunk Docs, most things were pointing to GIS and actual map data. Are you aware of any examples that I can mimic or Splunk Docs that I may have just missed?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 15:07:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469711#M30847</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-08T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469712#M30848</link>
      <description>&lt;P&gt;@danielransell I think you referred to the following Splunk blog: &lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/dashboard-digest-series-episode-4.html"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/dashboard-digest-series-episode-4.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, I am still not clear on exactly what is your requirement. As per the blog you can use the Shapester app for drawing required polygon in you want heatmap overlaid on field. If you want heatmap within table that is also possible through Table Cell Formatting and Coloring option.&lt;/P&gt;

&lt;P&gt;Please let me know which option are you interested in. A hand drawn sketch of final output is also fine.&lt;/P&gt;

&lt;P&gt;Also, would like you to check out Splunk Dashboard App (Beta) for you to try out your use case: &lt;A href="https://splunkbase.splunk.com/app/4710/"&gt;https://splunkbase.splunk.com/app/4710/&lt;/A&gt;&lt;BR /&gt;
Or Heat Map viz app from Splunkbase: &lt;A href="https://splunkbase.splunk.com/app/4460/"&gt;https://splunkbase.splunk.com/app/4460/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 15:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469712#M30848</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-08T15:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469713#M30849</link>
      <description>&lt;P&gt;I'm actually just referencing the project Splunk did a few years ago to market Machine Learning capabilities. My project is a combination of personal interests, NFL and Splunk. I use Splunk at work, but not for playing around with NFL stats. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 16:04:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469713#M30849</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-08T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469714#M30850</link>
      <description>&lt;P&gt;I tried installing the Shapester App on my home setup and can't seem to get it to load properly. I'm running 8.0.2 and supported versions for the Shapester app are limited to 6.3 to 6.6. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 16:17:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469714#M30850</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-08T16:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469715#M30851</link>
      <description>&lt;P&gt;I am thinking Image Overlay with token range based token values should still do the trick.&lt;BR /&gt;
Something on the lines of &lt;A href="https://wiki.splunk.com/User_talk:Niketnilay#Topic_1:_Image_Overlay_with_Icons_Example:_Extends_Image_Ovelay_with_Single_Values_example_from_Splunk_6.x_Dashboard_Examples_Splunk_App"&gt;https://wiki.splunk.com/User_talk:Niketnilay#Topic_1:_Image_Overlay_with_Icons_Example:_Extends_Image_Ovelay_with_Single_Values_example_from_Splunk_6.x_Dashboard_Examples_Splunk_App&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;May I know what determines the height of each heatmap overlay in the above image? For example white section is longer rectangle and brown section is smaller square? &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 18:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469715#M30851</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-04-08T18:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom heat map (choropleth like setting for grid/table) - NFL Statistics</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469716#M30852</link>
      <description>&lt;P&gt;Image overlay could probably work. I think more than anything I was looking for a way to organize the data differently than I could with a chart or stats command where all the values are returned in a single row. &lt;/P&gt;

&lt;P&gt;I wish I could attach an image here rather than just hyperlink to sites - I've put together a functional option using a dashboard and 6 Single Visualization panels each representing an area (short and deep, left middle and right). Currently the dashboard is driven by user selectable dropdowns where a player, offense, defense, and/or pass result (complete, incomplete, touchdown, interception, 2 pt try) can be used to filter the data. &lt;BR /&gt;
I can assign colors to the visualization based on value - to do it dynamically, I can probably convert the raw count of passes to a ratio of passes based on target (e.g. short middle) and color based on ranges. &lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 19:03:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-custom-heat-map-choropleth-like-setting-for-grid/m-p/469716#M30852</guid>
      <dc:creator>danielransell</dc:creator>
      <dc:date>2020-04-08T19:03:36Z</dc:date>
    </item>
  </channel>
</rss>

