hi guys,
Small issue, I am trying to set up step to show only every 100th label on my chart.
Setting I am using is
seriesGroups:
[
{
type: 'spline',
series: [
{ dataField: '1000024E',
displayText: 'Project 24 Estimated',
symbolType: 'square',
labels:
{
visible: true,
step:100,
backgroundColor: '#FEFEFE',
backgroundOpacity: 0.2,
borderColor: '#7FC4EF',
borderOpacity: 0.7,
padding: { left: 5, right: 5, top: 0, bottom: 0 }
}
}
]
but this is not working. Every Label is still shown on the chart. JQX version 5.6.0.
Any ideas?
Thnkas