Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
<window>
    <borderPane/>
    <label text="A custom chart" borderPosition="north" />   
     <!-- a specialized chart created via the plug-in architecture -->
    <financialChart title="Dow Jones by year" 
                borderPosition="center" onSelect="myPage.jsp>
    <xAxis start="1950" end="2005"/>
    <yAxis start="0" y="5000"/>
    <pointData points="1900,2000,2020 ... "/>
    </financialChart>
</window>

...