frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.9k stars 716 forks source link

Is the CSS needed? #357

Open reviewher opened 2 years ago

reviewher commented 2 years ago

README.md says:

import { Chart } from 'frappe-charts/dist/frappe-charts.esm.js'
// import css
import 'frappe-charts/dist/frappe-charts.min.css'

https://frappe.io/charts/docs says:

import { Chart } from "frappe-charts/dist/frappe-charts.min.esm"

Is the CSS import required? If so, the website docs need to be updated. If not, the README has to be updated