<?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: Modify SVG into Panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428198#M42166</link>
    <description>&lt;P&gt;Hi, I'll try out.&lt;/P&gt;

&lt;P&gt;Thanks for the idea!.&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2019 16:14:14 GMT</pubDate>
    <dc:creator>jcolin101102</dc:creator>
    <dc:date>2019-05-17T16:14:14Z</dc:date>
    <item>
      <title>Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428195#M42163</link>
      <description>&lt;P&gt;Hi, I wonder if anyone could help me to improve my visualization into Splunk panel, because I'd like to resize my svg Image that resides inside a panel. I'm using an SVG app to draw my icons, but when I want to resize the image container, the app do not let me. Also I've an scrollbar that help me to view all icons inside the panel, but the app only let me specific height and width.&lt;/P&gt;

&lt;P&gt;I've figure it out that the customizations about resize panels resides here :&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/6942i17E113B361CD7BBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But I only can view a proportion size of my icons.&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/6943iF1CE1EF67D81211B/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;It could be possible to make svg bigger for using scroll bar? &lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 23:14:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428195#M42163</guid>
      <dc:creator>jcolin101102</dc:creator>
      <dc:date>2019-04-26T23:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428196#M42164</link>
      <description>&lt;P&gt;@jcolin101102 if you are using Scalable Vector Graphic custom visualization, you will have option to provide the &lt;CODE&gt;height&lt;/CODE&gt; and &lt;CODE&gt;width&lt;/CODE&gt; settings for &lt;CODE&gt;svg_viz&lt;/CODE&gt; field. Following is an example from the app itself where where width and height is set to 100%. On similar lines you can adjust your svg height/width.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval svg_viz = "&amp;lt;svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%' height='100%' viewBox='0 0 100 100'&amp;gt; ..........................................
 .......................................................
 .......................................................
 .......................................................
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please try out and confirm!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2019 09:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428196#M42164</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-04-27T09:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428197#M42165</link>
      <description>&lt;P&gt;Could you share a cut down stand-alone example using SPL with &lt;STRONG&gt;| makeresults&lt;/STRONG&gt; so people can try things remotely? Look at the SPL example in the accepted answer on &lt;A href="https://answers.splunk.com/answers/741353/dynamic-svg-rendering.html"&gt;https://answers.splunk.com/answers/741353/dynamic-svg-rendering.html&lt;/A&gt; to see how to do this with makeresults.&lt;/P&gt;

&lt;P&gt;I would remove the width and height sizing setting in the SVG text as it is effectively hard coding the size SVG so it might not resize the way you expect.&lt;/P&gt;

&lt;P&gt;Could you tag the question (if possible) with "Scalable Vector Graphics - Custom Visualization" so it's tied to the app that way as well. I originally missed this question&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 13:37:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428197#M42165</guid>
      <dc:creator>msivill_splunk</dc:creator>
      <dc:date>2019-05-16T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428198#M42166</link>
      <description>&lt;P&gt;Hi, I'll try out.&lt;/P&gt;

&lt;P&gt;Thanks for the idea!.&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 16:14:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428198#M42166</guid>
      <dc:creator>jcolin101102</dc:creator>
      <dc:date>2019-05-17T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428199#M42167</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt; I could not change the height and width because it's being inside of the splunk panel. The panel updates itselft and the changes inmediatly&lt;/P&gt;

&lt;P&gt;| eval svg_viz = svg_viz." "."".groupBy.""&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428199#M42167</guid>
      <dc:creator>jcolin101102</dc:creator>
      <dc:date>2020-09-30T00:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SVG into Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428200#M42168</link>
      <description>&lt;P&gt;@jcolin101102 you have accepted the answer. Is your issue resolved? You can always set panel height using Simple XML configuration &lt;CODE&gt;height&lt;/CODE&gt;. For example following sets the height to 400px (default I think is 220px).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="height"&amp;gt;400&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 May 2019 15:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modify-SVG-into-Panel/m-p/428200#M42168</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-05-19T15:11:06Z</dc:date>
    </item>
  </channel>
</rss>

