On the chart of power generation and use, indicate which devices are the source of power draws. I think this will be best accomplished via data.labels.format—write a function that modifies the value (e.g., 2510) to include the label (e.g., 2510—Refrigerator).
What I really want is a colored overlay—a translucent band of color that extends over the entire height and appropriate time-based width of the chart—that would be labelled with the source of the draw. But I'm pretty sure that's just not possible.
On the chart of power generation and use, indicate which devices are the source of power draws. I think this will be best accomplished via
data.labels.format
—write a function that modifies the value (e.g.,2510
) to include the label (e.g.,2510—Refrigerator
).What I really want is a colored overlay—a translucent band of color that extends over the entire height and appropriate time-based width of the chart—that would be labelled with the source of the draw. But I'm pretty sure that's just not possible.