Skip to content

Commit

Permalink
fix shouldResetTickmarkLabels e2e test (#1614)
Browse files Browse the repository at this point in the history
  • Loading branch information
illetid authored Jun 11, 2024
1 parent 2571417 commit 64ece2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ function convertTimeWithMemory(t) {
converted.set(t, answer);
return answer;
}
const DefaultHorzScaleBehavior = LightweightCharts.defaultHorzScaleBehaviour();
const DefaultHorzScaleBehavior = LightweightCharts.defaultHorzScaleBehavior();
class CustomBehavior extends DefaultHorzScaleBehavior {
constructor(...props) {
super(...props);
Expand Down

0 comments on commit 64ece2b

Please sign in to comment.