<?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: Chart line thickness (line width) in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/531834#M36152</link>
    <description>&lt;P&gt;I am using SPUNK7.3.0 and still can not using this properties. Any one have found a solution?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;//create mylinechart
				var mylinechart = new ChartView({
					"id": "chart1",
					"charting.axisLabelsX.majorLabelStyle.rotation": "-45",
					"charting.axisTitleX.visibility": "visible",
					"charting.axisTitleY.visibility": "visible",
					"charting.chart": "line",
					"charting.drilldown": "all", //enable drilldown
					"charting.legend.placement": "none",
					"charting.fontColor": "#123456",
					"charting.seriesColors": '["#006699","#117711"]',
					"charting.backgroundColor": "#f8f8f8",
					"charting.lineWidth": "5px",
					"managerid": "search1",
					"el": $('#chart1')
				}, { tokens: true, tokenNamespace: "submitted" }).render();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;5px or 5.5 : un changeable the fix line width&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 09:07:19 GMT</pubDate>
    <dc:creator>thuhuongle</dc:creator>
    <dc:date>2020-12-03T09:07:19Z</dc:date>
    <item>
      <title>Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330516#M21393</link>
      <description>&lt;P&gt;It is possible to make the lines thicker in a standard splunk  line chart?&lt;/P&gt;

&lt;P&gt;I found the "charting.lineWidth" option in the Chart Configuration Reference at &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/ChartConfigurationReference&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;However, when I add that to my XML, as such: &lt;CODE&gt;&amp;lt;option name="charting.lineWidth"&amp;gt;3&amp;lt;/option&amp;gt;&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Then I get the following:   &lt;FONT color="orange"&gt; Warning on line 194: Unknown option name="charting.lineWidth" for node="chart" &lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;Thanks in advance for your help. &lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330516#M21393</guid>
      <dc:creator>sfefcu</dc:creator>
      <dc:date>2017-12-07T13:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330517#M21394</link>
      <description>&lt;P&gt;Which version of Splunk are you running? &lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330517#M21394</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-07T13:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330518#M21395</link>
      <description>&lt;P&gt;Splunk Enterprise 6.5.2&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:09:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330518#M21395</guid>
      <dc:creator>sfefcu</dc:creator>
      <dc:date>2017-12-07T13:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330519#M21396</link>
      <description>&lt;P&gt;I am able to save this configuration in 6.4 and 6.6 however no effect in Graph. While looking at documentation they have provided this detail in Splunk 7 documentation so it looks like this feature introduced in Splunk 7 but I'll keep this as comment so someone else from community can help.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330519#M21396</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2017-12-07T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330520#M21397</link>
      <description>&lt;P&gt;@harsmarvania is correct. Line thickness, along with line styles and a few other visualizations weren't introduced until Splunk 7.0.0.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/ReleaseNotes/MeetSplunk"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/ReleaseNotes/MeetSplunk&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Viz/ChartConfigurationReference"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/Viz/ChartConfigurationReference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you look up at the top right corner of the documentation (or in the URL) you can see the version of Splunk the documentation is referring to. I'd change it to 6.5.2 when you're browsing through documentation so you know what's available in that version. &lt;/P&gt;

&lt;P&gt;If you're thinking about upgrading, here is some good documentation to go over before doing so:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.0/Installation/AboutupgradingREADTHISFIRST"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.0/Installation/AboutupgradingREADTHISFIRST&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:43:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/330520#M21397</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-12-07T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart line thickness (line width)</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/531834#M36152</link>
      <description>&lt;P&gt;I am using SPUNK7.3.0 and still can not using this properties. Any one have found a solution?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;//create mylinechart
				var mylinechart = new ChartView({
					"id": "chart1",
					"charting.axisLabelsX.majorLabelStyle.rotation": "-45",
					"charting.axisTitleX.visibility": "visible",
					"charting.axisTitleY.visibility": "visible",
					"charting.chart": "line",
					"charting.drilldown": "all", //enable drilldown
					"charting.legend.placement": "none",
					"charting.fontColor": "#123456",
					"charting.seriesColors": '["#006699","#117711"]',
					"charting.backgroundColor": "#f8f8f8",
					"charting.lineWidth": "5px",
					"managerid": "search1",
					"el": $('#chart1')
				}, { tokens: true, tokenNamespace: "submitted" }).render();&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;5px or 5.5 : un changeable the fix line width&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 09:07:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Chart-line-thickness-line-width/m-p/531834#M36152</guid>
      <dc:creator>thuhuongle</dc:creator>
      <dc:date>2020-12-03T09:07:19Z</dc:date>
    </item>
  </channel>
</rss>

