docs: update installation guide#312
Conversation
It looks like you need to load perspective.js in order to instantiate the 'engine': ``` const worker = perspective.worker(); ```
|
Thanks for the PR! Much appreciated. To clarify, let elem = document.getElementById('my_viewer');
let table = elem.worker.table([{x:1, y:2}]);
elem.load(table);Thus, |
|
Thanks for merging the PR.
Your API documentation is really quite good. What you are lacking is any 'getting started' type of documentation. These are typically much more tutorial-based. For our d3fc library we have a simple step-by-step guide here: https://d3fc.io/introduction/building-a-chart.html And a more advanced version as a blog post: https://blog.scottlogic.com/2018/09/21/d3-financial-chart.html |
It looks like you need to load perspective.js in order to instantiate the 'engine':