Skip to main content

Widgets for FusionChartsFree

Project description

Widgets for FusionChartsFree based on TGFusionCharts

Install

easy_install twFusionCharts

Configuring ToscaWidgets with Pylons

See http://wiki.pylonshq.com/display/toscawidgets/Using+twForms+with+Pylons.+Part+1?showComments=false#id5

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

twFusionCharts-0.3dev-py2.5.egg (470.8 kB view details)

Uploaded Egg

File details

Details for the file twFusionCharts-0.3dev.tar.gz.

File metadata

File hashes

Hashes for twFusionCharts-0.3dev.tar.gz
Algorithm Hash digest
SHA256 8b51446b3fa747115935660497fe2ac79467dbeff7c7eafa3622d9e0a3fff269
MD5 4b2e0eec42f771e767922f1e55d8c052
BLAKE2b-256 29dc323027c47461ffeaa38d5128c23f350fa816229cb2d80117d377cca22cd7

See more details on using hashes here.

File details

Details for the file twFusionCharts-0.3dev-py2.5.egg.

File metadata

File hashes

Hashes for twFusionCharts-0.3dev-py2.5.egg
Algorithm Hash digest
SHA256 37270af7e6946c51d890c986feebad8439c462736d2d41ef661d729aeae49345
MD5 22e996aed7198f8b5e9285614dc45a6a
BLAKE2b-256 34ff8d0c4d4e8c3bf54a27fcba4796702fab1403ae059444145e522f0aee2dcd

See more details on using hashes here.

Supported by

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