P粉8846670222023-08-27 17:03:34
I thought this might be undocumented, but apparently apexcharts allows you to define this:
brush: { enabled: true, targets: ['candles', 'candles_2nd'] },
I found in the library code that it is actually handled like this:
var targets = w.config.chart.brush.targets || [w.config.chart.brush.target]; // 与单目标选项的向后兼容性
Best wishes, Jim