Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
1–10 of 92 posts
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#2This look really nice. Great job.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#3Impressive! What are the supported browsers? What are your plans going forward?
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#4Well done!
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#5[deleted]
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#6Impressive! What are the supported browsers? What are your plans going forward?
Supported across all major browsers :)
We've covered much ground on the most used charts (while the heatmap just happened to be something we needed) and have the basic components down. That'll facilitate putting in, say, more axis charts in future. We're sure of not running out of ideas, there are just so many chart types out there :D
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#7Really cool that this is built completely from scratch. I expected a dependency on something like d3 at least.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#8Impressive! What are the supported browsers? What are your plans going forward?
Supported across all major browsers :) We've covered much ground on the most used charts (while the heatmap just happened to be something we needed) and have the basic components down. That'll facilitate putting in, say, more axis charts in future. We're sure of not running out of ideas, there are just so many chart types out there :D
Do you have a separate repo with unit tests? If not, how do you test the charts?
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#9Impressive! What are the supported browsers? What are your plans going forward?
Also checkout the Gantt lib we published earlier https://frappe.github.io/gantt
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#10Nice work. The code itself is clear and concise also.