Commit 073c23af authored by Alexander.Trofimov's avatar Alexander.Trofimov

add draw after sparkline changes

parent d535f172
...@@ -2620,6 +2620,7 @@ var editor; ...@@ -2620,6 +2620,7 @@ var editor;
var changedSparkline = AscCommon.g_oTableId.Get_ById(id); var changedSparkline = AscCommon.g_oTableId.Get_ById(id);
if (changedSparkline) { if (changedSparkline) {
changedSparkline.set(oSparklineGroup); changedSparkline.set(oSparklineGroup);
this.wb.getWorksheet().draw();
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment