2014-06-10 4 views
1

PDF 형식으로 차트를 내보낼 때 PDF 파일에서 2 페이지 모양이 나타납니다. 라이브 데모 here. 우리는 이것이 무엇을 일으키는 지 확신하지 못합니다. 하이 차트를 PDF로 내보내기 2 페이지로 결과

우리는 우리가 같은 차트 속성을 변경하는 수출

:

chartMainLoc.exportChart(
    { 
    type: 'application/pdf', 
    sourceHeight: this.chartHeight, 
    sourceWidth: this.chartWidth, 
    scale: 1 
    }, 
    { 
    title: { 
     text: '<span style="font-weight:bold">Labor Force, Employment and Unemployment for Pinellas County in June, 2013</span><br /><br /><span style="font-weight:bold;font-size:9pt">Labor Force Graph</span><br /><br /><span style="font-size:10px; font-weight:normal">The graph below shows the monthly not seasonally adjusted Labor Force, Employment and Unemployment data for Pinellas County in June, 2013.</span>' 
    }, 
    subtitle: { 
     text: 'Source: Labor Market Statistics, Local Area Unemployment Statistics Program and Online Advertised Job Data<br />Downloaded: 06/10/2014 4:20 PM' 
    }, 
    legend: { 
     y: -50 
    }, 
    chart: { 
     spacingLeft: 0, 
     spacingBottom: 10, 
     shadow: false, 
     height: chartMainLoc.chartHeight + 20 
    } 
    } 
) 

답변

관련 문제