You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we migrated the matrix app to React, we didn't make any changes to its config properties. But now we should go back and see if we can make the properties to be aligned with what we designed for the plot app.
At the minimum, we should ensure we're not using camelCase; instead, we should _ to break words. Apart from this, given that heatmap is the closest to the matrix app, we should look at how we're using plot-config to create a heatmap. And see if we can modify the matrix-config properties to be more aligned with plot-config.
The text was updated successfully, but these errors were encountered:
When we migrated the matrix app to React, we didn't make any changes to its config properties. But now we should go back and see if we can make the properties to be aligned with what we designed for the plot app.
At the minimum, we should ensure we're not using camelCase; instead, we should
_
to break words. Apart from this, given that heatmap is the closest to the matrix app, we should look at how we're using plot-config to create a heatmap. And see if we can modify the matrix-config properties to be more aligned with plot-config.The text was updated successfully, but these errors were encountered: