Skip to content

Commit

Permalink
more gchart update
Browse files Browse the repository at this point in the history
git-svn-id: https://pyjamas.svn.sourceforge.net/svnroot/pyjamas/trunk@1601 7a2bd370-bda8-463c-979e-2900ccfb811e
  • Loading branch information
lkcl committed Aug 30, 2009
1 parent 28e141c commit 7f7b637
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions examples/buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ fi
(cd svgtest; ./build.sh $options)
(cd canvasprocessing; ./build.sh $options)
(cd toggle; ./build.sh $options)
(cd gcharttest; ./build.sh $options)

10 changes: 5 additions & 5 deletions examples/gcharttestapp/GChartTestApp.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ def onModuleLoad():
# addChart(GChartExample01b())
# addChart(GChartExample01c())
addChart(GChartExample02())
#addChart(GChartExample03())
#addChart(GChartExample04())
addChart(GChartExample03())
addChart(GChartExample04())
# addChart(GChartExample04a())
# addChart(GChartExample04b())
# addChart(GChartExample05())
#addChart(GChartExample06())
#addChart(GChartExample07())
addChart(GChartExample06())
addChart(GChartExample07())
# addChart(GChartExample08())
# addChart(GChartExample09())
# addChart(GChartExample10())
Expand Down Expand Up @@ -183,7 +183,7 @@ def onModuleLoad():
# addChart(GChartExample23(True, False))
# addChart(GChartExample23(True, True))
#addChart(GChartExample24())
addChart(GChartExample25())
#addChart(GChartExample25())
#DeferredCommand.add(Command() {
# def execute(self):
# RootPanel.get().add(GChartExample25())
Expand Down
5 changes: 5 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,10 @@ <h2>canvasprocessing</h2>
<a href="canvasprocessing/output/CanvasProcessing.html">see demo</a> |
<a href="canvasprocessing/">source directory</a><p>

<h2>gcharttestapp</h2>
<p>Port of GChart Example<br />
<a href="gcharttestapp/output/GChartTestApp.html">see demo</a> |
<a href="gcharttestapp/">source directory</a><p>

</body>
</html>

0 comments on commit 7f7b637

Please sign in to comment.