Ico Davids
Ico Davids
Make script text pure black so that color printers don't try to composite grey out of CMY inks.
#### Check List: * Fixes #2754 * Unit tests : NO (see below) * Javadoc with a code example (on API only) : NO (Updated existing JavaDoc on lowercase methods,...
In our project, we use `vis-timeline` and [`uuid`](https://github.com/uuidjs/uuid) as separate dependencies. Upgrading to the new major version of `uuid` (10.0.0) results in conflicting peer dependencies with `vis-data` (through `vis-timeline`): ```...