Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Extjs 如何增加折线图的厚度?_Extjs_Extjs4 - Fatal编程技术网

Extjs 如何增加折线图的厚度?

Extjs 如何增加折线图的厚度?,extjs,extjs4,Extjs,Extjs4,我从演示中看到了一个简单的示例: 如何增加折线图(非标记)的厚度?在序列配置中定义样式,如下所示 style : { 'stroke-width': 2, // set desired value here }

我从演示中看到了一个简单的示例:


如何增加折线图(非标记)的厚度?

在序列配置中定义样式,如下所示

   style : { 
            'stroke-width': 2, // set desired value here
        }