php - Highcharts export (PhantomJS) to server does not show words -


i have tried export picture of pie chart server, can't see labels or titles. have tested options.json file in server @ http://export.highcharts.com/demo , worked fine. options contant:

{ series: [{     type: 'pie',     data: [             ['one',   80.0],             ['two', 10],             ['three',   10],           ]     }],     title: {            text: 'the title',            style: { color: '#333' }    } } 

and how output looks:

enter image description here

i'm not sure, looks have install specific fonts on server. export- server cannot find them. linux, place fonts in /usr/share/fonts , run commandline:

$prompt> fc-cache -fv

to refresh font cache on system.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -