google.load('visualization', '1', {'packages':['corechart'], 'language' : 'cs'}); google.setOnLoadCallback(drawChart); function drawChart() {var data_1 = new google.visualization.DataTable(); data_1.addColumn('string', 'DateTime'); data_1.addColumn('number', ''); data_1.addRows([ ['2025-08-23', 21.163], ['2025-08-24', 21.163], ['2025-08-25', 21.163], ['2025-08-26', 20.988], ['2025-08-27', 21.059], ['2025-08-28', 21.172], ['2025-08-29', 21.033], ['2025-08-30', 20.967], ['2025-08-31', 20.967], ['2025-09-01', 20.967], ['2025-09-02', 20.867], ['2025-09-03', 21.033], ['2025-09-04', 20.968], ['2025-09-05', 20.988], ['2025-09-06', 20.880], ['2025-09-07', 20.880], ['2025-09-08', 20.880]]); var chart_1 = new google.visualization.LineChart(document.getElementById('exchange_rate_1')); chart_1.draw(data_1, { scaleType: 'maximized', wmode:'transparent', dateFormat: 'y-M-d', displayZoomButtons: false, displayRangeSelector: false, displayLegendDots: false, displayDateBarSeparator: false, allowHtml: true, lineSize: 1, pointSize: 0, legend: 'none', axisFontSize: 9, colors:['#86A7A7', '#595959'] });var data_2 = new google.visualization.DataTable(); data_2.addColumn('string', 'DateTime'); data_2.addColumn('number', ''); data_2.addRows([ ['2025-08-23', 24.570], ['2025-08-24', 24.570], ['2025-08-25', 24.570], ['2025-08-26', 24.545], ['2025-08-27', 24.545], ['2025-08-28', 24.545], ['2025-08-29', 24.555], ['2025-08-30', 24.445], ['2025-08-31', 24.445], ['2025-09-01', 24.445], ['2025-09-02', 24.440], ['2025-09-03', 24.485], ['2025-09-04', 24.445], ['2025-09-05', 24.455], ['2025-09-06', 24.425], ['2025-09-07', 24.425], ['2025-09-08', 24.425]]); var chart_2 = new google.visualization.LineChart(document.getElementById('exchange_rate_2')); chart_2.draw(data_2, { scaleType: 'maximized', wmode:'transparent', dateFormat: 'y-M-d', displayZoomButtons: false, displayRangeSelector: false, displayLegendDots: false, displayDateBarSeparator: false, allowHtml: true, lineSize: 1, pointSize: 0, legend: 'none', axisFontSize: 9, colors:['#86A7A7', '#595959'] });var data_8 = new google.visualization.DataTable(); data_8.addColumn('string', 'DateTime'); data_8.addColumn('number', ''); data_8.addRows([ ['2025-08-23', 1.160988517696], ['2025-08-24', 1.160988517696], ['2025-08-25', 1.160988517696], ['2025-08-26', 1.1694777968363], ['2025-08-27', 1.165534925685], ['2025-08-28', 1.1593141885509], ['2025-08-29', 1.1674511481957], ['2025-08-30', 1.1658797157438], ['2025-08-31', 1.1658797157438], ['2025-09-01', 1.1658797157438], ['2025-09-02', 1.1712272966886], ['2025-09-03', 1.1641230447392], ['2025-09-04', 1.165824112934], ['2025-09-05', 1.1651896321708], ['2025-09-06', 1.1697796934866], ['2025-09-07', 1.1697796934866], ['2025-09-08', 1.1697796934866]]); var chart_8 = new google.visualization.LineChart(document.getElementById('exchange_rate_8')); chart_8.draw(data_8, { scaleType: 'maximized', wmode:'transparent', dateFormat: 'y-M-d', displayZoomButtons: false, displayRangeSelector: false, displayLegendDots: false, displayDateBarSeparator: false, allowHtml: true, lineSize: 1, pointSize: 0, legend: 'none', axisFontSize: 9, colors:['#86A7A7', '#595959'] });var data_3 = new google.visualization.DataTable(); data_3.addColumn('string', 'DateTime'); data_3.addColumn('number', ''); data_3.addRows([ ['2025-08-23', 28.394], ['2025-08-24', 28.394], ['2025-08-25', 28.394], ['2025-08-26', 28.351], ['2025-08-27', 28.405], ['2025-08-28', 28.449], ['2025-08-29', 28.424], ['2025-08-30', 28.212], ['2025-08-31', 28.212], ['2025-09-01', 28.212], ['2025-09-02', 28.223], ['2025-09-03', 28.135], ['2025-09-04', 28.135], ['2025-09-05', 28.229], ['2025-09-06', 28.149], ['2025-09-07', 28.149], ['2025-09-08', 28.149]]); var chart_3 = new google.visualization.LineChart(document.getElementById('exchange_rate_3')); chart_3.draw(data_3, { scaleType: 'maximized', wmode:'transparent', dateFormat: 'y-M-d', displayZoomButtons: false, displayRangeSelector: false, displayLegendDots: false, displayDateBarSeparator: false, allowHtml: true, lineSize: 1, pointSize: 0, legend: 'none', axisFontSize: 9, colors:['#86A7A7', '#595959'] });$$('.market_survey_page.hide').each(function(el){ el.hide();}, this);};