Skip to main content

Simple tag abstraction for jquery sparklines

Project description

Django Sparklines

This is a simple template tag abstraction to jquery sparklines. Simple graphs useful for basic activity trends.

http://omnipotent.net/jquery.sparkline/

Screenshot Here

http://www.ascetinteractive.com.au/images/django-sparkline.png

INSTALL

settings.py

‘sparklines’, in INSTALLED_APPS

{% load sparkline_tags %}

Included is three tags

{% sparklines_script_tag %}

<script src=’..jquery’> tags for the <head>

{% sparkline list [dict options]%}

will take a list of integers

see http://omnipotent.net/jquery.sparkline/#common for options

{% queryset_sparkline queryset date_field [dict options, date start, date end, int step, str mode] %}

will take a queryset and model.date_field string and plot frequency of records. A simple example would be plotting auth.User by date_joined.

By default it will render frequency for the last 52 weeks.

Example: {% queryset_sparkline users ‘date_joined’ %} where users is User.objects.all()

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sparklines-0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page