Hi Adolfo > Any chance of one of the TW5 gurus provide at least some hints on how to 'replace' D3.js with Chart.js?
I'd recommend reading Chris Hunt's widget coding guide: http://cjhunt.github.io The existing D3 plugin is a good guide to how to do the integration. The widgets render() method would create the canvas in the DOM, and then render the chart into it. Best wishes Jeremy On Tue, Mar 11, 2014 at 2:43 AM, Adolfo Delorenzo <[email protected]>wrote: > Hello Dear Community Members, > > Any chance of one of the TW5 gurus provide at least some hints on how to > 'replace' D3.js with Chart.js? > > Thank you in advance. > > Best regards, > > Adolfo Delorenzo > > > On Tuesday, March 4, 2014 10:47:46 PM UTC-3, Adolfo Delorenzo wrote: > >> Hello, >> >> As much as I like D3.js and have managed to display some very interesting >> bar graphs, I do miss being able to generate other types of graphs. I tried >> to insert Chart.js (https://raw.github.com/nnnick/Chart.js/master/Chart. >> js) as a plugin/module copying the code into an empty TW5 file with no >> avail. Unfortunately my limited coding skills and ability to understand the >> inner structure of TW5 rendered all my attempts useless. >> >> If some kind soul of this great community could show me how to do this I >> would be very grateful and in eternal moral debt. >> >> Thank you very much. >> >> Best regards, >> >> Adolfo Delorenzo >> > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

