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-04-23', 21.849], ['2025-04-24', 21.916], ['2025-04-25', 21.964], ['2025-04-26', 21.950], ['2025-04-27', 21.950], ['2025-04-28', 21.950], ['2025-04-29', 21.975], ['2025-04-30', 21.909], ['2025-05-01', 21.905], ['2025-05-02', 21.905], ['2025-05-03', 21.981], ['2025-05-04', 21.981], ['2025-05-05', 21.981], ['2025-05-07', 22.031], ['2025-05-08', 21.942], ['2025-05-09', 21.942]]); 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-04-23', 25.080], ['2025-04-24', 25.005], ['2025-04-25', 24.970], ['2025-04-26', 24.930], ['2025-04-27', 24.930], ['2025-04-28', 24.930], ['2025-04-29', 24.965], ['2025-04-30', 24.920], ['2025-05-01', 24.930], ['2025-05-02', 24.930], ['2025-05-03', 24.920], ['2025-05-04', 24.920], ['2025-05-05', 24.920], ['2025-05-07', 24.960], ['2025-05-08', 24.930], ['2025-05-09', 24.930]]); 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-04-23', 1.1478786214472], ['2025-04-24', 1.1409472531484], ['2025-04-25', 1.1368603168822], ['2025-04-26', 1.1357630979499], ['2025-04-27', 1.1357630979499], ['2025-04-28', 1.1357630979499], ['2025-04-29', 1.13606370876], ['2025-04-30', 1.1374321055274], ['2025-05-01', 1.1380963250399], ['2025-05-02', 1.1380963250399], ['2025-05-03', 1.1337063827851], ['2025-05-04', 1.1337063827851], ['2025-05-05', 1.1337063827851], ['2025-05-07', 1.1329490263719], ['2025-05-08', 1.1361771944217], ['2025-05-09', 1.1361771944217]]); 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-04-23', 29.202], ['2025-04-24', 29.147], ['2025-04-25', 29.218], ['2025-04-26', 29.233], ['2025-04-27', 29.233], ['2025-04-28', 29.233], ['2025-04-29', 29.322], ['2025-04-30', 29.328], ['2025-05-01', 29.266], ['2025-05-02', 29.266], ['2025-05-03', 29.216], ['2025-05-04', 29.216], ['2025-05-05', 29.216], ['2025-05-07', 29.469], ['2025-05-08', 29.291], ['2025-05-09', 29.291]]); 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);};