Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

ChartBuilder 2.0 crashes Chrome as soon as selecting date frequency of two months #162

Closed janhoogeveen closed 4 years ago

janhoogeveen commented 9 years ago

To reproduce:

Go to http://quartz.github.io/Chartbuilder/build/ Click on Date Frequency Set to Three months

Chrome 43 64-bit on Yosemite.

nsonnad commented 9 years ago

Probably a duplicate of #147. Do you have a time span that for three months would generate a fairly large number of dates?

mushishi78 commented 9 years ago

Yeah it's cause it generating a lot of dates. With the default data, it completely crashes if you select 1 hour and it just about survives if you select 1 day

nsonnad commented 9 years ago

Yep. I'm going to close #147 in favor of this. We plan on disabling options that would create more than some threshold of dates. If anyone would like to take it on before we get to it, let me know as I have some ideas on implementation.