lean-monitor
lean-monitor copied to clipboard
miss QuantConnect.SeriesType.Treemap
"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
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.