<?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 TableView library causing VisualizationRegistry error on dashboard in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357756#M5780</link>
    <description>&lt;P&gt;We just upgraded from v6.4 to v7.0.1 and now I am getting an error when trying to use the TableView component on a dashboard. The dashboard will load fine with TableElement but I need the TableView to do a custom cell renderer.&lt;/P&gt;

&lt;P&gt;The dashboard previously worked before the upgrade. The error makes sense but I can't figure out how to get around it. I've tried putting delays in the Javascript but I still get the error:&lt;/P&gt;

&lt;P&gt;"VisualizationRegistry has not been populated yet. Make sure that the visualizations collection is loaded before attempting to use it."&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 16:57:06 GMT</pubDate>
    <dc:creator>skisoccer13</dc:creator>
    <dc:date>2017-12-27T16:57:06Z</dc:date>
    <item>
      <title>TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357756#M5780</link>
      <description>&lt;P&gt;We just upgraded from v6.4 to v7.0.1 and now I am getting an error when trying to use the TableView component on a dashboard. The dashboard will load fine with TableElement but I need the TableView to do a custom cell renderer.&lt;/P&gt;

&lt;P&gt;The dashboard previously worked before the upgrade. The error makes sense but I can't figure out how to get around it. I've tried putting delays in the Javascript but I still get the error:&lt;/P&gt;

&lt;P&gt;"VisualizationRegistry has not been populated yet. Make sure that the visualizations collection is loaded before attempting to use it."&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 16:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357756#M5780</guid>
      <dc:creator>skisoccer13</dc:creator>
      <dc:date>2017-12-27T16:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357757#M5781</link>
      <description>&lt;P&gt;@skisoccer13, I would expect it to be some issue with your JavaScript code. Have you tried checking out &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples app&lt;/A&gt; from Splunkbase to see whether the Table Cell color and Table Roe color examples work fine or Not. They also use custom cell rendering.&lt;/P&gt;

&lt;P&gt;If you want us to help you with your scenario you might have to share your JavaScript code so that we can figure out where the issue is.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 05:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357757#M5781</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-28T05:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357758#M5782</link>
      <description>&lt;P&gt;I oddly cannot recreate the problem on a different instance of Splunk. I will have to try again tomorrow. I am going to follow this tutorial instead of the one in the Dashboard Examples app since I am doing a pure HTML dashboard: &lt;A href="http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAE5Q"&gt;http://dev.splunk.com/view/webframework-codeexamples/SP-CAAAE5Q&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 17:16:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357758#M5782</guid>
      <dc:creator>skisoccer13</dc:creator>
      <dc:date>2017-12-28T17:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357759#M5783</link>
      <description>&lt;P&gt;@skisoccer13, Simple XML JavaScript Extension should also work in HTML Dashboards. But you can go ahead and try out HTML dashboard if that is easier for you.&lt;/P&gt;

&lt;P&gt;If you are planning to use Sparklines using TableView, then the same are available directly via Simple XML chart configurations using &lt;CODE&gt;&amp;lt;format&amp;gt;&lt;/CODE&gt; option. Refer to my Splunk Wiki Talk topic on various Table Sparkline (PS: Splunk does not support all Sparklines officially) &lt;A href="https://wiki.splunk.com/User_talk:Niketnilay#Topic_11:_Types_of_jQuery_Sparklines_in_Splunk_.28besides_Line_and_Bar_that_we_know_:.29.29"&gt;https://wiki.splunk.com/User_talk:Niketnilay#Topic_11:_Types_of_jQuery_Sparklines_in_Splunk_.28besides_Line_and_Bar_that_we_know_:.29.29&lt;/A&gt;&lt;BR /&gt;
You can also refer to Splunk Dashboard Examples App for Table Element with Sparklines example, which illustrates this.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2017 18:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357759#M5783</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-12-28T18:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357760#M5784</link>
      <description>&lt;P&gt;It turned out to be having to simply include "splunkjs/ready!" as a parameter to require. This oddly worked in v6 of Splunk without it though.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 12:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357760#M5784</guid>
      <dc:creator>skisoccer13</dc:creator>
      <dc:date>2017-12-29T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: TableView library causing VisualizationRegistry error on dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357761#M5785</link>
      <description>&lt;P&gt;@skisoccer13, if your problem is resolved, please accept the answer (it's OK to accept your own answer) to help future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 14:51:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/TableView-library-causing-VisualizationRegistry-error-on/m-p/357761#M5785</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-12-29T14:51:37Z</dc:date>
    </item>
  </channel>
</rss>

