Skip to content

[TECH] Fix d3 type errors #678

@emersion

Description

@emersion

Currently type definitions for d3 aren't installed. All d3 types are marked as any, so type-checks are disabled.

Install d3 types and fix all of the type issues:

npm install --save-dev @types/d3
npm run build # ouch, so many errors

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions