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([ ['2024-04-11', 23.354], ['2024-04-12', 23.666], ['2024-04-13', 23.782], ['2024-04-14', 23.782], ['2024-04-15', 23.782], ['2024-04-16', 23.768], ['2024-04-17', 23.713], ['2024-04-18', 23.714], ['2024-04-19', 23.663], ['2024-04-20', 23.707], ['2024-04-21', 23.707], ['2024-04-22', 23.707], ['2024-04-23', 23.761], ['2024-04-24', 23.672], ['2024-04-25', 23.616], ['2024-04-26', 23.470], ['2024-04-27', 23.481]]); 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([ ['2024-04-11', 25.365], ['2024-04-12', 25.395], ['2024-04-13', 25.330], ['2024-04-14', 25.330], ['2024-04-15', 25.330], ['2024-04-16', 25.325], ['2024-04-17', 25.235], ['2024-04-18', 25.230], ['2024-04-19', 25.265], ['2024-04-20', 25.265], ['2024-04-21', 25.265], ['2024-04-22', 25.265], ['2024-04-23', 25.275], ['2024-04-24', 25.265], ['2024-04-25', 25.235], ['2024-04-26', 25.155], ['2024-04-27', 25.165]]); 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([ ['2024-04-11', 1.0861094459193], ['2024-04-12', 1.0730583960112], ['2024-04-13', 1.0650912454798], ['2024-04-14', 1.0650912454798], ['2024-04-15', 1.0650912454798], ['2024-04-16', 1.0655082463817], ['2024-04-17', 1.064184202758], ['2024-04-18', 1.063928481066], ['2024-04-19', 1.067700629675], ['2024-04-20', 1.0657189859535], ['2024-04-21', 1.0657189859535], ['2024-04-22', 1.0657189859535], ['2024-04-23', 1.0637178569926], ['2024-04-24', 1.0672946941534], ['2024-04-25', 1.0685552168022], ['2024-04-26', 1.0717937792927], ['2024-04-27', 1.0717175588774]]); 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([ ['2024-04-11', 29.660], ['2024-04-12', 29.693], ['2024-04-13', 29.651], ['2024-04-14', 29.651], ['2024-04-15', 29.651], ['2024-04-16', 29.660], ['2024-04-17', 29.534], ['2024-04-18', 29.540], ['2024-04-19', 29.501], ['2024-04-20', 29.516], ['2024-04-21', 29.516], ['2024-04-22', 29.516], ['2024-04-23', 29.274], ['2024-04-24', 29.357], ['2024-04-25', 29.364], ['2024-04-26', 29.361], ['2024-04-27', 29.375]]); 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);};