zhangtaoBqteam commented on issue #9556: calendar在改变range的时候 出现了报错
URL: 
https://github.com/apache/incubator-echarts/issues/9556#issuecomment-446092915
 
 
   ```
   option: {
           tooltip: {
             position: "top",
             formatter: function(params) {
               return `${params.data[0]}: ${params.data[1]} 千瓦时`;
             },
             confine: true
           },
           visualMap: {
             min: 0,
             max: 1000,
             calculable: true,
             orient: "horizontal",
             left: "center",
             top: "top"
           },
           calendar: [
             {
               range: ["2017-01-01", "2017-12-31"],
               cellSize: "auto"
             }
           ],
           series: [
             {
               type: "heatmap",
               coordinateSystem: "calendar",
               calendarIndex: 0,
               data: []
             }
           ]
    }
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to