	<div class="scroll_wrapper" style="height: 260px; overflow: hidden; margin-bottom: 60px;">
		<div style="width:100%; position: relative; height: 260px; width: 1998px;">
    		<canvas id="canvas"></canvas>
		</div>
	</div>
	<script>
		(function($){
	        $(window).on("load",function(){
	            $(".scroll_wrapper").mCustomScrollbar({
	            	axis: "x",
	            	theme:"dark",
	            	scrollbarPosition: 'outside',
	            	autoDraggerLength: false,
	            }).mCustomScrollbar("scrollTo", "right");
	        });
	    })(jQuery);

	    Chart.defaults.global.maintainAspectRatio = false;
		Chart.defaults.global.defaultFontFamily = 'sans-serif';
		Chart.defaults.global.defaultFontSize = '11';
		Chart.defaults.global.defaultFontColor = '#152e34';

		Chart.pluginService.register({
			afterFit: function(chart){
		    	
		    },
		    afterUpdate: function(chart) {
		    	var dataset = chart.config.data.datasets[0];
		    	var offset = 35;
		    
		        for (var i = 0; i < dataset._meta[0].data.length; i++) {
		        	var model = dataset._meta[0].data[i]._model;
		            model.x += offset;
		            model.controlPointNextX += offset;
		            model.controlPointPreviousX += offset;
		        }
		    },
		    beforeUpdate: function(chart) {
		    	var dataset = chart.config.data.datasets[0];
		    	for (var i = 0; i < dataset.data.length; i++) {
			    	if (chart.data.datasets[0].data[i] >= 1) {
					    chart.config.data.datasets[0].pointBackgroundColor[i] = "#2DFD33";
				    } else {
				        chart.config.data.datasets[0].pointBackgroundColor[i] = "#f74a4a";
				    }
				}

		    },
		    beforeDraw: function (chart, easing) {
		        if (chart.config.options.chartArea && chart.config.options.chartArea.backgroundColorTop) {
		            var helpers = Chart.helpers;
		            var ctx = chart.chart.ctx;
		            var chartArea = chart.chartArea;

		            ctx.save();
		            ctx.fillStyle = chart.config.options.chartArea.backgroundColorTop;
		            ctx.fillRect(chartArea.left, chartArea.top, chartArea.right - chartArea.left, (chartArea.bottom - chartArea.top));
		            ctx.restore();
		        }

		        if (chart.config.options.chartArea && chart.config.options.chartArea.backgroundColorBottom) {
		            var helpers = Chart.helpers;
		            var ctx = chart.chart.ctx;
		            var chartArea = chart.chartArea;

		            ctx.save();
		            ctx.fillStyle = chart.config.options.chartArea.backgroundColorBottom;
		            ctx.fillRect(chartArea.left, (chartArea.bottom + chartArea.top) / 1.47, chartArea.right - chartArea.left, (chartArea.bottom - chartArea.top)/4);
		            ctx.restore();
		        }
		    }
		});
		var config = {
		    labels: ["Q2, 2014","Q3, 2014","Q4, 2014","Q1, 2015","Q2, 2015","Q4, 2015","Q1, 2016","Q2, 2016","Q1, 2017","Q2, 2017","Q4, 2017","Q1, 2018","Q2, 2018","Q4, 2018","Q1, 2019","Q2, 2019","Q4, 2019","Q1, 2020","Q2, 2020","Q4, 2020","Q1, 2021","Q2, 2021","Q4, 2021","2022 I ketv.","2022 II ketv.","2022 IV ketv.","2024 IV ketv."],
		    datasets: [
		        {
		            fill: false,
		            lineTension: 0,
		            borderColor: '#2DFD33',
		            borderWidth: 3,
		            borderCapStyle: 'butt',
		            borderDash: [],
		            borderDashOffset: 0,
		            borderJoinStyle: 'miter',
		            pointBorderColor: "transparent",
		            pointBackgroundColor: [],
		           	pointRadius: 7,
		            data: ["1.101","1.167","1.181","1.136","1.174","1.189","1.227","1.215","1.215","1.303","1.216","1.230","1.225","1.140","1.150","1.176","1.088","1.082","0.909","1.064","1.118","1.237","1.139","1.057","1.025","0.960","1.04"],
		            spanGaps: false,
		        }
		    ],
		};

	    var opt = {
	    	responsive: true,
	    	layout: {
	    		padding: {
	    			top: 35,
	    		},
	    	},
	    	chartArea: {
    			backgroundColorTop: '#f2f8ef',
    			backgroundColorBottom: '#fde5e5',
			},
			labelOffsetTop: 20,
	    	scales: {
		        yAxes: [{
		            display: true,
		            ticks: {
		                stepSize: 0.15,
                        max: 1.45,
                        min: 0.85,
                        callback: function(tick, index, ticks) {
                            return tick.toFixed(2);
                        }
                    },
		            gridLines: {
			    		offsetGridLines: false,
			    		display: true,
	    			},
		        }],
		        xAxes: [{
		        	position: 'bottom',
		        	gridLines: {
			    		offsetGridLines: true,
	    			},
	    			ticks:{
	    				
	    			}
		        }],
		    },
		    legend: {
		    	display: false,
		    },
		    events: false,
		    tooltips: {
		        enabled: false
		    },
		    hover: {
		        animationDuration: 0
		    },
		    animation: {
		        duration: 1,
		        onComplete: function () {
		            var chartInstance = this.chart,
		                ctx = chartInstance.ctx;
		            ctx.font = Chart.helpers.fontString('14', '700', 'sans-serif');

		            ctx.textAlign = 'center';
		            ctx.textBaseline = 'bottom';
		            ctx.fillStyle = '#1576FB';

		            this.data.datasets.forEach(function (dataset, i) {
		                var meta = chartInstance.controller.getDatasetMeta(i);
		                meta.data.forEach(function (bar, index) {
		                    var data = dataset.data[index];                            
		                    ctx.fillText(data, bar._model.x, bar._model.y - 15);
		                });
		            });
		        }
		    }
		};

		window.onload = function() {
            var ctx = document.getElementById("canvas").getContext("2d");
            window.myLine = new Chart.Line(ctx, {
            	data: config,	            	
			    options: opt
            });
        };
	</script>	<div class="pros_cons">
						<h5 class="top-heading">
						ICIL 2024 Q4					</h5>
										<div class="heading pos">
						Key positive factors					</div>
										<li>
						46% of businesses expect wages to rise in  their companies in the near future					</li>
										<li>
						65% of investors think the country is open to new investment					</li>
										<li>
						Telecommunication services, transport and logistics infrastructure, and employee knowledge of foreign languages have been identified as the strongest areas					</li>
										<div class="heading neg">
						Key negative factors					</div>
										<li>
						Investors are worried about the macroeconomic environment - 24% of respondents believe that the macroeconomic environment will change for the worse in the future					</li>
										<li>
						Education, talent migration and public sector efficiency are the top three areas requiring the most attention					</li>
										<li>
						55% of businesses say they foresee a deterioration in the stability of the political environment					</li>
						</div>
{"id":2,"date":"2017-03-29T11:23:12","date_gmt":"2017-03-29T11:23:12","guid":{"rendered":"http:\/\/localhost\/if\/?page_id=2"},"modified":"2017-04-11T07:34:39","modified_gmt":"2017-04-11T07:34:39","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/investorsforum.lt\/en\/sample-page\/","title":{"rendered":"Sample Page"},"content":{"rendered":"<p>ENGLISH sample page text<\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>ENGLISH sample page text<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["lt","en"],"languages":{"lt":{"title":true,"content":true,"excerpt":false},"en":{"title":true,"content":true,"excerpt":false}}},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sample Page - Investors Forum<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/investorsforum.lt\/sample-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sample Page - Investors Forum\" \/>\n<meta property=\"og:url\" content=\"https:\/\/investorsforum.lt\/sample-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Investors Forum\" \/>\n<meta property=\"article:modified_time\" content=\"2017-04-11T07:34:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/investorsforum.lt\/sample-page\/\",\"url\":\"https:\/\/investorsforum.lt\/sample-page\/\",\"name\":\"Sample Page - Investors Forum\",\"isPartOf\":{\"@id\":\"https:\/\/investorsforum.lt\/#website\"},\"datePublished\":\"2017-03-29T11:23:12+00:00\",\"dateModified\":\"2017-04-11T07:34:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/investorsforum.lt\/sample-page\/#breadcrumb\"},\"inLanguage\":\"en-EN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/investorsforum.lt\/sample-page\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/investorsforum.lt\/sample-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/investorsforum.lt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sample Page LT\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/investorsforum.lt\/#website\",\"url\":\"https:\/\/investorsforum.lt\/\",\"name\":\"Investors Forum\",\"description\":\"Asociacija Investors&#039; Forum\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/investorsforum.lt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-EN\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sample Page - Investors Forum","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/investorsforum.lt\/sample-page\/","og_locale":"en_US","og_type":"article","og_title":"Sample Page - Investors Forum","og_url":"https:\/\/investorsforum.lt\/sample-page\/","og_site_name":"Investors Forum","article_modified_time":"2017-04-11T07:34:39+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/investorsforum.lt\/sample-page\/","url":"https:\/\/investorsforum.lt\/sample-page\/","name":"Sample Page - Investors Forum","isPartOf":{"@id":"https:\/\/investorsforum.lt\/#website"},"datePublished":"2017-03-29T11:23:12+00:00","dateModified":"2017-04-11T07:34:39+00:00","breadcrumb":{"@id":"https:\/\/investorsforum.lt\/sample-page\/#breadcrumb"},"inLanguage":"en-EN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/investorsforum.lt\/sample-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/investorsforum.lt\/sample-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/investorsforum.lt\/"},{"@type":"ListItem","position":2,"name":"Sample Page LT"}]},{"@type":"WebSite","@id":"https:\/\/investorsforum.lt\/#website","url":"https:\/\/investorsforum.lt\/","name":"Investors Forum","description":"Asociacija Investors&#039; Forum","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/investorsforum.lt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-EN"}]}},"_links":{"self":[{"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":6,"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":7215,"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/pages\/2\/revisions\/7215"}],"wp:attachment":[{"href":"https:\/\/investorsforum.lt\/en\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}