Variable defaultAxisIntervalRestrictionsXYConst

defaultAxisIntervalRestrictionsXY: Parameters<Axis["setIntervalRestrictions"]>[0] = ...

Default configuration of ChartXY axis interval restrictions. setIntervalRestrictions

Can be used to explicitly enable default restrictions in use cases where they may be disabled due to automatic logics. For example, using setInterval disables default interval restrictions because they may conflict,

 // Example, explicitly enable default interval restrictions. This means they can't be disabled automatically
axis.setIntervalRestrictions(defaultAxisIntervalRestrictionsXY)