Open apy-sc opened 2 years ago
Hello @apy-sc
No it's not possible to hide specific rows or columns. Technically, we could do it in this extension but I feel like these kinds of transformation should be done as a pre-step.
Unless, you are talking about interactive diagrams where you can hide series? For instance: https://c3js.org/samples/point_show.html where you can click on "data1" or "data2" to hide/show series?
1 Is it possible to hide specific columns? For example, I have weeks 1-30 with data in .csv file but want to show only last three (28-30) - is it possible to achieve that? 2 Is it possible to hide specific rows? For example, I have New, Pending and Total - is it possible to show only Pending and New, but not Total?