David Hund

Results 48 comments of David Hund

Sure @netil — it's something like... ```js let chart = bb.generate({ bindto: `#chart`, data: { xs: xsArr, xFormat: `%Y-%m-%d`, columns: columnsArr, }, axis: { x: { type: `timeseries`, tick: {...

@netil Thank you for your reply! Using `category` I can overlap the lines but I am not sure what the difference is between `timeseries` and `category` when using the same...

@netil thanks so much for your responses and your time 🙏 I think I understand the differences between axis `type`. I believe I need `category` for my use-case However: My...

I'm not sure if it's 'critical' but it could surely cause some a11y issues on slow loading pages. PS: I can understand now why they're not included since they're all...

I have not tested this much t.b.h. but it sounds very reasonable. I guess there's a balance in dealing with the critical path between size and 'functionality': while other tools...

Hi @animaux — that's a long time ago and I have not worked with Symphony much since then so I do not know. I believe @nickdunn was thinking about abandoning...

@paulirish et. al. Recently (esp. after the Opera WebKit adoption) I was looking for a simple _reference_ of vendor prefix status and could not find it. To be honest I...

Thanks. The information needs work, for sure. Adding browser info (next to prefixed lines a la CSS3 Please) is on my list: https://github.com/davidhund/shouldiprefix/issues/8 I want to avoid, however, adding back...