@orbcharts/plugins-basic 3.0.0-alpha.51 → 3.0.0-alpha.52

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,7 @@ export const DEFAULT_MULTI_GROUP_AXIS_PARAMS: MultiGroupAxisParams = {
38
38
  labelColorType: 'primary',
39
39
  axisLineVisible: true,
40
40
  axisLineColorType: 'primary',
41
+ ticks: 'all',
41
42
  tickFormat: text => text,
42
43
  tickLineVisible: true,
43
44
  tickPadding: 20,