Skip to content

Khiops Visualization component. Contains the code of Visualization and Covisualization tools

License

Notifications You must be signed in to change notification settings

KhiopsML/khiops-visualization

Repository files navigation

Unit tests Publish to NPM npm version End-to-end tests gitleaks badge

Khiops Visualization NPM component

Intuitive visualization of Khiops analysis results

This repository contains the code of Khiops Visualization and Khiops Covisualization tools combined into one npm package

khiops-demo

Development Setup

Prerequisites

Ecosystem

Installation

Run yarn install

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Test files can be found into ./src/assets/mocks folder

Running unit tests

Run yarn test to execute the unit tests via Karma.

Running e2e tests

Run yarn e2e to execute the unit tests via Cypress.

License

This software is distributed under the BSD 3-Clause-clear License, the text of which is available at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the LICENSE for more details.