<?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: customize axes in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677627#M245826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QlikView chart will not render such a small scale. You will have to look at expanding the chart size to make 2% a reasonable size for QlikView to render or look at something like x-axis scrolling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively write your own javascript chart that does render down to that level of detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 11:20:28 GMT</pubDate>
    <dc:creator>DavidFoster1</dc:creator>
    <dc:date>2014-06-30T11:20:28Z</dc:date>
    <item>
      <title>customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677620#M245819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;got a line chart with an expression that is returning close values by dimension&lt;/P&gt;&lt;P&gt;the axes is showing values from 0% till 100% with maximum value of 110%&lt;/P&gt;&lt;P&gt;what I want is show values starting from 60% but stepping 2%&lt;/P&gt;&lt;P&gt;i.e. 60%, 62%, 64%,66%, 68%, 70%, and so on until 110%&lt;/P&gt;&lt;P&gt;I tried the static min = 0.6 and static max 1.1 and static step 0.02&lt;/P&gt;&lt;P&gt;yet it shows a step of 5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 07:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677620#M245819</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-06-30T07:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677621#M245820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;PFA ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 07:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677621#M245820</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-30T07:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677622#M245821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just add 0.6 to Static Min, this will start the graph at 60%. Add 1.1 to Static Max to limit the graph to 110% and then add 0.02 to Static Step to increment in 2% steps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 08:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677622#M245821</guid>
      <dc:creator />
      <dc:date>2014-06-30T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677623#M245822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that Log scale is Un Checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 08:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677623#M245822</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2014-06-30T08:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677624#M245823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect that the 2% scale is too small to be rendered properly on the chart, and that QV is upscaling the 2% to 5% to compensate. You could try making the chart (much) larger so that it can display 100 ticks on the vertical axis...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 08:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677624#M245823</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-06-30T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677625#M245824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the 2% is too small&lt;/P&gt;&lt;P&gt;but this is the requirement!!&lt;/P&gt;&lt;P&gt;the values are very close and I need to show the curve of lines for these small values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 11:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677625#M245824</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-06-30T11:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677626#M245825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what I did and it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 11:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677626#M245825</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-06-30T11:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: customize axes in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677627#M245826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The QlikView chart will not render such a small scale. You will have to look at expanding the chart size to make 2% a reasonable size for QlikView to render or look at something like x-axis scrolling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or alternatively write your own javascript chart that does render down to that level of detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 11:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/customize-axes-in-line-chart/m-p/677627#M245826</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-06-30T11:20:28Z</dc:date>
    </item>
  </channel>
</rss>

