Changeset 26
- Timestamp:
- 05/05/06 09:47:24 (2 years ago)
- Files:
-
- plotkit/trunk/doc/PlotKit.Renderer.html (modified) (1 diff)
- plotkit/trunk/doc/PlotKit.Renderer.txt (modified) (1 diff)
- plotkit/trunk/doc/PlotKit.html (modified) (1 diff)
- plotkit/trunk/doc/PlotKit.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plotkit/trunk/doc/PlotKit.Renderer.html
r16 r26 48 48 <ul> 49 49 <li> 50 Constructor: <code> </code>new Renderer(element, layout, options = {})50 Constructor: <code>new Renderer(element, layout, options = {})</code> 51 51 </li> 52 52 </ul> plotkit/trunk/doc/PlotKit.Renderer.txt
r25 r26 23 23 PlotKit Renderer Protocol 24 24 ------------------------- 25 * Constructor: ``new Renderer(element, layout, options = {}) 25 * Constructor: ``new Renderer(element, layout, options = {})`` 26 26 27 27 ``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 66 66 pie charts. 67 67 </li> 68 69 <li> 70 <a href="PlotKit.Renderer.html">Renderer</a>: Customising the look of the output 71 </li> 68 72 </ul> 69 73 70 <h2> Renderer s</h2>74 <h2> Renderer Implementations</h2> 71 75 <ul> 72 76 <li> plotkit/trunk/doc/PlotKit.txt
r25 r26 40 40 * [Layout][] : The default chart layout engine, supports bar, line and 41 41 pie charts. 42 * [Renderer][]: Customising the look of the output 42 43 43 Renderer s44 --------- 44 Renderer Implementations 45 ------------------------ 45 46 46 47 * [CanvasRenderer][]: Basic renderer using an HTML Canvas. … … 97 98 [Styles]: PlotKit.Styles.html 98 99 [Layout]: PlotKit.Layout.html 100 [Renderer]: PlotKit.Renderer.html 99 101 [CanvasRenderer]: PlotKit.Canvas.html 100 102 [SVGRenderer]: PlotKit.SVG.html




Atom Feed for the Blog Entries