Open KevinBurton opened 4 years ago
Experiencing the same problem. Is there something we are missing?
'react-chartist' has a peer dependency for 'chartist' which is version 0.10.1...check your version of 'chartist'
Chartist version is 0.11.4
Same here, CSS is not being loaded. How Can I resolve that?
Sorry, it's written on Readme. This module does not include the css files for Chartist. So need to add manually
<link rel="stylesheet" href="//cdn.jsdelivr.net/chartist.js/latest/chartist.min.css">
For some reason, hopefully someone here can find out what my, chart is not showing up. I suspect it has something to do with TypeScript though I have not been able to prove it. Here is what I would post as a sandbox example (I don't seem to be able to save a sandbox)
As can be see the chart labels show up (all be it jumbled) but there are no bars?