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
I believe now that consolidateValues is not needed, because plotly supports equivalent behavior by using Layout option {xaxis: {categoryarray: xvalues, categoryorder: 'array'}}.
Native Grist charts do a few extra data transformations that may be good to port here. See these functions in particular:
sortByXValues
trimNonNumericData
consolidateValues
Note that since custom charts are much more flexible, these may create undesirable tradeoffs.
The text was updated successfully, but these errors were encountered: