You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if my chart contains 55 elements on the x axis, everything works great.
if I add another element to the x axis to be shown on the chart,
the chrt.axis[0].text.items.length property will contain only 34 elements!
any idea on the reason?
thanks.
The text was updated successfully, but these errors were encountered:
I'm encountering this issue with the linechart:
if my chart contains 55 elements on the x axis, everything works great.
if I add another element to the x axis to be shown on the chart,
the chrt.axis[0].text.items.length property will contain only 34 elements!
any idea on the reason?
thanks.
The text was updated successfully, but these errors were encountered: