
This commit mainly changes the color definitions. Mostly, those changes are semantically equally, but there are a few changes that occurred to align the color scheme within the app.
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
/* eslint no-console:0 */
|
|
|
|
// JS
|
|
import * as vis from 'vis';
|
|
window.vis = vis;
|