Thanks for bringing this to my attention. I had imagined that most people would use the dataLabePt of a stacked chart like this to label the sum of all energy use or energy load but I could be wrong. I can put in a tree branch of points for the different stacked bars if you think it would help. In the meantime, you can just use the native GH “Move” component to create two more copies of the points to align with the input data.
This is a possible way to deal the overlap of the numbers.
You could use “labelPtsOffset” input of the latest version of the bar chart component and you should use a couple of native components of GH to manage the lists.
However, it seems the latestbar chart component is not able to read the output variable directly from the latestread ep results component, what I got is some kind of line chart:
Other than that, you suggestion is working nicely:
However, the non-stackValue option is still not working in my workflow, hope you and Chris can kindly advise (see the demo file attached):
I like your method. It’s much more grasshoppery. Given these solutions, I might make the implementation of more points on the chart a lower priority for the time being.
Ji,
The monthly bar chart displays hourly results as lines. Request monthly outputs from the simulation to get a bar chart.
Read the orange balloon on the bar chart component. It is telling you that all of the values of one of your lists are 0 and that you should use legendpar to correctly scale the Y-Axis. More info is here: