gioser-web: fix graph widget — rect nodes, edge weight, CSS anim, layout
- Switch from circles to horizontal rounded rectangles with text inside - Text size 12px body + 8px sublabel (camino), no overlaps - Edge stroke-width proportional to semantic weight - Fix 'Layout was forced' warning - Reduce CSS page-ambience animations: only opacity (no transform) to fix 'breathing background' visual glitch - Layout: more separation (k*1.6), 80 iterations
This commit is contained in:
+6
-6
@@ -2,13 +2,13 @@
|
||||
/* eslint-disable */
|
||||
export const memory: WebAssembly.Memory;
|
||||
export const boot: () => void;
|
||||
export const __wasm_bindgen_func_elem_218: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_1398: (a: number, b: number, c: number, d: number) => void;
|
||||
export const __wasm_bindgen_func_elem_217: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_1396: (a: number, b: number, c: number, d: number) => void;
|
||||
export const __wasm_bindgen_func_elem_216: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_216_3: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_493: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_592: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_287: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_217_3: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_494: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_593: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_289: (a: number, b: number, c: number) => void;
|
||||
export const __wasm_bindgen_func_elem_288: (a: number, b: number) => void;
|
||||
export const __wbindgen_export: (a: number, b: number) => number;
|
||||
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
||||
|
||||
Reference in New Issue
Block a user