Skip to main content

Widgets for FusionChartsFree

Project description

Widgets for FusionChartsFree based on TGFusionCharts

Install

easy_install twFusionCharts

Configuring ToscaWidgets

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

Usage Example with Pylons

Controller:

from tw.fusioncharts import Column3DChartWidget, SingleSeriesChart
c.widget = Column3DChartWidget(
         chart_id='chart1', width=400, height=200,
         chart=SingleSeriesChart(
             [3,4,1,5],
             caption="New Incoming Links"))

Template:

<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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

twFusionCharts-0.2dev-py2.5.egg (470.8 kB view hashes)

Uploaded Source

twFusionCharts-0.1a1dev-py2.5.egg (470.8 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