Graphic Walker
Overview

Overview

graphic walker is an embeddable, interactive, visual analytic component. It is designed to be used anywhere with few lines of code, instead of being a standalone application.

graphic walker provides great flexibility to developers for customizations. It is more like blocks that can be assembled together to form a complete application.

It also follows the idea "progressive design", which means it can be used in a very simple way at the beginning, and then be customized to meet more complex requirements.

For example, the most simple way to use graphic walker:

import { embedGraphicWalker } from '@kanaries/graphic-walker';
 
embedGraphicWalker(document.getElementById('graphic-walker-root') as HTMLElement);

Integration in client side

Integrate within React

Use graphic walker with React, usually for SPA built with webpack/vite/CRA

Integrate within Vue

Use graphic walker with vue

Integrate within Vanilla JS

Use graphic walker with Vanilla JS

Integrate within NextJS

Use graphic walker with next.js

Integration in server side

Integrate within Python

Python

Integrate within Java

Java