You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/15 07:09:07 UTC

[GitHub] dongkang1993 opened a new issue #9755: react中使用echarts4.x visualMap 折线分段显示颜色设置的不起作用

dongkang1993 opened a new issue #9755: react中使用echarts4.x visualMap 折线分段显示颜色设置的不起作用
URL: https://github.com/apache/incubator-echarts/issues/9755
 
 
   哪位大佬求告知配置哪里出错
   
   > const option = {
       grid: {
         containLabel: true,
         left: 10,
         right: 10,
       },
       xAxis: {
         type: 'category',
         axisLabel: {
           show: false,
         },
         data: ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20',
           '21', '22', '23', '24', '25', '26', '27', '28', '29', '30'],
         splitLine: {
           show: true,
           lineStyle: {
             color: 'rgb(237, 232, 249)',
           },
         },
         axisLine: {
           lineStyle: {
             color: 'rgb(237, 232, 249)',
           },
         },
       },
       yAxis: {
         type: 'value',
         axisLine: {
           lineStyle: {
             color: 'rgb(237, 232, 249)',
           },
         },
         axisLabel: {
           color: 'rgba(145,145,145,1)',
         },
       },
       series: [{
         data: [1820, 932, 1901, 2934, 1290, 1330, 320, 423, 1289, 2345, 2235, 3234, 2725, 234, 123, 1465, 67, 78, 435, 824, 354, 546, 446, 346, 46, 673, 36, 903, 2896, 3534],
         type: 'line',
       }],
       visualMap: [
         {
           pieces: [{
             gt: 0,
             lte: 1000,
             color: '#673CD1',
           }],
           outOfRange: {
             color: '#7e0023',
           },
         }
       ],
     }
   
   [https://codesandbox.io/s/wn71qo10ll](url)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org