(Simple) Bar charts disabled
Hey, can you look into enabling (simple) bar charts again?
When trying to add one, I get 'Coming (back) soon! Check again in a few days! :-)' But this message seems to be active for quite some time already. :( (Actually, you mentioned that they are disabled here: https://github.com/BtoBastian/bStats/issues/41#issuecomment-336669729)
Hope you find some time to look into enabling them again!
Thanks!
Hey, bar charts are more complicated to adjust to the new backend than the other charts were. At the moment I sadly don't have the time and motivation to re-implement them, but they have a high position on my TODO list, so they are probably one of the first things I'll do when I start adding features again.
Would love to see these bar charts again. Hopefully you get the motivation soon ^_^
@Bastian is the re-implementation of this feature still planned? It's basically the only custom chart type I used...
What exactly is holding back the re-implementation of these disabled chart types? Maybe the community can help :)
What exactly is holding back the re-implementation of these disabled chart types? Maybe the community can help :)
From looking through the code, it looks like the API can accept and expose simple bar chart data but the backend doesn't have a way to store the data received from bar charts. There also isn't a UI for creating bar charts yet.