Search code examples
reactjsreact-vis

dark area in react-vis example


I'm trying to use react-vis. If I use the privided examples, I get black areas between the lines. What do I miss?

enter image description here


Solution

  • I missed some installation instruction:

    "Include the built main CSS file in your HTML page or via SASS:

    @import "./node_modules/react-vis/dist/style";"