mode / alamode

A community-maintained library of visualizations for Mode reports
MIT License
70 stars 67 forks source link

Retention heatmap confuses order of columns #8

Closed improbable-benfischer closed 7 years ago

improbable-benfischer commented 7 years ago

When using alamode.retentionHeatmap, our report looks as follows: retention_heatmap_confused_column_order Note that columns 4 and 5 are interchanged. My assumption is that the columns should be automatically sorted by label. If not, is there way to define a custom order? Thanks.

improbable-benfischer commented 7 years ago

Sorry, this is an issue on our side. The trick was to change the sorting order in the SQL query, namely first order by column, then by row of the retention heatmap.