lean-monitor icon indicating copy to clipboard operation
lean-monitor copied to clipboard

miss QuantConnect.SeriesType.Treemap

Open wukan1986 opened this issue 5 years ago • 1 comments

  "Charts": {
    "Alpha Assets": {
      "Name": "Alpha Assets",
      "ChartType": 0,
      "Series": {
        "SPY": {
          "Name": "SPY",
          "Unit": null,
          "Index": 0,
          "Values": [
            {
              "x": 1381498260,
              "y": 81.0
            }
          ],
          "SeriesType": 7,
          "Color": "",
          "ScatterMarkerSymbol": "none"
        }
      }
    },

the SeriesType 7 not support

wukan1986 avatar Jul 24 '19 05:07 wukan1986

I was unaware of this series type, but you are correct. It has not been implemented. However there is no treemap implementation in the used charting library (LiveCharts). Unfortunately, the development of LiveCharts has been standing still for some time.

mirthestam avatar Jul 24 '19 12:07 mirthestam