Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
kurkle committed Jan 13, 2019
commit e28606310d40b5aef44d07040d198cae5f2f6892
2 changes: 1 addition & 1 deletion src/scales/scale.category.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = Scale.extend({

// For scales supporting getValueScaleId, we can be sure if this is a value scale.
// For others, vertical scale is assumed to be value.
// Note: This assumptiom works correctly for all charts with {x,y} data,
// Note: This assumption works correctly for all charts with {x,y} data,
// because getRightValue returns correct thing regardless if its a label or value.
var isValueScale = ds.getValueScaleId
? ds.getValueScaleId() === me.id
Expand Down