I am writing in Javascript and I would like to know (possibly a working example) how to:
- Create a time-series chart with multiple subplots that are stacked vertically.
- Can synchronize the zoom feature across all subplots.
- Can draw a horizontal line at a value on any subplot (i.e. through some ‘onDrawLine’ event).