Source: KOSTAT
Graphics by Jerry Lee
var ctx = document.getElementById("j-myChart0").getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ['New cars', 'Used cars', 'Home appliances', 'Cosmetics', 'Medicine and medical supplies'], datasets: [{ label: 'South Korea’s power demand', backgroundColor: "rgba(29, 178, 246, .3)", borderColor: "rgba(29, 178, 246, .8)", borderWidth: 1, data: [59, 38, 32, 31, 24], } ], }, options: { segmentShowStroke: false, responsive: true, scales: { xAxes: [{ stacked: false, ticks: { beginAtZero: true, //steps: 10, //stepValue: 5, //min: 0, //max: 2000, fontSize: 13, fontColor: 'black' }, }], yAxes: [{ //stacked: true, ticks: { beginAtZero: true, steps: 10, stepValue: 5, min: 0, max: 70, fontWeight: 'bold', fontSize: 12, fontColor: 'black', beginAtZero: true, callback: function(value, index, values) { if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value; } } }, }] }, //특정 단어 덧대는 툴팁 방법 tooltips: { titleFontSize: 14, bodyFontSize: 13, callbacks: { label: function(tooltipItem, data) { var label = tooltipItem.yLabel; var xLabel = tooltipItem.xLabel; console.log(tooltipItem) console.log(value) var value = data.datasets[0].data[tooltipItem.index]; if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value + ' trn won'; } } } // end callbacks: }, maintainAspectRatio: true, legend: { display: false, position: 'top', padding: 10, border: 0 }, plugins: { deferred: {enabled: true, delay: 400}, datalabels: { color: '#171717', borderWidth: 0.7, borderColor: false, borderRadius : 5, anchor: 'end', //scales: 'left', //textAlign: 'start', align: 'end', clamp: 'true', backgroundColor: false, //padding: 80, offset: -2, font: { //weight: 'bold', size: 12 }, formatter: function(value, context) { if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value; } }, }, }, } }); TARGETING A PROFITABLE MARKETLotte Rental, the country’s No. 1 car rental firm, is working on an online platform for the retail business and targeting an October launch. The company plans to directly sell long-term rental cars, which have been sold to dealers in wholesale contracts, to consumers.Lotte was known to have been earning about 20% of the operating profit margin from the wholesale business. The margin is expected to increase once the company expands the business into the retail market.K Car Co., the country’s top used car retailer, is expanding its investment. The company owned by Seoul-based private equity firm Hahn & Co. is considering opening large showrooms near factory outlet shops.Financial firms are also interested in the used car market as customers often need installment loans to buy vehicles. KB Chachacha, operated by KB Capital Co., a unit of KB Financial Group, attracted dealers to use its financial services to sell secondhand vehicles. KB Capital, which has the country’s largest used car platform with some 160,000 units, reported 275 billion won in operating profit, far higher than a profit of about 150 billion won when it did not have the business.Startups have also targeted the market. Hey Dealer, a mobile application for used car trades launched in 2015, lured female drivers with a TV commercial casting actresses in popular series – Kim Hye-soo of Juvenile Justice and Han So-hee of My Name. Platform giants such as Naver Corp. and Kakao Corp. are also potential players in the used car market. Hey Dealer commercial featuring Han So-hee (left) and Kim Hye-soo Hyundai Motor, the country’s top automaker, is preparing a platform for the business as it unveiled a plan to enter the market in May next year.CREDIBILITYThose companies are trying to improve the credibility of the market where more than half of used car transactions were made between individuals due to a deep distrust of dealers.KB Chachacha enhanced consumer confidence by certifying KB brands to dealers, while K Car chose Yoo Jae-suk, a popular comedian on the variety show Running Man, for its commercial to create an image of trustworthiness and credibility. It took 32.5 days on average for K Car to sell used vehicles after purchases last year, shorter than 37.2 days in 2018.By Han-Shin Parkphs@hankyung.comJongwoo Cheon edited this article.2024-11-05 07:19:35