mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 18:38:11 +08:00
rename scatter render func
This commit is contained in:
@@ -94,7 +94,6 @@ class Scatterplot extends React.Component {
|
||||
nextProps.scatterplotXXaccessor &&
|
||||
nextProps.scatterplotYYaccessor
|
||||
) {
|
||||
console.log('expression in scatterplot: ', nextProps)
|
||||
const xScale = d3.scaleLinear()
|
||||
.domain(d3.extent(nextProps.expression.data.cells, (cell, i) => {
|
||||
return cell.e[nextProps.expression.data.genes.indexOf(nextProps.scatterplotXXaccessor)]
|
||||
|
||||
Reference in New Issue
Block a user