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)
Default configuration of
ChartXYaxis interval restrictions. setIntervalRestrictionsCan 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,