great-tables icon indicating copy to clipboard operation
great-tables copied to clipboard

epic: Implement nano linechart

Open machow opened this issue 1 year ago • 1 comments
trafficstars

https://gt.rstudio.com/reference/cols_nanoplot.html

machow avatar Feb 06 '24 20:02 machow

From pairing w/ @rich-iannone, let's make the nanoplot a formatter for now, and code it up similar to great_tables._formats.FmtImage. Basically, a dataclass with a to_html() method. That way, we can test it out, fit it in to our architecture, before rolling .cols_add().

machow avatar Feb 22 '24 18:02 machow