I've got a column chart with a single series. I am trying to add an average line to it. So, let's say the column chart has 5 data points [10, 20, 30, 20, 30] and shows 5 columns on the chart. The average is 22. Do I really need to have the average data be [22, 22, 22, 22, 22], which will put a circle for each data point on the line? Ideally, I'd like a single horizontal line across the chart without any data points showing up (while still having the data points on the columns show up so I can do hover). Hmmm, it would be nice to still have the hoverable capability on the average line so the user can see the exact value.
What are my options here?
Thanks,
--Ed
What are my options here?
Thanks,
--Ed