add deploy command in npm and css align person details
This commit is contained in:
@@ -50,10 +50,10 @@ class AbsorbanceGraph extends Component {
|
||||
})
|
||||
.then(response => response.data.text())
|
||||
.then((text) => {
|
||||
const testData = d3.csvParse(text.replaceAll('"', '')).filter(x => { if (x.NM > 390 && x.NM < 650) return x; });;
|
||||
const testData = d3.csvParse(text.replaceAll('"', '')).filter(x => { if (x.NM > 350 && x.NM < 600) return x; });;
|
||||
|
||||
const options = {
|
||||
windowSize: 23,
|
||||
windowSize: 65,
|
||||
derivative: 0,
|
||||
polynomial: 3,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user