Thanks okido,
I usually work best with working examples that I can pick apart and see what happens (feel like a junior making sense of collage level :)

the import "g.line-min.js as a tiddler, tag it with systemConfig, save and reload" I know howto import but not sure about howto import g.line-min.js into tiddler

your link to http://d3tw.tiddlyspot.com/ was good
some of it was over my head but I found the "c3 line area example" was useful
as i could play and make changes to the code and see the affect :)
        size: { height: 500, width: 500 }, /* set the graph size here */
          columns: [
            ['data1', 300, 350, 300, 10,20, 30],
            ['data2', 130, 100, 140, 200, 150, 50],
            ['data3', 10, 20, 30, 40, 50, 60]
          ],
          types: {
            data1: 'area',
            data2: 'area-spline',
            data3: 'area'
          }

Thanks again, hate pestering :)

Regards



On 20/05/14 17:58, okido wrote:
Hi Wolfbite,

With the raphael 0.40 version you could import the that is the whole process.
You might also have a look here <http://d3tw.tiddlyspot.com/>.
The charts/graphs at d3tw require d3 and a graphing lib of your choice, at moment it is c3 or nvd3. You have to write some little code with the use of the InlineJavascriptPlugin, but this is easy to do.
If you need more instructions please do use this group.

Have a nice day, Okido

2014年5月19日月曜日 14時53分29秒 UTC+2 wolfbite:

    Hi people, first post so forgive me if I do it wrong

    I want to do some basic charts (line) like
    http://charts.tiddlyspace.com/
    but generate macro error with latest classic TW (want to stay with
    the older for now)

    which used DmitryBaranovskiy/g.raphael
    <https://github.com/DmitryBaranovskiy/g.raphael> 2010
    found https://github.com/jdlrobson/g.raphael
    <https://github.com/jdlrobson/g.raphael> seems to be 2014 forked
    from above

    can anyone instruct how to update the ie g.bar.js g.pie.js etc

    else point me to some other charting options for tiddlywiki

--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

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

Reply via email to