hpcc-systems / Visualization

HPCC JavaScript Framework
https://hpcc-systems.github.io/Visualization/
Other
93 stars 62 forks source link

Distinctive hover text not displayed for measures of stacked chart #1537

Closed dineshshetye closed 8 years ago

dineshshetye commented 8 years ago

URL: http://172.23.40.63:9090/DSP_DEV/ DashboardName: hover_issue

PERSIST STRING

User Id :genericUser
Composition Id :da018751-a175-4417-a1c1-2076c2b278ee
Composition Version :1.0.0
Ddl :hoverissue_Comp_Ins554_DDL
Gcid :0
Modified Date :2016-02-29
Layout :
{
  "formText": null,
  "LayoutText": {
    "__class": "marshaller_HTML",
    "__version": "1.10.0",
    "__properties": {
      "ddlUrl": "https://216.19.105.2:18010/WsWorkunits/WUResult.json?Wuid=W20160226-194440&ResultName=hoverissue_Comp_Ins554_DDL&SuppressXmlSchema=true",
      "proxyMappings": {
        "https://216.19.105.2:18010/WsWorkunits/WUResult.json": "http://172.23.40.63:9090/DSP_DEV/dev-dashboard/proxy-WUResult.do",
        "https://216.19.105.2:18010/WsWorkunits/WUInfo.json": "http://172.23.40.63:9090/DSP_DEV/dev-dashboard/proxy-WUInfo.do",
        "https://216.19.105.2:18002/WsEcl/submit/query/": "http://172.23.40.63:9090/DSP_DEV/dev-dashboard/proxy-WsEcl.do"
      },
      "designMode": false,
      "surfacePadding": "0",
      "content": [
        {
          "__class": "layout_Cell",
          "__version": "1.10.0",
          "__properties": {
            "gridRow": 0,
            "gridCol": 0,
            "gridRowSpan": 3,
            "gridColSpan": 3,
            "title": "",
            "widget": {
              "__class": "composite_MegaChart",
              "__id": "test",
              "__version": "1.10.0",
              "__properties": {
                "legendPosition": "none",
                "title": "test",
                "chartType": "AM_COLUMN",
                "chart": {
                  "__class": "amchart_Column",
                  "__version": "1.10.0",
                  "__properties": {
                    "stacked": true,
                    "xAxes": [
                      {
                        "__class": "amchart_SerialAxis",
                        "__id": "_pe787",
                        "__properties": {}
                      }
                    ],
                    "yAxes": [
                      {
                        "__class": "amchart_SerialAxis",
                        "__id": "_pe788",
                        "__properties": {}
                      }
                    ],
                    "orientation": "horizontal",
                    "y2": [],
                    "fields": [
                      {
                        "__class": "common_Database.Field",
                        "__id": "_pe797",
                        "__properties": {
                          "label": "label",
                          "type": ""
                        }
                      },
                      {
                        "__class": "common_Database.Field",
                        "__id": "_pe798",
                        "__properties": {
                          "label": "mark1_AVE",
                          "type": ""
                        }
                      },
                      {
                        "__class": "common_Database.Field",
                        "__id": "_pe799",
                        "__properties": {
                          "label": "mark2_AVE",
                          "type": ""
                        }
                      }
                    ]
                  }
                }
              }
            },
            "surfacePadding": "0",
            "surfaceBorderWidth": 1,
            "buttonAnnotations": [],
            "fields": []
          }
        }
      ],
      "fields": []
    }
  }
}

DDL

[{
        "visualizations" : [{
                "id" : "test",
                "source" : {
                    "output" : "View_test",
                    "mappings" : {
                        "x" : ["subject", "subject"],
                        "y" : ["mark1_AVE", "mark2_AVE"]
                    },
                    "id" : "Ins554_dsOutput"
                },
                "type" : "LINE",
                "fields" : [{
                        "id" : "mark1_AVE",
                        "properties" : {
                            "type" : "real"
                        }
                    }, {
                        "id" : "mark2_AVE",
                        "properties" : {
                            "type" : "real"
                        }
                    }, {
                        "id" : "subject",
                        "properties" : {
                            "type" : "string"
                        }
                    }
                ],
                "title" : "test",
                "properties" : {
                    "stacked" : "true",
                    "charttype" : "AM_COLUMN"
                }
            }
        ],
        "datasources" : [{
                "outputs" : [{
                        "from" : "Ins554_dsOutput_View_test",
                        "id" : "View_test",
                        "notify" : ["test"]
                    }
                ],
                "WUID" : true,
                "id" : "Ins554_dsOutput"
            }
        ],
        "id" : "Ins554_hoverissuedashboard",
        "label" : "hoverissuedashboard",
        "title" : "hoverissuedashboard"
    }
]
jchambers-ln commented 8 years ago

Required by: https://github.com/hpcc-systems/DSP/issues/1392