asciidoctor / asciidoctor-chart

A set of Asciidoctor extensions that add a chart block and block macro to AsciiDoc for including charts in your AsciiDoc document.
Other
29 stars 13 forks source link

A functionality to hide specific rows or columns #36

Open apy-sc opened 2 years ago

apy-sc commented 2 years ago

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?

ggrossetie commented 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?