Steps: 1) Open attachment 119527 [details] 2) Edit the line chart 3) Click on one of the data series lines 4) Notice that the line color and transparency are controlled in the area content panel rather than in the line content panel The area content panel shouldnt be shown in this type of chart type as the data series are only lines. Version: 5.1.0.0.alpha1+ Build ID: 143fb0a4b5d4ab69d4928299d8112ab95d99870a TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2015-10-11_00:06:41 Locale: en-US (en_US.UTF-8)
I can confirm with Version: 5.1.0.0.alpha1+ Build ID: 8273350ff48f198efc9dc9c5de5519b8cbdc0cb3 TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2015-10-07_05:54:26
All charts support both line and area properties and there is nothing I can do.
*** Bug 95034 has been marked as a duplicate of this bug. ***
Markus, I also noticed this issue. I'm fine with keeping both, but the line color should be controlled under line just like the shape sidebar does. Is this possible?
(In reply to Luke from comment #4) > I also noticed this issue. I'm fine with keeping both, but the line color > should be controlled under line just like the shape sidebar does. Is this > possible? Marcus said on irc <moggi> the panels map to the FillProperties and LineProperties in chart2's UNO API <moggi> as long as they are offered by an object we use them directly and then the view code decides how to interpret them <moggi> data points are just an ugly case, they provide both but not all chart types make use of all the properties <jphilipz> weird that line charts have FillProperties when it has no Area tab <moggi> all data series and data points have these properties <moggi> they are all implemented by the same core object and just the rendering is different based on the chart type