每次我尝试使用Makefile.PL来安装Data :: UUID时,我都会这样:
perl Makefile.PL
Configured options (run perl Makefile.PL --help for how to change this):
UUID state storage: /tmp
default umask: 0007
Writing Makefile for Data::UUID
Run Code Online (Sandbox Code Playgroud)
然后,当我跑make,我得到这个:
make: *** No rule to make target /usr/lib/perl5/5.10.0/i386-linux-thread-multi/CORE/config.h', needed by Makefile'. Stop.
Run Code Online (Sandbox Code Playgroud)
我怎么处理这个?
顺便说一下,我正在使用Fedora.
var chart = new Highcharts.Chart({
chart: {
renderTo: 'container'
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'Jun']
},
yAxis: {
max: 206,
endOnTick: false
},
series: [{
data: [29.9, 71.5, 95.6, 54.4, 201]}]
});?
Run Code Online (Sandbox Code Playgroud)
你能做些什么让Y轴显示206 !!