Skip to content

Instantly share code, notes, and snippets.

@irmaus
Last active April 26, 2017 04:03
Show Gist options
  • Save irmaus/4124ec8b5d2f208ea06e7ec7a3412cf0 to your computer and use it in GitHub Desktop.
Save irmaus/4124ec8b5d2f208ea06e7ec7a3412cf0 to your computer and use it in GitHub Desktop.
main chart embed code
<h2>ASX Share Chart</h2>
<p>Below are share charts depicting the Company's performance over different time periods. The trend charts update each morning. Share prices and charts by iguana2. <a href="http://iguana2.com/legal-ir">Terms of use</a><br /> &nbsp;</p>
<div class="centered" data-quoteapi="mainChart">
<div class="irmau-main-chart" data-quoteapi="plots">&nbsp;</div>
<div class="irmau-from-to"><span data-quoteapi="displayedRange.from"></span> to <span data-quoteapi="displayedRange.to"></span></div>
<div>
<ul class="chart-buttons">
<li data-quoteapi="range=1d">Today</li>
<li data-quoteapi="range=1m">1 mnth</li>
<li data-quoteapi="range=3m">3 mnths</li>
<li data-quoteapi="range=6m">6 mnths</li>
<li data-quoteapi="range=ytd">ytd</li>
<li data-quoteapi="range=1y">1 yr</li>
<li data-quoteapi="range=3y">3 yrs</li>
<li data-quoteapi="range=5y">5 yrs</li>
<li data-quoteapi="range=10y">10 yrs</li>
</ul>
</div>
<div class="irmau-main-chart irmau-nav-chart" data-quoteapi="navChart1">&nbsp;</div>
<form data-quoteapi="preventSubmit"><input type="checkbox" data-quoteapi="volume.visible" /> Volume <input type="checkbox" data-quoteapi="announcements.visible" /> Announcements
<div class="chart-button"><button data-quoteapi="download">Download CSV</button></div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment