Re: [Pharo-users] About DuneSt / ChartJs

2020-02-18 Thread Sven Van Caekenberghe
I added a comment and some code to https://github.com/DuneSt/ChartJs/issues/1 > On 12 Feb 2020, at 10:54, Sven Van Caekenberghe wrote: > > Hi Guillaume, > > Thank you for your reply. > > I see that the version supported/implemented in DuneSt/ChartJs is 1.0.2 (from > 2015) while the current C

Re: [Pharo-users] About DuneSt / ChartJs

2020-02-12 Thread Sven Van Caekenberghe
Hi Pierce, I did actually use the following expression: Metacello new githubUser: 'DuneSt' project: 'ChartJs' commitish: 'master' path: 'src'; baseline: 'ChartJs'; onUpgrade: [ :e | e useIncoming ]; onConflictUseLoaded; onWarningLog; load. Thinking about it, maybe the #onUpgrad

Re: [Pharo-users] About DuneSt / ChartJs

2020-02-12 Thread Sven Van Caekenberghe
Hi Guillaume, Thank you for your reply. I see that the version supported/implemented in DuneSt/ChartJs is 1.0.2 (from 2015) while the current Chart.js version is 2.0, so it would probably be time for an upgrade. I also don't know the perfect answer to the Seaside dependency, I'll write some m

Re: [Pharo-users] About DuneSt / ChartJs

2020-02-11 Thread Pierce Ng
On Tue, Feb 11, 2020 at 05:06:44PM +0100, Sven Van Caekenberghe wrote: > NeoJSON and Seaside are already in my project's dependencies, but > Seaside3 seems to never resolve to the same thing, so I would like to > skip that. Is that possible ? I have this issue often with Seaside. I > could fork and

Re: [Pharo-users] About DuneSt / ChartJs

2020-02-11 Thread Guillaume Larcheveque
Le mar. 11 févr. 2020 à 17:07, Sven Van Caekenberghe a écrit : > Hi, > > I am trying to use DuneSt / ChartJs [ https://github.com/DuneSt/ChartJs ] > and it looks good. Thanks for another nice library. > You're welcome and we are pleased that you use it :-) > > My first question is about loading

[Pharo-users] About DuneSt / ChartJs

2020-02-11 Thread Sven Van Caekenberghe
Hi, I am trying to use DuneSt / ChartJs [ https://github.com/DuneSt/ChartJs ] and it looks good. Thanks for another nice library. My first question is about loading the code. I would like to load the minimum possible. I guess the stylesheet code is needed, but not the prism code ? NeoJSON and