'hoverBorderWidth',
],
+ /**
+ * @private
+ */
+ _getIndexScaleId: function() {
+ return this.chart.scale.id;
+ },
+
+ /**
+ * @private
+ */
+ _getValueScaleId: function() {
+ return this.chart.scale.id;
+ },
+
update: function(reset) {
var me = this;
var dataset = me.getDataset();
});
module.exports = DatasetController.extend({
- /**
- * @private
- */
- _getValueScaleId: function() {
- return this.chart.scale.id;
- },
-
datasetElementType: elements.Line,
dataElementType: elements.Point,
rotation: 'pointRotation'
},
+ /**
+ * @private
+ */
+ _getIndexScaleId: function() {
+ return this.chart.scale.id;
+ },
+
+ /**
+ * @private
+ */
+ _getValueScaleId: function() {
+ return this.chart.scale.id;
+ },
+
update: function(reset) {
var me = this;
var meta = me.getMeta();