OK In progress...

This commit is contained in:
Kolan Sh 2018-01-21 20:16:01 +03:00
parent 26030290d4
commit b7f6e6cf79
1 changed files with 7 additions and 3 deletions

View File

@ -45,21 +45,25 @@ void plot_chart1 (Chart chart) {
chart.series = { s1, s2, s3 };
chart.title.font.size = 24;
//chart.legend.show = false;
s1.title.font.size = 16;
s2.title.font.size = 16;
s3.title.font.size = 16;
s1.axis_x.title.font.size = 14;
s2.axis_x.title.font.size = 14;
s3.axis_x.title.font.size = 14;
s3.axis_x.title.font.size = 18;
s1.axis_y.title.font.size = 14;
s2.axis_y.title.font.size = 14;
s3.axis_y.title.font.size = 14;
s3.axis_y.title.font.size = 18;
s1.axis_x.font_style.size = 12;
s2.axis_x.font_style.size = 12;
s3.axis_x.font_style.size = 12;
s1.axis_y.font_style.size = 12;
s2.axis_y.font_style.size = 12;
s3.axis_y.font_style.size = 12;
s3.axis_y.font_style.size = 14;
s1.marker.size = 6;
s2.marker.size = 8;
s3.marker.size = 7;
}
void plot_chart2 (Chart chart) {