It's working!
Thank you,

But I do not understand why loading it in MarkupPreHead does not work.

Anyway,

Thanks to M.Shulman, PMario and M. axs.

On Mar 28, 6:16 pm, axs <alexst...@gmail.com> wrote:
> try loading the Flot library inside your script tag before calling your code
> and only call the code if the library loads:
>
> <script>
> jQuery.getScript('jquery.flot.js',function(){
> //your code goes here})
>
> </script>
>
> note:
> - this assumes you've placed the plugin in the same folder as your TW file.
> - the original page that you referred to also loads an excanvas.min.js
> script. if it's necessary for this to work, make sure you load it as well
>
> regards,
> axs

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to