Share Price Small Charts
Share Price Small Charts
3 Month Data Chart
Chart Code
<div data-proactive="price3month" id="price3monthContainer1" autosize
enableTooltip="true" data-decimal="2"
width="300" height="200">
</div>
30 Days Data
Chart Code
<div data-proactive="price30day" id="price30dayContainer1" autosize
enableTooltip="false" data-decimal="2"
width="300" height="200">
</div>
Small Chart
- range value: 1d,1m,3m,6m,1y,2y,5y,10y
- for the width and height, you cannot put px to the number.
Chart Code
<div data-proactive="smallChart range=6m" id="smallChartContainer1" autosize
enableTooltip="true" data-decimal="2"
width="300" height="200">
</div>