I want to create a dashboard that would put together four different D3.js-based charts in a single layout. I found this solution: https://github.com/keen/dashboards/blob/gh-pages/README.md However, in readme I found this:
Setup: If you're a registered Keen IO user, navigate to your keen project or if you don't have a user at first, you can simply use some demo data that we've prepared for you. You can access those by going to the repository and navigating to demo-data. There, you will see some javascript files with some code in them. We will simply paste those in the .html file.
It is not clear to me if it's possible to use this tool as an open source or does it actually depend on the account in Keen IO?
Indeed what I need is just the template of the layout with different div
containers and some CSS-based styling, so that I could put my D3.js charts in each div
container.