Widgets for FusionChartsFree
Project description
Widgets for FusionChartsFree based on TGFusionCharts
Install
easy_install twFusionCharts
Configuring ToscaWidgets with Pylons
Usage Example with Pylons
Controller:
from pylons import tmpl_context as c from tw.fusioncharts import Column3DChartWidget, SingleSeriesChart def index(self): c.widget = Column3DChartWidget( chart_id='chart1', width=400, height=200, chart=SingleSeriesChart( [3,4,1,5], caption="New Incoming Links")) return render('/page.mako')Template (page.mako):
<html><head></head> ${h.literal(c.widget.render())} </html>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
twFusionCharts-0.3dev.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
twFusionCharts-0.3dev-py2.5.egg
(470.8 kB
view details)
File details
Details for the file twFusionCharts-0.3dev.tar.gz.
File metadata
- Download URL: twFusionCharts-0.3dev.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b51446b3fa747115935660497fe2ac79467dbeff7c7eafa3622d9e0a3fff269
|
|
| MD5 |
4b2e0eec42f771e767922f1e55d8c052
|
|
| BLAKE2b-256 |
29dc323027c47461ffeaa38d5128c23f350fa816229cb2d80117d377cca22cd7
|
File details
Details for the file twFusionCharts-0.3dev-py2.5.egg.
File metadata
- Download URL: twFusionCharts-0.3dev-py2.5.egg
- Upload date:
- Size: 470.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37270af7e6946c51d890c986feebad8439c462736d2d41ef661d729aeae49345
|
|
| MD5 |
22e996aed7198f8b5e9285614dc45a6a
|
|
| BLAKE2b-256 |
34ff8d0c4d4e8c3bf54a27fcba4796702fab1403ae059444145e522f0aee2dcd
|