@bizy/core 21.5.4 → 21.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizy/core",
3
- "version": "21.5.4",
3
+ "version": "21.5.6",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^21.0.0",
6
6
  "@angular/common": "^21.0.0",
@@ -174,6 +174,7 @@ interface IBizyBarLineChartAxis {
174
174
  name?: string;
175
175
  max?: number;
176
176
  min?: number;
177
+ group?: string;
177
178
  offset?: number;
178
179
  interval?: number;
179
180
  independent?: boolean;