Skip to content

Commit

Permalink
fix line-switcher for multiplot from code
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt committed Jan 9, 2025
1 parent 8097f5c commit de15fee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/data/1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 2 3 4 5
1 change: 1 addition & 0 deletions Tests/data/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10 20 30 40 50
5 changes: 4 additions & 1 deletion array_core/multi_plot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ void holdOff(const Config& configuration) {
configuration.chart.title, configuration.chart.xLabel, configuration.chart.yLabel,
dvs::toStringDotSeparator(configuration.chart.aspectRatioWidth),
dvs::toStringDotSeparator(configuration.chart.aspectRatioHeight),
paramWH, paramWHsecond
paramWH, paramWHsecond,
dvs::kHtmlComboboxStyleBlock,
dvs::kHtmlComboboxSelectBlock,
dvs::kHtmlComboboxUpdateFooBlock
};
string multichartPage = dvs::kHtmlMultiChartModel;
string filled_multichartPage = "";
Expand Down

0 comments on commit de15fee

Please sign in to comment.