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
Hello, I am trying to use ods-analysis to print some results in sorted order, but it doesn't seem to be working. I am looking at the example on this page:
Hello @scMarth! You're right, there's an issue with the example that I'll fix.
The ods-analysis-sort parameter takes a serie's name as input. In this case, the serie is declared as ods-analysis-serie-circonference="AVG(circonferenceencm)" which means the name is actually circonference and not circonferenceencm.
The correct setup is therefore ods-analysis-sort="circonference" (or ods-analysis-sort="-circonference" for reverse order sort).
Hello, I am trying to use ods-analysis to print some results in sorted order, but it doesn't seem to be working. I am looking at the example on this page:
https://opendatasoft.github.io/ods-widgets/docs/#/api/ods-widgets.directive:odsAnalysis
In the example code, it is specified to sort by circumference:
ods-analysis-sort="circonferenceencm"
But the resulting chart isn't sorted.
The text was updated successfully, but these errors were encountered: