mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 08:08:13 +08:00
deselected cells are smaller
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* rc slider https://www.npmjs.com/package/rc-slider */
|
||||
|
||||
import React from 'react';
|
||||
import _ from "lodash";
|
||||
import { connect } from "react-redux";
|
||||
|
||||
@@ -87,7 +87,7 @@ export const drawGraph = (
|
||||
context.arc(
|
||||
globals.graphXScale(p[1]), /* x */
|
||||
globals.graphYScale(p[2]), /* y */
|
||||
2, /* r */
|
||||
_currentCellSelectionMap[p[0]]["__selected__"] ? 3 : 1.5, /* r */
|
||||
0, /* sAngle */
|
||||
2 * Math.PI /* eAngle */
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user