Is there a way to make width of chart responsive?
At the moment if we are on a mobile or on screen the width of the table is of set length.
Is there a way to make the width of the chart responsive? So if on mobile the view of the width gets shortened?
Does the above make sense?
Thanks
Yes, it makes absolutely sense! Even if it is not yet implemented. At least, it doesn't refresh width when resizing window. Yet, if you refresh your browser, it should work out of the box.
Thanks @jpetitcolas. Got it. Not an issue. Just a followup question. Is it possible to insert an image in the left side where the labels are instead of using text?
For example where the text says 'admin-on-rest' I'd like a svg/png icon? Is that possible?

Currently not. But that's a nice addition (too much to be done! (-:). Can you create a separate issue for a better follow up?
As a reference, here is related part of code: https://github.com/marmelab/EventDrops/blob/master/src/dropLine.js#L45-L51