highcharts - Plot growth of 100 when return is given. Highstocks -
i populate chart y-axis plotted growth of 1000. i.e., if have data [01-jan-2014,1.23],[02-jan-2014,1.03],[03-jan-2014,0.23]....[10-aug-2014,-0.65] first point x: 1st jan y: 1000 , next point on x: 2nd-jan y: 1000(1 + 1.03) next x: 3rd-jan-2014 y: 1000(1+1.03)(1+0.23)...and on.
this should same if change dates using range selector. chart has start 1000 , growth date should plotted.
a working example of using ms chart present @ link http://www.morningstar.in/mutualfunds/f00000pe1t/hdfc-top-200-fund--direct-plan-dividend-option/overview.aspx
how achieve using highstocks.
Comments
Post a Comment