I'm willing to include variables in the tooltip of a highcharts visualization that are not present in the data to be visualized but are part of the original dataframe. See pull request #29 of IFC, there I'm passing the string <b>Tipo de recurso:</b> {recurso_natural}<br><b>Cantidad:</b> {valor} {unidad} as the param tooltip_template for the following data

I'm also specifying the params tooltip_include_all_vars = TRUE (or tooltip_sep_all_vars = "" and tooltip_agg_collapse_rows_template = TRUE) but I got this error
