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-06-11', 21.684], ['2025-06-12', 21.667], ['2025-06-13', 21.377], ['2025-06-14', 21.570], ['2025-06-15', 21.570], ['2025-06-16', 21.570], ['2025-06-17', 21.417], ['2025-06-18', 21.435], ['2025-06-19', 21.548], ['2025-06-20', 21.635], ['2025-06-21', 21.555], ['2025-06-22', 21.555], ['2025-06-23', 21.555], ['2025-06-24', 21.675], ['2025-06-25', 21.366], ['2025-06-26', 21.358]]); 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-06-11', 24.780], ['2025-06-12', 24.780], ['2025-06-13', 24.790], ['2025-06-14', 24.840], ['2025-06-15', 24.840], ['2025-06-16', 24.840], ['2025-06-17', 24.785], ['2025-06-18', 24.805], ['2025-06-19', 24.805], ['2025-06-20', 24.820], ['2025-06-21', 24.825], ['2025-06-22', 24.825], ['2025-06-23', 24.825], ['2025-06-24', 24.865], ['2025-06-25', 24.795], ['2025-06-26', 24.780]]); 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-06-11', 1.1427780852241], ['2025-06-12', 1.1436747126967], ['2025-06-13', 1.1596575758993], ['2025-06-14', 1.1515994436718], ['2025-06-15', 1.1515994436718], ['2025-06-16', 1.1515994436718], ['2025-06-17', 1.1572582527898], ['2025-06-18', 1.1572195008164], ['2025-06-19', 1.1511509188788], ['2025-06-20', 1.1472151606194], ['2025-06-21', 1.151704940849], ['2025-06-22', 1.151704940849], ['2025-06-23', 1.151704940849], ['2025-06-24', 1.1471741637832], ['2025-06-25', 1.1604886267902], ['2025-06-26', 1.1602209944751]]); 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-06-11', 29.275], ['2025-06-12', 29.242], ['2025-06-13', 29.033], ['2025-06-14', 29.198], ['2025-06-15', 29.198], ['2025-06-16', 29.198], ['2025-06-17', 29.082], ['2025-06-18', 29.093], ['2025-06-19', 29.005], ['2025-06-20', 29.064], ['2025-06-21', 29.085], ['2025-06-22', 29.085], ['2025-06-23', 29.085], ['2025-06-24', 29.021], ['2025-06-25', 29.073], ['2025-06-26', 29.055]]); 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);};