iobio / iobio-charts

0 stars 1 forks source link

BamControls is still tightly coupled to BamViewChart #103

Closed anderspitman closed 2 months ago

anderspitman commented 3 months ago

BamViewChart should not be directly manipulating BamControls like this:

https://github.com/iobio/iobio-charts/blob/521525025a5e3c4b949c4c9451120457933b7924/coverage/src/BamViewChart.js#L110

If BamViewChart needs to communicate with BamControls, it should emit events which are captured by the app in index.html, then the app can send commands to BamControls using methods.