Greater-London-Authority / ldn-viz-tools

https://greater-london-authority.github.io/ldn-viz-tools/
1 stars 0 forks source link

Color legend d3 imports #248

Closed jamesscottbrown closed 3 months ago

jamesscottbrown commented 3 months ago

What does this change?

Explicitly import what is needed from d3 packages (rather than using a * import), and ensure dependencies are listed.

Why?

Trying to import the ui library in a project that doesn't use d3 currently gives an error.