<?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: Dashboard - keep the colors for related data between panels in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590028#M48420</link>
    <description>&lt;P&gt;Probably the way to do this is to implement the "other" stat as part of the SPL, that way you have control - so long as it was under the number of series supported by the pie chart.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 14:48:56 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-03-21T14:48:56Z</dc:date>
    <item>
      <title>Is there any easy way to keep the colors for the same SQL statements/hashes between the two panels?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590000#M48409</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We have several cases, where we relate the data between panels. On the example screenshots below, we have:&lt;/P&gt;
&lt;P&gt;1/ Chart with the number of database threads in time, and the sum of threads per time unit involved in the execution of the particular SQL statement (SQL hash) - represented by the different colors:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="damucka_0-1647866824639.png" style="width: 794px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18646i2E26E0E63CFEBCBE/image-dimensions/794x191?v=v2" width="794" height="191" role="button" title="damucka_0-1647866824639.png" alt="damucka_0-1647866824639.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2/ Pie chart showing the portion of the particular SQL statement / hash in the given time span:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="damucka_1-1647866847390.png" style="width: 727px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18647i201E2102D94B0F58/image-dimensions/727x286?v=v2" width="727" height="286" role="button" title="damucka_1-1647866847390.png" alt="damucka_1-1647866847390.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Is there any easy way to keep the colors for the same SQL statements/hashes between the two panels?&lt;/P&gt;
&lt;P&gt;Kind Regards, Kamil&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 19:00:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590000#M48409</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2022-03-21T19:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - keep the colors for related data between panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590005#M48411</link>
      <description>&lt;P&gt;Apply some sort of sort so that the series (names) are in the same order.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590005#M48411</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-21T13:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - keep the colors for related data between panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590017#M48415</link>
      <description>&lt;P&gt;Unfortunately even after sorting both the same order, see the screenshot below, the colors assigned to both panels are different:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="damucka_0-1647870229728.png" style="width: 807px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18652iFFD76490E315671A/image-dimensions/807x359?v=v2" width="807" height="359" role="button" title="damucka_0-1647870229728.png" alt="damucka_0-1647870229728.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590017#M48415</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2022-03-21T13:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - keep the colors for related data between panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590018#M48416</link>
      <description>&lt;P&gt;That's because they aren't sorted in the same order (you can see that from the legends) - how have you done the sorting?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 13:48:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590018#M48416</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-21T13:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - keep the colors for related data between panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590025#M48418</link>
      <description>&lt;P&gt;You are right of course.&lt;/P&gt;&lt;P&gt;I managed to match it, but now the issue is, that the stacked column chart displays like 9 different SQL hashes + others and the pie chart way more of them + others. The not quite nice consequence is, that the color for "others" does not match.&lt;/P&gt;&lt;P&gt;Would you know a chart option for both, stacked column and pie chart to restrict the number of displayed values say to 7 + "others"?&lt;/P&gt;&lt;P&gt;I could not find it in the visualization options, so I guess this is some more advanced parameter I would use in the xml.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 14:38:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590025#M48418</guid>
      <dc:creator>damucka</dc:creator>
      <dc:date>2022-03-21T14:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard - keep the colors for related data between panels</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590028#M48420</link>
      <description>&lt;P&gt;Probably the way to do this is to implement the "other" stat as part of the SPL, that way you have control - so long as it was under the number of series supported by the pie chart.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 14:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-any-easy-way-to-keep-the-colors-for-the-same-SQL/m-p/590028#M48420</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-21T14:48:56Z</dc:date>
    </item>
  </channel>
</rss>

