Hi!
I'm happy to announce the release v1.0.0 of ChartJs for Seaside. This is a binding of ChartJs v1. We did not got the time to bind v2 of ChartJs. v1.0.0 includes: Creation of 1D charts Creation of 2D charts Creation of Boxplots Callbacks on 1D and 2D charts Tooltips on charts Style customization ... The project can be found at: https://github.com/DuneSt/ChartJs Demo at: https://demos.ferlicot.fr/ChartJs -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 04/05/2018 10:09, Ben Coman wrote:
> > Sounds cool, but I got "404 Not Found" > Arf, I used the wrong link. The good one is: https://demos.ferlicot.fr/ChartJsDemo Thank you for the report > cheers -ben > -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 04/05/2018 10:40, Ben Coman wrote:
> > > There seems something wrong with the 1D Demo values. > Sleeping is more important than Coding? ... ;) > Of course :P > > Looks real nice, but I'm getting a 10 second delay changing between > demos. Is it running on a shared server? > cheers -ben > I have many seaside demo on this server. That might be the problem. -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by CyrilFerlicot
Cyril, Thanks for sharing this. Very cool ! I'm using a very basic package to render charts with SVG
(scalable vector graphics) build by my self. Now i think i will switch to ChartJs. I'll try to load it to
Seaside for GemStone. bruno El 03/05/2018 a las 12:27,
CyrilFerlicot [via Smalltalk] escribió:
Hi! _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Le 04/05/2018 à 22:06, Smalltalk a écrit :
> Cyril, > > Thanks for sharing this. Very cool ! > > I'm using a very basic package to render charts with SVG (scalable > vector graphics) build by my self. > > Now i think i will switch to ChartJs. I'll try to load it to Seaside for > GemStone. Great! :) I never really used gemstone so there will be some troubles probably. If you open issues describing them I can correct them when I'll have the time. > > regards, > bruno > > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > Libre de virus. www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> > > > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (836 bytes) Download Attachment |
Great work! Thanks for sharing. BTW demo link is giving me a bad gateway error (504) On Sat, May 5, 2018 at 6:38 AM Cyril Ferlicot D. <[hidden email]> wrote: Le 04/05/2018 à 22:06, Smalltalk a écrit : _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Le 06/05/2018 à 20:39, Francisco Ortiz Peñaloza a écrit :
> Great work! Thanks for sharing. > > BTW demo link is giving me a bad gateway error (504) > Hi! I just relaunched it. Thanks for the report. https://demos.ferlicot.fr/ChartJsDemo -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (836 bytes) Download Attachment |
In reply to this post by CyrilFerlicot
Hi Cyril,
The BaselineOf for ChartJs is like: https://github.com/DuneSt/ChartJs/blob/master/src/BaselineOfChartJs/BaselineOfChartJs.class.st "Dependencies" self seaside3: spec; stylesheet: spec; neoJSON: spec; prism: spec. I do not see the definition of these methods... regards, bruno El 05/05/2018 a las 6:38, Cyril
Ferlicot D. escribió:
Le 04/05/2018 à 22:06, Smalltalk a écrit :Cyril, Thanks for sharing this. Very cool ! I'm using a very basic package to render charts with SVG (scalable vector graphics) build by my self. Now i think i will switch to ChartJs. I'll try to load it to Seaside for GemStone.Great! :) I never really used gemstone so there will be some troubles probably. If you open issues describing them I can correct them when I'll have the time.regards, bruno <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Libre de virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi,
The methods are present on the baseline. It seems a problem from Metacello on GemStone. regards, bruno -- Sent from: http://forum.world.st/Seaside-General-f86180.html _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Le 07/05/2018 à 18:33, BrunoBB a écrit :
> Hi, > > The methods are present on the baseline. It seems a problem from Metacello > on GemStone. You can see them here: https://github.com/DuneSt/ChartJs/blob/development/src/BaselineOfChartJs/BaselineOfChartJs.class.st#L42 > > regards, > bruno > > > > -- > Sent from: http://forum.world.st/Seaside-General-f86180.html > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside signature.asc (836 bytes) Download Attachment |
Free forum by Nabble | Edit this page |