Skip to content

Commit

Permalink
Merge pull request #89 from martinjrobins/master
Browse files Browse the repository at this point in the history
fix typo in afterEvent
  • Loading branch information
nategrift committed Aug 10, 2023
2 parents db69981 + 414a8f7 commit cc18066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trace.js
Expand Up @@ -175,7 +175,7 @@ export default {

var xScaleType = chart.config.options.scales.x.type

if (xScaleType !== 'linear' && xScaleType !== 'time' && xScaleType !== 'category' && xscaleType !== 'logarithmic') {
if (xScaleType !== 'linear' && xScaleType !== 'time' && xScaleType !== 'category' && xScaleType !== 'logarithmic') {
return;
}

Expand Down

0 comments on commit cc18066

Please sign in to comment.