<div id="2"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2012-12','2013-12',2,'Hintamuutokset: 12/2013 vs 12/2012','','Tallinna','','','Muutosprosentit 1 kuukaudelta viime vuoden samaan aikaan nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<div id="1"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2013-q3','2013-12',1,'Hintamuutokset: 12/2013 vs Q3/2013','','Tallinna','','','Muutosprosentit viim. kuukaudelta ed. vuosineljännekseen nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<div id="3"></div>
<link rel="stylesheet" type="text/css" href="/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" />
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.v3.min.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script>
<script src="/balticfinns/wp-content/plugins/d3-simplecharts/rickshaw/rickshaw.min.js"></script>
<script>

execChart('2013-11','2013-12',3,'Hintamuutokset: 12/2013 vs 11/2013','','Tallinna','','','Muutosprosentit viim. kuukaudelta ed. kuukauteen nähden.','100','550');

function execChart(d1,d2,chartid,title,city,xtitle,ytitle,ctype,caption,height,width) {

  if (!city)
    var city = 'Tallinna';
  if (!ctype)
    var ctype = 'columns';
  if (!ytitle)
    ytitle = "Hintakasvu (%)";
  if (!height)
    height = "200";
  if (!width)
    width = "450";
/*
  if (!caption)
    var caption = '';
*/
  // before_s();
  query = '/balticfinns/wp-content/plugins/flat-prices/grapher7.php?d1='+d1+'&d2='+d2+'&city='+city;
    jQuery.getJSON(query, function(data) {
        var items = [];

    // console.info(data);
    var data = new Object({ "labels":data.changes.labels, "values":data.changes.nros, "startbar":"red", "endbar":"lime", "title":title, "xtitle":xtitle, "ytitle":ytitle, "height":height, "width":width, "chartid":chartid, "uniq":chartid, "chart":ctype, "caption":caption });
    jQuery(document).ready(function() {
      simpleChart(data,1);
    });
    return;
    // after_s();
  });
}

</script>
<link rel="stylesheet" type="text/css" href="https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" /><style></style><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script><!-- Start of d3 simpleCharts -->

<script>

var url = '';
var chartid = 'chartvol1';
var tableid = 'tablevol1';
var title = ' title="Kaupat 1 kuukaudelta" ';
var url = '';

// Moving to browsers's JS now ...

// A magical glue: dumping server's php JSON for browser's JS variable, one line
var args2js = {"root":"https:\/\/tere-tech.eu\/balticfinns\/wp-content\/plugins\/d3-simplecharts\/","cssfile":"d3chart.css","uniq":"vol1","chartid":"vol1","data":[],"chart":"columns","xtitle":"Koko Tallinna vs Kesklinn","ytitle":"Kauppojen lkm.","xrotate":"-25","datafile":"wp-content\/plugins\/flat-prices\/data\/tallinn_trades.tsv","row":"last","column":"","maxseries":0,"sort":"123","format":"+00.02","width":"450","height":"100","margin":{"top":20,"right":20,"bottom":30,"left":70},"ticks":10,"minrange":0,"maxrange":"800","startbar":"lime","endbar":"red","gradient":"","colors":"","title":"Tallinnan asuntokaupat","caption":" Keskustan painoarvo p\u00e4\u00e4kaupungin kaikista asuntokaupoista.","tooltips":0};
// console.info(args2js);

// Writing separate data sets into its global array
if (typeof d3charts == 'undefined') 
	d3charts = new Array();
// d3charts[args2js.title] = args2js;
d3charts.push(args2js);

var rootp = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/icons/'

// All existing chart types & their names
var ctype = ["'columns'","'bars'","'area'","'line'","'pie'"];
var cicons = ["columns.png","bars.png","area.png","line.png","pie.png"];

// Referring to just now added one for creating its buttons
var last_chart = d3charts.length-1;
d3charts[last_chart].ind = last_chart;

var fontx = ' style="font-size:xx-small; cursor:pointer;" ';

var icoroot = args2js.root+'icons/';
var butts = aDrawLink(last_chart,ctype[0],icoroot+cicons[0]);
butts += aDrawLink(last_chart,ctype[2],icoroot+cicons[2]);
butts += aDrawLink(last_chart,ctype[3],icoroot+cicons[3]);
butts += aDrawLink(last_chart,ctype[1],icoroot+cicons[1]);
butts += aDrawLink(last_chart,ctype[4],icoroot+cicons[4]);

var slider = 0;
if (0==0) {  // Slider of time series showing out
	slider = 1;
}

var idX = "'vol1'";

var otherbutt = ' <button '+fontx+' onclick="extendData(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')" title="Katso muitakin kuukausia." id="databuttvol1">Kuukaudet</button>';

if (0==1) {  // No buttons: chart switcher 
	butts = '';
}
if (0==1) {  // No buttons: more data
	otherbutt = '';
}

// Embed link element
var cid = 'chartvol1';
var url2 = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/embed.php';  // encodeURIComponent(el.innerText)
// var cid2 = "'"+cid+"'";
var cid2 = "'vol1'"; 

// embed link, TODO
// var elink = '<a href="'+url2+'?chartid='+showembed(cid2)+'" target="_blank">Embed</a>';
// var elink = '<a onclick="showembed('+cid2+')" target="_blank">Embed</a>';
elink = '';

// new window popup's opening
var logofile = 'wp-content/uploads/2013/04/bn4f_24x24.png';
	logofile = "'"+logofile+"'";
// style file name
var cssfile = "'d3chart.css'";

var sortL = "'"+last_chart+"'";
var embed = '<tr><td style="text-align:right"><span>'+elink+'</span></td></tr>'; // TODO
var sortbutt = '<select '+fontx+' id="xsort'+last_chart+'" onchange="sort('+sortL+')"><option value="label">Sort</option><option value="abc">1-2-3</option><option value="cba">3-2-1</option></select>';

// Our chart container in HTML is <table> element with custom styles for new chart
var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="'+(50+parseInt(args2js.width))+'">';
// var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="100%">';
// if ('0')
	html = html+embed;

var dataflip = ' <button title="Move popup data down into chart" onclick="dataZoom(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')">';
dataflip = dataflip + '<img src="' + icoroot + 'arrow_down.gif"> </button> ';
if (!args2js.datafile)
	dataflip = '';
if (0==1)
	dataflip = '';

// butts group on table
html = html + '<tr><td><span class="actbox actlayout">'+butts;
html = html + '<br />'+sortbutt+dataflip+'<span id="extras">'+otherbutt+'</span></span></td></tr>';

	if ("bottom" == "top")
		html = html + '<tr><td><br /></td></tr>'; // Logo at top of chart

var newwin = ' <a style="cursor:pointer" title="Open Chart into New Window" onclick="svgWin('+cid2+','+logofile+','+cssfile+',d3charts['+last_chart+'])"><img width="15" height="15" src="'+args2js.root+'icons/newindow.jpg"></a> ';

var chartX = '<div style="" id="'+ chartid + '"></div>';
if (url) // Here is row where D3 draws its chart - finally
	html = html + '<tr><td class="svgchart">'+newwin+'<a id="'+ chartid + '" ' + title + ' ' + url + '></a></td></tr>';
else
	// html = html + '<tr><td id="'+ chartid + '" ' + title + '></td></tr>';
	html = html + '<tr><td class="svgchart" ' + title + '>'+newwin+chartX+'</td></tr>';
/*
if (args2js.caption)
  if (args2js.chart == 'line')
	html = html + '<tr><td class="captiontext">'+args2js.caption+'</td></tr>';
*/
var id = "'"+chartid+"'";
var odform = "'table'";
html = html + '<tr><td id="'+ id + '" title="Data values"></td></tr>'; // Container of big data

var cc = '<tr><td style="font-size:x-small; float:left">Run by <b>W3C</b> open technology </td><td> <img src="wp-content/uploads/2013/04/bn4f_24x24.png"> </td></tr>';

var odataButt = '';
var odataButt2 = '';
var odataButt3 = '';
var buttgroup = '';

if (1==0) {

buttgroup = '<span class="actbox actlayout" >';

// Data export buttons
var odataButt = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+')" title="Open chart\'s data to another big data application."> BIG DATA </button>';
var odataButt2 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart\'s data to Excel here or save it into text file."> Excel data </button>';

if (1==1) {
	odform="'svg'";
	odataButt3 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart to any SVG accepting graphics editor or save it locally into a file."> Save Chart </button>';
}
buttgroup = buttgroup +odataButt3+odataButt+odataButt2+ '</span>';
}

html = html + '<tr><td id="'+ chartid + 'odata" >'+buttgroup+'</td></tr>'+cc; 
html = html + '</table>';

d3charts[d3charts.length-1].html = html;

// console.info(d3charts[last_chart]);

if (d3charts[last_chart].chartid) { // chart has its container by user's input (needs JQuery, sorry)

// Tracking instance of active chart
// var lastOne = d3charts.length-1;
if (typeof chartQ == 'undefined') 
	var chartQ = new Array();
	chartQ.push(last_chart);

// console.info(chartQ);
	jQuery(document).ready(function() { // need to wait whole DOM loaded up
		var i = chartQ.shift();
		jQuery('#'+d3charts[i].chartid).append(d3charts[i].html);
		// console.info(i);
		// console.info(chartQ);
		newChart(d3charts[i]);
	});
} else { // This prints chart container at top of each WP page/post
	document.write(html); // This prints chart container at top of each WP page/post
	newChart(d3charts[last_chart]);
}

</script>

<!-- End of d3 simpleCharts -->
<link rel="stylesheet" type="text/css" href="https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/d3chart.css" /><style></style><link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" /><script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3.min.js"></script><script src="/balticfinns/wp-content/plugins/d3-simplecharts/d3-simpleCharts.js"></script><!-- Start of d3 simpleCharts -->

<script>

var url = '';
var chartid = 'chartvol2';
var tableid = 'tablevol2';
var title = ' title="Kaupat kuukaudelta kerrallaan" ';
var url = '';

// Moving to browsers's JS now ...

// A magical glue: dumping server's php JSON for browser's JS variable, one line
var args2js = {"root":"https:\/\/tere-tech.eu\/balticfinns\/wp-content\/plugins\/d3-simplecharts\/","cssfile":"d3chart.css","uniq":"vol2","chartid":"vol2","data":[],"chart":"area","xtitle":"Kaupungin osat","ytitle":"Kauppojen lkm.","xrotate":"-25","datafile":"wp-content\/plugins\/flat-prices\/data\/tallinn_area_trades.tsv","row":"last","column":"","maxseries":0,"sort":"","format":"+00.02","width":"450","height":"150","margin":{"top":20,"right":20,"bottom":30,"left":70},"ticks":10,"minrange":0,"maxrange":"200","startbar":"lime","endbar":"red","gradient":"value","colors":"","title":"Asuntokaupat asuinalueittain","caption":" Asuinalueiden keskin\u00e4inen suhde Tallinnan toteutuneissa kaupoissa.","tooltips":0};
// console.info(args2js);

// Writing separate data sets into its global array
if (typeof d3charts == 'undefined') 
	d3charts = new Array();
// d3charts[args2js.title] = args2js;
d3charts.push(args2js);

var rootp = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/icons/'

// All existing chart types & their names
var ctype = ["'columns'","'bars'","'area'","'line'","'pie'"];
var cicons = ["columns.png","bars.png","area.png","line.png","pie.png"];

// Referring to just now added one for creating its buttons
var last_chart = d3charts.length-1;
d3charts[last_chart].ind = last_chart;

var fontx = ' style="font-size:xx-small; cursor:pointer;" ';

var icoroot = args2js.root+'icons/';
var butts = aDrawLink(last_chart,ctype[0],icoroot+cicons[0]);
butts += aDrawLink(last_chart,ctype[2],icoroot+cicons[2]);
butts += aDrawLink(last_chart,ctype[3],icoroot+cicons[3]);
butts += aDrawLink(last_chart,ctype[1],icoroot+cicons[1]);
butts += aDrawLink(last_chart,ctype[4],icoroot+cicons[4]);

var slider = 0;
if (0==0) {  // Slider of time series showing out
	slider = 1;
}

var idX = "'vol2'";

var otherbutt = ' <button '+fontx+' onclick="extendData(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')" title="Katso muitakin kuukausia." id="databuttvol2">Kuukaudet</button>';

if (0==1) {  // No buttons: chart switcher 
	butts = '';
}
if (0==1) {  // No buttons: more data
	otherbutt = '';
}

// Embed link element
var cid = 'chartvol2';
var url2 = 'https://tere-tech.eu/balticfinns/wp-content/plugins/d3-simplecharts/embed.php';  // encodeURIComponent(el.innerText)
// var cid2 = "'"+cid+"'";
var cid2 = "'vol2'"; 

// embed link, TODO
// var elink = '<a href="'+url2+'?chartid='+showembed(cid2)+'" target="_blank">Embed</a>';
// var elink = '<a onclick="showembed('+cid2+')" target="_blank">Embed</a>';
elink = '';

// new window popup's opening
var logofile = 'wp-content/uploads/2013/04/bn4f_24x24.png';
	logofile = "'"+logofile+"'";
// style file name
var cssfile = "'d3chart.css'";

var sortL = "'"+last_chart+"'";
var embed = '<tr><td style="text-align:right"><span>'+elink+'</span></td></tr>'; // TODO
var sortbutt = '<select '+fontx+' id="xsort'+last_chart+'" onchange="sort('+sortL+')"><option value="label">Sort</option><option value="abc">1-2-3</option><option value="cba">3-2-1</option></select>';

// Our chart container in HTML is <table> element with custom styles for new chart
var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="'+(50+parseInt(args2js.width))+'">';
// var html = '<table id= "'+ tableid +'" class="svgtable" style="" width="100%">';
// if ('0')
	html = html+embed;

var dataflip = ' <button title="Move popup data down into chart" onclick="dataZoom(d3charts['+last_chart+'],'+last_chart+','+slider+','+idX+')">';
dataflip = dataflip + '<img src="' + icoroot + 'arrow_down.gif"> </button> ';
if (!args2js.datafile)
	dataflip = '';
if (0==1)
	dataflip = '';

// butts group on table
html = html + '<tr><td><span class="actbox actlayout">'+butts;
html = html + '<br />'+sortbutt+dataflip+'<span id="extras">'+otherbutt+'</span></span></td></tr>';

	if ("bottom" == "top")
		html = html + '<tr><td><br /></td></tr>'; // Logo at top of chart

var newwin = ' <a style="cursor:pointer" title="Open Chart into New Window" onclick="svgWin('+cid2+','+logofile+','+cssfile+',d3charts['+last_chart+'])"><img width="15" height="15" src="'+args2js.root+'icons/newindow.jpg"></a> ';

var chartX = '<div style="" id="'+ chartid + '"></div>';
if (url) // Here is row where D3 draws its chart - finally
	html = html + '<tr><td class="svgchart">'+newwin+'<a id="'+ chartid + '" ' + title + ' ' + url + '></a></td></tr>';
else
	// html = html + '<tr><td id="'+ chartid + '" ' + title + '></td></tr>';
	html = html + '<tr><td class="svgchart" ' + title + '>'+newwin+chartX+'</td></tr>';
/*
if (args2js.caption)
  if (args2js.chart == 'line')
	html = html + '<tr><td class="captiontext">'+args2js.caption+'</td></tr>';
*/
var id = "'"+chartid+"'";
var odform = "'table'";
html = html + '<tr><td id="'+ id + '" title="Data values"></td></tr>'; // Container of big data

var cc = '<tr><td style="font-size:x-small; float:left">Run by <b>W3C</b> open technology </td><td> <img src="wp-content/uploads/2013/04/bn4f_24x24.png"> </td></tr>';

var odataButt = '';
var odataButt2 = '';
var odataButt3 = '';
var buttgroup = '';

if (1==0) {

buttgroup = '<span class="actbox actlayout" >';

// Data export buttons
var odataButt = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+')" title="Open chart\'s data to another big data application."> BIG DATA </button>';
var odataButt2 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart\'s data to Excel here or save it into text file."> Excel data </button>';

if (1==1) {
	odform="'svg'";
	odataButt3 = ' <button '+fontx+' onclick="openData(d3charts['+last_chart+'], '+id+', '+odform+')" title="Open chart to any SVG accepting graphics editor or save it locally into a file."> Save Chart </button>';
}
buttgroup = buttgroup +odataButt3+odataButt+odataButt2+ '</span>';
}

html = html + '<tr><td id="'+ chartid + 'odata" >'+buttgroup+'</td></tr>'+cc; 
html = html + '</table>';

d3charts[d3charts.length-1].html = html;

// console.info(d3charts[last_chart]);

if (d3charts[last_chart].chartid) { // chart has its container by user's input (needs JQuery, sorry)

// Tracking instance of active chart
// var lastOne = d3charts.length-1;
if (typeof chartQ == 'undefined') 
	var chartQ = new Array();
	chartQ.push(last_chart);

// console.info(chartQ);
	jQuery(document).ready(function() { // need to wait whole DOM loaded up
		var i = chartQ.shift();
		jQuery('#'+d3charts[i].chartid).append(d3charts[i].html);
		// console.info(i);
		// console.info(chartQ);
		newChart(d3charts[i]);
	});
} else { // This prints chart container at top of each WP page/post
	document.write(html); // This prints chart container at top of each WP page/post
	newChart(d3charts[last_chart]);
}

</script>

<!-- End of d3 simpleCharts -->
{"id":32144,"date":"2014-01-03T09:45:32","date_gmt":"2014-01-03T07:45:32","guid":{"rendered":"https:\/\/tere-tech.com\/balticfinns\/?p=32144"},"modified":"2014-01-03T09:45:32","modified_gmt":"2014-01-03T07:45:32","slug":"asuntokaupat-122013-kauppamaarat-uuteen-ennatykseen-mm","status":"publish","type":"post","link":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/01\/03\/asuntokaupat-122013-kauppamaarat-uuteen-ennatykseen-mm\/","title":{"rendered":"Asuntokaupat 12\/2013 : kauppam\u00e4\u00e4r\u00e4t jatkoivat vahvana (m\/m)"},"content":{"rendered":"<div class=\"announcement\"><span style=\"font-size: 13px; line-height: 19px;\">\u00a0<strong>Kristiine\u00a0<\/strong>asuinalue nosti joulukuussa 12\/2013 keskihintojaan suurista kaupunginosista vahvimmin\u00a0<strong>Tallinnan toteutuneissa kaupoissa<\/strong>. Sen nousu oli \u00a0ed.kuukauteen (+10%) ja kvartaaliin Q3\/2012 n\u00e4hden (+16%). Toisena nousevana alueena oli <strong>Pohja-Tallinn<\/strong>, jonka kauppahinnat ovat vuosivertailussa nousseet (n +7% ja +17%). \u00a0Keskihintojen suurimmat pudotukset alas koettiin <strong>Pirita<\/strong> (-15%),\u00a0<strong>Nomme\u00a0<\/strong>(-7%), <strong>Mustam\u00e4e<\/strong> (-7%) ja <strong>Haabersti<\/strong> (-3%) asuinalueiden kaupoissa ed. kuukauden vertailussa. Nelj\u00e4 kaupunginosaa kirjasi 12\/2013 nousua neli\u00f6iden keskihinnoitteluunsa<\/span><span style=\"font-size: 13px; line-height: 19px;\">.<\/span><\/div>\n<p><strong>Keskihintojen nousuun osallistui puolikas Tallinnaa<\/strong><\/p>\n<div class=\"note\">\n<div id=\"chart2\" title=\"Toteutuneiden kauppojen muutokset (y\/y)\">y\/y chart<\/div>\n\n<div id=\"chart1\" title=\"Toteutuneiden kauppojen muutokset (q\/m)\">q\/m chart<\/div>\n\n<div id=\"chart3\" title=\"Toteutuneiden kauppojen muutokset (m\/m)\">m\/m chart<\/div>\n\n<\/div>\n<p>Joulukuu 2013 k\u00e4\u00e4nsi kaupank\u00e4ynnin selv\u00e4sti enemm\u00e4n tasapainoon, jossa myyntihintojen nosto ei en\u00e4\u00e4 ole itsest\u00e4\u00e4n selvyys kuten (\u20ac\/m2) kk-tason oheisesta muutoskuvastakin voi havaita.<\/p>\n<p><strong>Kauppam\u00e4\u00e4r\u00e4t koko vuoden 2013 enn\u00e4tykseen<\/strong><\/p>\n<div class=\"announcement\">Kauppam\u00e4\u00e4r\u00e4t (615 kpl) Tallinnassa 12\/2013 asunnoille olivat <strong>vahvoja<\/strong> vrt 12\/2012 tasoihin edelleen ja ne yh\u00e4 enemm\u00e4n keskittyiv\u00e4t p\u00e4\u00e4kaupungin keskustaan.<\/div>\n<p>&nbsp;<\/p>\n<div id=\"vol1\"><\/div>\n\n<p>Kauppam\u00e4\u00e4rien vetureina toimivat eniten 3 kaupunginosaa:\u00a0<strong>Kesklinn,<\/strong>\u00a0<strong>Lasnam\u00e4e ja Pohja-Tallinn<\/strong>. Suurin muutos edelliseen kuukauteen oli se, ett\u00e4 <strong>Mustam\u00e4e<\/strong> tippui k\u00e4rkikolmikosta pois ja vahvasti esiin sen paikalle taas nousi Pohja-Tallinn samalla kun Kesklinn aleni ylivoimassa kaikkiin muihin n\u00e4hden.<\/p>\n<div id=\"vol2\"><\/div>\n\n<p>&nbsp;<\/p>\n<p><strong>Myyntiodotukset: 1\/2014<\/strong><\/p>\n<p>Asuinalueittain katsottuna suurimmat myyntiodotukset (vrt viime 12\/2012) kohdistuvat: Kesklinn ja Lasnam\u00e4e alueille. Viime vuoden trendi ennusti, ett\u00e4 sek\u00e4 joulu- ett\u00e4 tammikuun myynti asettui noin samalle tasolle, mutta nyt n\u00e4hdyn kasvupiikin 12\/2013 johdosta on haastavaa n\u00e4hd\u00e4 saman tuloksen jatkuvan t\u00e4n\u00e4kin vuonna.<\/p>\n<p><strong>Hyvi\u00e4 aputy\u00f6kaluja<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/tere-tech.com\/balticfinns\/?page_id=27192\">Kotiselain Tallinnan hintabarometrin kera<\/a><\/li>\n<li><a href=\"https:\/\/tere-tech.com\/balticfinns\/?page_id=22283\">Asuntohintahaut- ja vertailut eri asuinalueille<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u00a0Kristiine\u00a0asuinalue nosti joulukuussa 12\/2013 keskihintojaan suurista kaupunginosista vahvimmin\u00a0Tallinnan toteutuneissa kaupoissa. Sen nousu oli \u00a0ed.kuukauteen (+10%) ja kvartaaliin Q3\/2012 n\u00e4hden (+16%). Toisena nousevana alueena oli Pohja-Tallinn, jonka kauppahinnat ovat vuosivertailussa nousseet (n +7% ja +17%). \u00a0Keskihintojen suurimmat pudotukset alas koettiin Pirita (-15%),\u00a0Nomme\u00a0(-7%), Mustam\u00e4e (-7%) ja Haabersti (-3%) asuinalueiden kaupoissa ed. kuukauden vertailussa. Nelj\u00e4 kaupunginosaa kirjasi 12\/2013 &#8230; <a title=\"Asuntokaupat 12\/2013 : kauppam\u00e4\u00e4r\u00e4t jatkoivat vahvana (m\/m)\" class=\"read-more\" href=\"https:\/\/tere-tech.eu\/balticfinns\/index.php\/2014\/01\/03\/asuntokaupat-122013-kauppamaarat-uuteen-ennatykseen-mm\/\" aria-label=\"Lue lis\u00e4\u00e4 aiheesta Asuntokaupat 12\/2013 : kauppam\u00e4\u00e4r\u00e4t jatkoivat vahvana (m\/m)\">Lue lis\u00e4\u00e4<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[5,31],"tags":[47,112,267,394,476],"_links":{"self":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/32144"}],"collection":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/comments?post=32144"}],"version-history":[{"count":0,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/posts\/32144\/revisions"}],"wp:attachment":[{"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/media?parent=32144"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/categories?post=32144"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tere-tech.eu\/balticfinns\/index.php\/wp-json\/wp\/v2\/tags?post=32144"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}