I was wondering if anyone has implemented a logarithmic y scale for the 2 dimensional graph.
If it hasn't been implemented I was wondering if someone could lend some advise on what functions would need to overridden to implement plotting with a logarithmic scale for the y axis.
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "CHAP Links Library" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chap-links-libr...@googlegroups.com.
To post to this group, send email to chap-link...@googlegroups.com.
Visit this group at http://groups.google.com/group/chap-links-library.
For more options, visit https://groups.google.com/d/optout.
You're welcome. All prototypes used in vis.js are exposed in the public api (see the file [index.js](https://github.com/almende/vis/blob/master/index.js)). And because the code is split in separate commonjs modules it is also easy to create your own bundle (see Custom Builds). This should give you more control to extend and customize vis.js as desired than was possible in chap-links-library.
--