Skip to content

Commit cff8b13

Browse files
etimbergEvert Timberg
authored andcommitted
Lint the plugin changes
1 parent 0699f9b commit cff8b13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/plugins/plugin.decimation.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ export default {
9797
// Point the chart to the decimated data
9898
let decimated;
9999
switch (options.algorithm) {
100-
case 'min-max':
101-
decimated = minMaxDecimation(data, availableWidth);
102-
break;
103-
default:
104-
throw new Error(`Unsupported decimation algorithm '${options.algorithm}'`);
100+
case 'min-max':
101+
decimated = minMaxDecimation(data, availableWidth);
102+
break;
103+
default:
104+
throw new Error(`Unsupported decimation algorithm '${options.algorithm}'`);
105105
}
106106

107107
dataset._decimated = decimated;

0 commit comments

Comments
 (0)