Issues with state between datasets
WillHannon-MCB opened this issue · 0 comments
WillHannon-MCB commented
Issues become apparent when switching between joined datasets with different metrics. These issues stem from certain aspects of the state not being updated when the dataset changes. This is because the constructor of the Chart
and Protein
objects specify properties that the dataset should determine. I'll remedy this by removing the excess properties in the constructor functions.