<?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: Possible to change color of a TimelineView? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328753#M4761</link>
    <description>&lt;P&gt;Thanks for the definitive answer; that is what I suspected. I mainly just prefer the chart annotations, data labels, and select/deselect animations of TimeLineView over Timechart. But now that I have a definitive answer that the exposed configuration interface is as limited for TimeLineView as I thought, I may pivot to a Timechart instead.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 01:46:08 GMT</pubDate>
    <dc:creator>kcnolan13</dc:creator>
    <dc:date>2018-01-30T01:46:08Z</dc:date>
    <item>
      <title>Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328747#M4755</link>
      <description>&lt;P&gt;I am building an HTML dashboard that includes a TimelineView component ('splunkjs/mvc/timelineview'), instantiated like so:&lt;/P&gt;

&lt;P&gt;var timeline = new TimelineView({&lt;BR /&gt;
            id: 'main-timeline',&lt;BR /&gt;
            managerid: 'reviewTableFetchSearch',&lt;BR /&gt;
            el: $('#main-timeline')&lt;BR /&gt;
        }, {tokens: true}).render();&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/4214iAE4599B499795E5A/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;I hoped a property like 'charting.seriesColors' or 'charting.fieldColors' might adjust the bar colors, but none of those work here and I haven't seen any documentation on changing the colors of this kind of component in the Splunk Web Framework site. &lt;/P&gt;

&lt;P&gt;Is it possible to do so?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 20:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328747#M4755</guid>
      <dc:creator>kcnolan13</dc:creator>
      <dc:date>2018-01-26T20:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328748#M4756</link>
      <description>&lt;P&gt;Have you tried to css formatting in application.css&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;div.FlashTimeline {
     background-color: #fbfbfb;
     border-left-color: #000;
     color: #000;
     border-right-color: #527BA9;
 }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;refer &lt;A href="https://answers.splunk.com/answers/83191/timeline-css-colors-or-colours.html"&gt;https://answers.splunk.com/answers/83191/timeline-css-colors-or-colours.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Timeline/1.1.0/TimelineViz/TimelineFormat"&gt;https://docs.splunk.com/Documentation/Timeline/1.1.0/TimelineViz/TimelineFormat&lt;/A&gt;&lt;BR /&gt;
also you can use timeline property:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="timeline_app.timeline.useColors"&amp;gt;true&amp;lt;/option&amp;gt;
&amp;lt;option name="timeline_app.timeline.colorMode = categorical&amp;lt;/option&amp;gt;
&amp;lt;option name="timeline_app.timeline.minColor"&amp;gt;#6db7c6&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;refer: &lt;A href="https://docs.splunk.com/Documentation/Timeline/1.1.0/TimelineViz/TimelineXML"&gt;https://docs.splunk.com/Documentation/Timeline/1.1.0/TimelineViz/TimelineXML&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 20:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328748#M4756</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-26T20:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328749#M4757</link>
      <description>&lt;P&gt;I saw that post too, but unfortunately it didn't work for me... even after adding CSS !important rules.&lt;/P&gt;

&lt;P&gt;Regarding the timeline viz properties, correct me if I'm mistaken, but I believe TimelineViz and TimelineView are actually different things. That being said, I did try a few of those TimelineViz properties, but they had no effect either.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 21:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328749#M4757</guid>
      <dc:creator>kcnolan13</dc:creator>
      <dc:date>2018-01-26T21:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328750#M4758</link>
      <description>&lt;P&gt;After configuring what is given in this &lt;A href="https://answers.splunk.com/answers/83191/timeline-css-colors-or-colours.html"&gt;doc&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;have you &lt;BR /&gt;
1) &lt;STRONG&gt;cleared&lt;/STRONG&gt;  browser cache?&lt;BR /&gt;
2) &lt;STRONG&gt;restarted&lt;/STRONG&gt; the server?&lt;BR /&gt;
3) did url/en-US/&lt;STRONG&gt;debug/refresh&lt;/STRONG&gt;?&lt;BR /&gt;
4) did  url/en-US/&lt;STRONG&gt;_bump&lt;/STRONG&gt;?&lt;/P&gt;

&lt;P&gt;if you have not then do all these four things and check if you get the visualisation you want&lt;BR /&gt;
let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 04:32:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328750#M4758</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-27T04:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328751#M4759</link>
      <description>&lt;P&gt;@kcnolan13, first off Splunk JS stack &lt;A href="http://docs.splunk.com/DocumentationStatic/WebFramework/1.0/compref_timeline.html"&gt;TimeLineView&lt;/A&gt; is not the same as &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;Timeline Custom Visualization&lt;/A&gt; App&lt;/P&gt;

&lt;P&gt;TimeLineView is built using canvas using shared JS library. Changing color for histogram displayed is not exposed. So, you can either &lt;CODE&gt;request an enhancement for TimeLineView to allow changing color&lt;/CODE&gt; or else use Timechart to plot similar view as TimeLineView. Can you please describe which features of TimeLineView do you want to use, which are not available in Timechart?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 18:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328751#M4759</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-27T18:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328752#M4760</link>
      <description>&lt;P&gt;Yes,  as @niketnilay also said timeline view and Timeline Custom Visualization app is different. TimelineViz property will be used after installation of Custom Visualization app...have a look on &lt;A href="https://splunkbase.splunk.com/app/3120/"&gt;https://splunkbase.splunk.com/app/3120/&lt;/A&gt;&lt;BR /&gt;
After installing this app you’ll find a timeline visualization as an additional item in the visualization picker in Search and Dashboard.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jan 2018 18:42:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328752#M4760</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-27T18:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328753#M4761</link>
      <description>&lt;P&gt;Thanks for the definitive answer; that is what I suspected. I mainly just prefer the chart annotations, data labels, and select/deselect animations of TimeLineView over Timechart. But now that I have a definitive answer that the exposed configuration interface is as limited for TimeLineView as I thought, I may pivot to a Timechart instead.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 01:46:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328753#M4761</guid>
      <dc:creator>kcnolan13</dc:creator>
      <dc:date>2018-01-30T01:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to change color of a TimelineView?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328754#M4762</link>
      <description>&lt;P&gt;For &lt;A href="https://www.splunk.com/en_us/products/splunk-light.html"&gt;Splunk Lite&lt;/A&gt; the color of TimeLineView is Orange and that for Splunk Enterprise is Green. I was able to find the piece of shared JavaScript code which does this (Timeline.js, splunk_timeline.js CanvasTimeline.js&lt;BR /&gt;
) . However, changing the seiesColor value did not seem to change the TimeLine color. Instead Splunk instance started complaining about File Integrity issue since the default installed file was modified manually.&lt;/P&gt;

&lt;P&gt;If you can request an Enhancement for changing color for TimeLineView that would be great! I am upvoting this question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:22:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Possible-to-change-color-of-a-TimelineView/m-p/328754#M4762</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-30T19:22:29Z</dc:date>
    </item>
  </channel>
</rss>

