Sha256: 0af4119d669ccf4151fb2f40ddc898db8fed5fd5c4f1c62e2658a0d4b26b964d

Contents?: true

Size: 927 Bytes

Versions: 4

Compression:

Stored size: 927 Bytes

Contents

{% extends "basex.html" %}
{% load markup %}
{% block pageid %}code{% endblock %}
{% block headers %}
<link href="doc.css" media="screen" rel="stylesheet" type="text/css" />
{% endblock %}
{% block title %}PlotKit.SweetCanvas{% endblock %}

{% block content %}
<div class="page doc">
{% filter markdown %}
[PlotKit Home](PlotKit.html) | [<<](PlotKit.SVG.html) | [>>](PlotKit.SweetSVG.html)

PlotKit Sweet Canvas Renderer
=============================

This renderer is an extension of the basic Canvas Renderer to show off
what you can do to make graphs pretty without learning any graph
layout code.

There are no extra methods or options to use. The interface is exactly
the same as ``PlotKit.Canvas``'s CanvasRenderer.

SweetCanvasRenderer adds a fake shadow around bars, lines and circles
along with a 2.0 width white outline and a etched light coloured
background.

Example
=======

{% endfilter %}
</div>
{% endblock %}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
old_sql-1.16.0 public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.txt
old_sql-1.15.0 public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.txt
old_sql-1.14.0 public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.txt
old_sql-1.13.0 public/javascripts/old_sql/plotkit-0.9.1/doc/PlotKit.SweetCanvas.txt