We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f768f68 commit 7a74ce8Copy full SHA for 7a74ce8
src/controllers/controller.line.js
@@ -157,8 +157,6 @@ module.exports = function(Chart) {
157
pointRotation = custom.pointRotation;
158
} else if (!isNaN(dataset.pointRotation) || helpers.isArray(dataset.pointRotation)) {
159
pointRotation = helpers.valueAtIndexOrDefault(dataset.pointRotation, index, pointRotation);
160
- } else if (!isNaN(dataset.pointRotation)) {
161
- pointRotation = dataset.pointRotation;
162
}
163
return pointRotation;
164
},
0 commit comments