nulls in array data
[dygraphs.git] / plotkit_v091 / doc / PlotKit.SweetSVG.txt
CommitLineData
6a1aa64f
DV
1{% extends "basex.html" %}
2{% load markup %}
3{% block pageid %}code{% endblock %}
4{% block headers %}
5<link href="doc.css" media="screen" rel="stylesheet" type="text/css" />
6{% endblock %}
7{% block title %}PlotKit.SweetSVG{% endblock %}
8
9{% block content %}
10<div class="page doc">
11{% filter markdown %}
12[PlotKit Home](PlotKit.html) | [<<](PlotKit.SweetCanvas.html) | [>>](PlotKit.EasyPlot.html)
13
14PlotKit Sweet SVG Renderer
15=============================
16
17This renderer is an extension of the basic SVG Renderer to show off
18what you can do to make graphs pretty without learning any graph
19layout code.
20
21There are no extra methods or options to use. The interface is exactly
22the same as ``PlotKit.SVG``'s SVGRenderer.
23
24SweetSVGRenderer adds a fake shadow around bars, lines and circles
25along with a 2.0 width white outline and a etched light coloured
26background.
27
28Example
29=======
30
31{% endfilter %}
32</div>
33{% endblock %}
34