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
Only labels for even data indexes should be displayed.
What is actually happening?
All labels are displayed.
What browsers do you see the problem on?
Chrome
Any additional comments?
If you use Datasets="_barDataLabelsDatasets" then the scriptable function works correctly. I think the reason why it doesn't work is that in case of using Options property, the functions are not compiled as they are in the case of Datasets property. See
Blazorise Version
1.6.2
What Blazorise provider are you running on?
None
Link to minimal reproduction or a simple code snippet
Don't have
Steps to reproduce & bug description
What is expected?
Only labels for even data indexes should be displayed.
What is actually happening?
All labels are displayed.
What browsers do you see the problem on?
Chrome
Any additional comments?
If you use
Datasets="_barDataLabelsDatasets"
then the scriptable function works correctly. I think the reason why it doesn't work is that in case of usingOptions
property, the functions are not compiled as they are in the case ofDatasets
property. SeeBlazorise/Source/Extensions/Blazorise.Charts.DataLabels/wwwroot/chart.datalabels.js
Line 18 in 47400fb
The text was updated successfully, but these errors were encountered: