RubyGems
npm
Organizations
Log in
Sign up
npm
@orbcharts/plugins-basic
Versions diffs
3.0.0-alpha.51 → 3.0.0-alpha.52
Page 5
@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.
Files changed (7)
hide
show
package/dist/orbcharts-plugins-basic.es.js
+6760
-6809
package/dist/orbcharts-plugins-basic.umd.js
+9
-9
package/package.json
+1
-1
package/src/base/BaseGroupAxis.ts
+1
-5
package/src/base/BaseLineAreas.ts
+4
-4
package/src/grid/plugins/GroupAux.ts
+432
-155
package/src/multiGrid/defaults.ts
+1
-0
package/src/multiGrid/defaults.ts
CHANGED
Viewed
@@ -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,
« First
‹ Prev
1
2
3
4
5