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-25', 21.366], ['2025-06-26', 21.358], ['2025-06-28', 21.122], ['2025-06-29', 21.122], ['2025-06-30', 21.122], ['2025-07-01', 21.127], ['2025-07-02', 20.904], ['2025-07-03', 20.954], ['2025-07-04', 20.917], ['2025-07-05', 20.955], ['2025-07-06', 20.955], ['2025-07-07', 20.955], ['2025-07-08', 20.998], ['2025-07-09', 21.037], ['2025-07-10', 21.046], ['2025-07-11', 21.033]]); 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-25', 24.795], ['2025-06-26', 24.780], ['2025-06-28', 24.745], ['2025-06-29', 24.745], ['2025-06-30', 24.745], ['2025-07-01', 24.750], ['2025-07-02', 24.690], ['2025-07-03', 24.665], ['2025-07-04', 24.645], ['2025-07-05', 24.655], ['2025-07-06', 24.655], ['2025-07-07', 24.655], ['2025-07-08', 24.625], ['2025-07-09', 24.650], ['2025-07-10', 24.630], ['2025-07-11', 24.635]]); 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-25', 1.1604886267902], ['2025-06-26', 1.1602209944751], ['2025-06-28', 1.1715273174889], ['2025-06-29', 1.1715273174889], ['2025-06-30', 1.1715273174889], ['2025-07-01', 1.1714867231505], ['2025-07-02', 1.1811136624569], ['2025-07-03', 1.1771022239191], ['2025-07-04', 1.1782282354066], ['2025-07-05', 1.1765688379862], ['2025-07-06', 1.1765688379862], ['2025-07-07', 1.1765688379862], ['2025-07-08', 1.1727307362606], ['2025-07-09', 1.1717450206779], ['2025-07-10', 1.1702936424974], ['2025-07-11', 1.1712546950031]]); 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-25', 29.073], ['2025-06-26', 29.055], ['2025-06-28', 28.999], ['2025-06-29', 28.999], ['2025-06-30', 28.999], ['2025-07-01', 28.934], ['2025-07-02', 28.745], ['2025-07-03', 28.620], ['2025-07-04', 28.565], ['2025-07-05', 28.593], ['2025-07-06', 28.593], ['2025-07-07', 28.593], ['2025-07-08', 28.595], ['2025-07-09', 28.561], ['2025-07-10', 28.590], ['2025-07-11', 28.552]]); 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);};