Github user zombieJ commented on a diff in the pull request:

    https://github.com/apache/eagle/pull/792#discussion_r100747625
  
    --- Diff: 
eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/ctrls/overview.js ---
    @@ -112,39 +113,56 @@
     
                        // TODO: Optimize the chart count
                        // TODO: ECharts dynamic refresh series bug: 
https://github.com/ecomfe/echarts/issues/4033
    -
    -
    +                   $scope.chatnameList = ["MemoryUsage", "Master 
Averageload", "Ritcount", "AssignOpsNum", "Assign", "BulkAssignOpsNum",
    --- End diff --
    
    merge `chatnameList`, `chatmetricList`, `chatdataoptionList`, 
`chatlineNameList` into one array structure like:
    ```javascript
    chartList = [
       {
          name: ...,
          metrics: [...],
          option: {...},
          ......
       },
    ];
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to