Changeset 26

Show
Ignore:
Timestamp:
05/05/06 09:47:24 (2 years ago)
Author:
al
Message:

Whoops. I forgot to link to the Renderer docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plotkit/trunk/doc/PlotKit.Renderer.html

    r16 r26  
    4848<ul> 
    4949 <li> 
    50      Constructor: <code></code>new Renderer(element, layout, options = {}) 
     50     Constructor: <code>new Renderer(element, layout, options = {})</code>  
    5151 </li> 
    5252</ul> 
  • plotkit/trunk/doc/PlotKit.Renderer.txt

    r25 r26  
    2323PlotKit Renderer Protocol 
    2424------------------------- 
    25 * Constructor: ``new Renderer(element, layout, options = {}) 
     25* Constructor: ``new Renderer(element, layout, options = {})`` 
    2626 
    2727  ``element`` is the element which this renderer will perform on, ``layout`` is the PlotKit.Layout object and ``options`` is an associative dictionary described below. 
  • plotkit/trunk/doc/PlotKit.html

    r25 r26  
    6666           pie charts. 
    6767 </li> 
     68 
     69 <li> 
     70      <a href="PlotKit.Renderer.html">Renderer</a>: Customising the look of the output 
     71 </li> 
    6872</ul> 
    6973 
    70 <h2> Renderers</h2> 
     74<h2> Renderer Implementations</h2> 
    7175<ul> 
    7276 <li> 
  • plotkit/trunk/doc/PlotKit.txt

    r25 r26  
    4040* [Layout][] : The default chart layout engine, supports bar, line and 
    4141               pie charts. 
     42* [Renderer][]: Customising the look of the output 
    4243 
    43 Renderer
    44 --------- 
     44Renderer Implementation
     45------------------------ 
    4546 
    4647* [CanvasRenderer][]: Basic renderer using an HTML Canvas. 
     
    9798[Styles]: PlotKit.Styles.html 
    9899[Layout]: PlotKit.Layout.html 
     100[Renderer]: PlotKit.Renderer.html 
    99101[CanvasRenderer]: PlotKit.Canvas.html 
    100102[SVGRenderer]: PlotKit.SVG.html