Closed anderspitman closed 2 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.
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.