0

I'm using a combined plot composed of 2 graph which share the same X axis (by sharing, I mean, the timeframe is the same for the two graph). The upper graph is a regular timeseries while the lower chart is a barchart. I would like to display a crosshair on the combined chart as a whole... Right now I can display crosshair only on each graph separately even thought I have specify on the combined plot that I wanted to display the crosshair. To be more explicit, I can't synchronise both crosshair... Any idea on how to achieve that ?

thanks

mKorbel
  • 109,525
  • 20
  • 134
  • 319
BlackLabrador
  • 126
  • 1
  • 1
  • 4

1 Answers1

1

It would appear to work if you use a shared domain axis, as discussed here and as shown in CrosshairDemo2? In addition, an sscce might help clarify your usage.

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045