byashimov / django-controlcenter

Set of widgets to build dashboards for Django projects
BSD 3-Clause "New" or "Revised" License
989 stars 85 forks source link

legend ignores reverseData #44

Open minusf opened 5 years ago

minusf commented 5 years ago

https://github.com/gionkunz/chartist-js/issues/508

reverseData: true reverses not only the list elements, but also the lists themselves insides series. This might be logical for some, it is not logical for me.

In any case this messes up the order of widget.legend.

I am not including any patches because the whole reverseData feature needs mental gymnastics that is not worth the effort for me with possible side effects like this.

I am not sure this should be turned on by default.

byashimov commented 5 years ago

Sorry, minusf. Pull request or I'will leave it as is :)

minusf commented 5 years ago

At least the documentation should mention this. I will come up with a diff for that.

byashimov commented 5 years ago

Thanks for help.