그누보드 활성도통계 그래프 이미지가 엑박뜨는거 해결하신분계신가요?

그누보드 활성도통계 그래프 이미지가 엑박뜨는거 해결하신분계신가요?

QA

그누보드 활성도통계 그래프 이미지가 엑박뜨는거 해결하신분계신가요?

본문

그누보드 오래써왔는데 잘 되다가 어느순간부터 엑박으로 되어있네요

974992987_1747716470.0501.gif

 

위에것처럼 뜨던게 최근아래처럼 뜨네요

 

974992987_1747716573.7338.jpg

 

    #구글 api 이미지 주소 만들기        
    $chart_img = "https://chart.googleapis.com/chart?chs={$graph_width}x100&chd=t:{$chd}&cht=lc&chco=".str_replace("#","",$graph_color)."&chf=bg,s,".str_replace("#","",$graph_backcolor);


    if($view_grid=='true') $chart_img .="&chg=".(100/$how_day*7).",50";
            
    if($line_blank=='true') $chart_img .= "&chls=".$line_thickness.",".($line_thickness*2).",".$line_thickness;
    else $chart_img .= "&chls=".$line_thickness.",".($line_thickness*2).",0";
    
    if($graph_fillcolor) $chart_img .="&chm=B,".str_replace("#","",$graph_fillcolor).",0,0,0";
            
    if($view_marker=='true') { 
        if(!$graph_fillcolor) $chart_img .="&chm=";
        else $chart_img .="|";
        $chart_img .="c,6C57E2,0,$high_diff.0,10.0|x,E25757,0,$low_diff.0,10.0";
    }
    
    if($graph_fillcolor || $view_marker=='true') $chart_overimg = $chart_img."|";
    else $chart_overimg = $chart_img."&chm=";
    
    $target .= "</map><img src='$chart_img' name='d_chart' usemap='#draco_counter_map' border='0'>";

 

소스는 이부분같은데 이미지주소? 이런게 변경된건가요?

 

 

이 질문에 댓글 쓰기 :

답변 3

chart.googleapis.com 주소를 수정해주세요 

    $chart_img = //"https://chart.googleapis.com/chart?chs={$graph_width}x100&chd=t:{$chd}&cht=lc&chco=".str_replace("#","",$graph_color)."&chf=bg,s,".str_replace("#","",$graph_backcolor);

변경
    $chart_img = "https://image-charts.com/chart?chs={$graph_width}x100&chd=t:{$chd}&cht=lc&chco=".str_replace("#","",$graph_color)."&chf=bg,s,".str_replace("#","",$graph_backcolor);

이렇게 하면 나오네요 

답변을 작성하시기 전에 로그인 해주세요.
전체 3

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1402호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT