interactive HTML - file size?
I wanted to export a plot to an interactive HTML file. The file was quite large, therefore I tried to reduce the size by generating the plot from a data view of the non-excluded rows.Surprisingly, the file size was even bigger The solution was:Remove the link between data view and the original table (alternative: generate the subset without link :). The behavior seems to depend on the plot type; ...