<?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: any plans to move to html5? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13169#M199</link>
    <description>&lt;P&gt;I'll do so as well.  We're beginning to rollout iPads to all of our upper management as well.  Having better support of non-flash users would be great.&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jun 2011 05:28:40 GMT</pubDate>
    <dc:creator>mikelanghorst</dc:creator>
    <dc:date>2011-06-26T05:28:40Z</dc:date>
    <item>
      <title>any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13162#M192</link>
      <description>&lt;P&gt;I don't see any way to submit a feature request like via uservoice or something, so I'm hoping the folks at Splunk will see this.&lt;/P&gt;

&lt;P&gt;Is there any plan to move from the flash chart module to html5 native canvas charting? I'm specifically interested because it seems like I've run into the limit on the number of rows of data the flash chart can handle. But I'm sure soon the folks with iPads will also want to be splunking data on the go. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2010 03:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13162#M192</guid>
      <dc:creator>cabbey</dc:creator>
      <dc:date>2010-05-08T03:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13163#M193</link>
      <description>&lt;P&gt;This is a great request. You can submit enhancement requests through support, which will get them triaged and into our tracking system. Although it's also useful to see this here, so we can respond directly and see how many other people are interested in the feature as well.  Feel free to submit your request through support, or I can submit it for you.&lt;/P&gt;

&lt;P&gt;Cheers,
Emma&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2010 02:42:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13163#M193</guid>
      <dc:creator>emma</dc:creator>
      <dc:date>2010-05-11T02:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13164#M194</link>
      <description>&lt;P&gt;I'd say that is a move in the right direction even if it does mean having to learn the new format all over again.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2010 03:20:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13164#M194</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2010-05-11T03:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13165#M195</link>
      <description>&lt;P&gt;Emma, I'll ask our folks that have access to our support contract to send it along. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2010 11:55:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13165#M195</guid>
      <dc:creator>cabbey</dc:creator>
      <dc:date>2010-05-11T11:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13166#M196</link>
      <description>&lt;P&gt;The limit on number of series displayed in charts is configurable.  By editing the view XML, you can change that limit (defaults to 250).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Simple XML&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;In the relevant chart node, add a 'charting.maxCount' option:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;chart&amp;gt;
    ...
    &amp;lt;option name="charting.data.count"&amp;gt;1000&amp;lt;/option&amp;gt;
&amp;lt;/chart&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Advanced XML&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;In the relevant HiddenChartFormatter module, add:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;module name="HiddenChartFormatter"&amp;gt;
    &amp;lt;param name="charting.data.count"&amp;gt;1000&amp;lt;/param&amp;gt;
    ...
&amp;lt;/module&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 May 2010 00:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13166#M196</guid>
      <dc:creator>Johnvey</dc:creator>
      <dc:date>2010-05-12T00:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13167#M197</link>
      <description>&lt;P&gt;Yeah, I"ve already seen that from the other question about it.  (I'm not a fan of having to go build an xml report for every random splunk I'm doing that I want to see better chart of. Hence why that answer really doesn't impress me, and this question.)&lt;/P&gt;</description>
      <pubDate>Wed, 12 May 2010 12:37:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13167#M197</guid>
      <dc:creator>cabbey</dc:creator>
      <dc:date>2010-05-12T12:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13168#M198</link>
      <description>&lt;P&gt;Any update as to the status of the HTML5 charting feature request?  &lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2011 17:58:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13168#M198</guid>
      <dc:creator>theaccordance</dc:creator>
      <dc:date>2011-05-11T17:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13169#M199</link>
      <description>&lt;P&gt;I'll do so as well.  We're beginning to rollout iPads to all of our upper management as well.  Having better support of non-flash users would be great.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2011 05:28:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13169#M199</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2011-06-26T05:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13170#M200</link>
      <description>&lt;P&gt;We've heard the request loud and clear from customers large and small.  While we can't make official forward looking statements in this forum be rest assured that using Splunk on an iPad is something that we do hope make possible in the future.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2011 00:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13170#M200</guid>
      <dc:creator>jflomenberg</dc:creator>
      <dc:date>2011-06-27T00:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: any plans to move to html5?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13171#M201</link>
      <description>&lt;P&gt;The answer we've all been waiting for is here. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Upgrade to 4.3 and you have HTML 5&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;You may have to edit some advanced XML if you have written them yourself or downloaded them in apps from splunkbase. Look for lines containing &lt;CODE&gt;&amp;lt;module name="FlashChart"&amp;gt;&lt;/CODE&gt; They force splunk to use flash and not HTML rendering. All good app developers should be releasing updates if this is necessary. &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 11:43:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/any-plans-to-move-to-html5/m-p/13171#M201</guid>
      <dc:creator>BobM</dc:creator>
      <dc:date>2012-01-19T11:43:59Z</dc:date>
    </item>
  </channel>
</rss>

