
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@thehyve/fractalis
Advanced tools
This repository is used to add improvements and features developed at The Hyve and contribute them to the original Fractal.js repository.
This is the front-end component of the Fractalis project. It is responsible for the communication with the back-end and the visualisation of analysis results. See https://fractalis.lcsb.uni.lu/
Please have a look at this playlist to see a demo of the visual aspects of Fractalis: Playlist.
npm install within the project to install all dependencies.npm run-script devserver, which will run a local web server to serve the project to you.https://unpkg.com/fractalis/lib/fractal.js
Please refer to the main.js file. It is the only file directly exposed to your code. Basically you initialize a FractalisJS instance by calling the init method and subsequently use the available methods listed in this file to control front and back-end.
This paragraph only describes how to add a visualisation/chart to the web library. For statistical analyses please refer to the Fractalis repository.
Adding any new chart, custom or not, requires an understanding of Vue.js. The framework is well documented and might seem familiar to those who have worked with other MVC frameworks before.
In order for Fractalis to recognise a chart one has to put a Vue component into this folder. However, to benefit from several existing helper components, it is somewhat crucial to understand how they interact and what they do. For this purpose I recommend beginning with a minimal Vue component and including other components (such as DataBox, Chart, ControlPanel), and observing the effect they have on your view. Once you feel familiar with them, it should be fairly straight forward to write your own visualisation. Feel free to ask questions if you need help with a particular problem.
More documentation will be added if there is a notable interest from the community for it.
Manuscript is in preparation.
FAQs
The front-end component of the Fractalis visual analytics project.
We found that @thehyve/fractalis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.