dashR icon indicating copy to clipboard operation
dashR copied to clipboard

Index overrides through `interpolate_index` do not work

Open ghost opened this issue 1 year ago • 0 comments

This code seems to be incomplete as it is using the template directly without substitutions.

https://github.com/plotly/dashR/blob/d281e7025d0906f6f65e0365d25d2a59c362ed9e/R/dash.R#L1967-L1969

Relatedly, index_string function also does not seem to be working because glue complains about missing title variable.

https://github.com/plotly/dashR/blob/d281e7025d0906f6f65e0365d25d2a59c362ed9e/R/dash.R#L1961-L1965

ghost avatar Jun 26 '24 16:06 ghost