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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.