Note that there are some explanatory texts on larger screens.

plurals
  1. POFusionCharts: X-axis values not like expected
    primarykey
    data
    text
    <p>I am using FusionCharts but I'm facing some problems. I get 0 on X-axis at index not 0 (I marked it in a red color) on the the snapshot below.</p> <p>Another problem is that the line is not drawn?</p> <p>This is the figure i get : <img src="https://i.stack.imgur.com/FcLjD.png" alt="enter image description here"></p> <p>This is my XML code:</p> <pre><code> &lt;chart caption="" xaxisname="Quantity (finished items)" yaxisname="Cost" numdivlines="9" lineThickness="2" showvalues="0" showLegend="1" canvasPadding="0" legendIconScale="1.4" numVisiblePlot="15"&gt; &lt;categories&gt; &lt;category x="0" label="0"/&gt; &lt;category x="5000" label="5000"/&gt; &lt;category x="10000" label="10000"/&gt; &lt;category x="15000" label="15000"/&gt; &lt;category x="20000" label="20000"/&gt; &lt;category x="25000" label="25000"/&gt; &lt;category x="30000" label="30000"/&gt; &lt;category x="35000" label="35000"/&gt; &lt;category x="40000" label="40000"/&gt; &lt;category x="45000" label="45000"/&gt; &lt;category x="50000" label="50000"/&gt; &lt;category x="55000" label="55000"/&gt; &lt;category x="60000" label="60000"/&gt; &lt;category x="65000" label="65000"/&gt; &lt;category x="70000" label="70000"/&gt; &lt;/categories&gt; &lt;dataset seriesName="Flow Name" drawLine="1 " anchorSides="20" anchorRadius="5"&gt; &lt;set x="0" y="169.13"/&gt; &lt;set x="5000" y="9046.95"/&gt; &lt;set x="10000" y="17924.78"/&gt; &lt;set x="15000" y="26802.6"/&gt; &lt;set x="20000" y="35680.42"/&gt; &lt;set x="25000" y="44558.25"/&gt; &lt;set x="30000" y="53436.07"/&gt; &lt;set x="35000" y="62313.9"/&gt; &lt;set x="40000" y="71191.72"/&gt; &lt;set x="45000" y="80069.54"/&gt; &lt;set x="50000" y="88947.38"/&gt; &lt;set x="55000" y="97825.2"/&gt; &lt;set x="60000" y="106703.02"/&gt; &lt;set x="65000" y="115580.84"/&gt; &lt;set x="70000" y="124458.66"/&gt; &lt;/dataset&gt; &lt;dataset seriesName="B1" drawLine="1 " anchorSides="3" anchorRadius="5"&gt; &lt;set x="0" y="123.16"/&gt; &lt;set x="5000" y="271.37"/&gt; &lt;set x="10000" y="419.59"/&gt; &lt;set x="15000" y="567.8"/&gt; &lt;set x="20000" y="716.02"/&gt; &lt;set x="25000" y="864.23"/&gt; &lt;set x="30000" y="1012.45"/&gt; &lt;set x="35000" y="1160.66"/&gt; &lt;set x="40000" y="1308.88"/&gt; &lt;set x="45000" y="1457.09"/&gt; &lt;set x="50000" y="1605.31"/&gt; &lt;set x="55000" y="1753.52"/&gt; &lt;set x="60000" y="1901.73"/&gt; &lt;set x="65000" y="2049.95"/&gt; &lt;set x="70000" y="2198.16"/&gt; &lt;/dataset&gt; &lt;/chart&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload