In this tutorial I am going to design a visualisation of stock price correlations in Stator using the D3.js visualisation library. This visual study will be highly interactive allowing you to view correlations at any point in time along with the ability to view the complete correlation path for the time period […]
Read More
In this article I’ll introduce the various hierarchy layouts available in the D3.js visualisation library. I am making the assumption that you (the reader) are aware of the D3.js visualisation library and how it integrates with Stator Visual Studies functionality. What is a hierarchy layout? A hierarchy layout is an […]
Read More
D3.js is fast becoming the default standard in data visualisation libraries. In this short tutorial I’ll discuss mouse events and how you can subscribe and use these events in D3. This is not a complicated tutorial so review the text and use the code provided to expand your own D3.js […]
Read More