An explorable explainer which guides a reader through an interactive tutorial about parallel coordinates. This is a single page web application (SPA) built using Vue3.
A live version of the latest deployment can be found at https://tugraz-isds.github.io/pcee.
The explorable explainer uses SPCD3 to generate and visualise parallel coordinates.
Scroll-based interactions are powered by Scrollama, a lightweight JavaScript library for scrollytelling using the Intersection Observer API.
Scroll-driven animations are implemented using native CSS. For browsers and platforms that don't yet support it, a fallback is provided using GSAP as a polyfill.
Ensure Node version ≥ 22.0.
Open terminal and execute the following command to install all the dependencies:
yarn
yarn dev
yarn build
Important: To run the build, a live web server must be started.
yarn tauri
yarn clean
yarn clean-all
PCEE is distributed under the MIT Licence. See LICENSE for more information.