Skip to content

Commit 671a525

Browse files
committed
change the bar plot to a line curve
1 parent fb0b8db commit 671a525

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/nifti-viewer/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ function loadAllFileViews(file) {
148148
function plotVoxelData(values) {
149149
const trace = {
150150
y: values,
151-
mode: 'markers',
152-
type: 'bar',
151+
type: 'line',
153152
};
154153
const layout = {
155154
title: 'Voxel Intensity Under the Cursor',

0 commit comments

Comments
 (0)