We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
series[type='radial-column'].styler
1 parent 960d011 commit 61a4259Copy full SHA for 61a4259
packages/ag-charts-enterprise/src/series/radial-column/radialColumnSeries.ts
@@ -65,6 +65,10 @@ export class RadialColumnSeries extends RadialColumnSeriesBase<_ModuleSupport.Ra
65
}
66
67
protected override hasItemStylers(): boolean {
68
- return this.properties.itemStyler != null || this.properties.label.itemStyler != null;
+ return (
69
+ this.properties.itemStyler != null ||
70
+ this.properties.styler != null ||
71
+ this.properties.label.itemStyler != null
72
+ );
73
74
0 commit comments