Open goulu opened 4 years ago
Sorry for the dumb question, but how do I import a D3-stencil component from my React app ?
I tried many {PieChart} and /components variations, but still
import React from 'react'; import {Graph} from 'd3-stencil'; // OK import {PieChart} from 'd3-stencil'; // Not OK
Sorry for the dumb question, but how do I import a D3-stencil component from my React app ?
I tried many {PieChart} and /components variations, but still