Earlier quoted context omitted.
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?
Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
11–20 of 92 posts
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#12Earlier quoted context omitted.
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
#13Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#14Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#15Other than that, great work. I look forward to testing this out.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#16Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#17I noticed, when viewing the demos on my phone, that there were some issues relating to responsiveness. Specifically, the axes labels were overlapping. Is responsiveness a priority with this library? Other than that, great work. I look forward to testing this out.
It sure is. Just pushed a fix, thanks for reporting :) Do report any issues you find over at https://github.com/frappe/charts/issues
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#18Nice work. The code itself is clear and concise also.
Re: Show HN: Frappe Charts – GitHub inspired JavaScript charting with zero dependencies
#19Really cool that this is built completely from scratch. I expected a dependency on something like d3 at least.