I am trying to change the colors for the lines which are plotted using this attribute within the chart element in the Data.xml file but the colors remain the same:
paletteColors='4B78A5,DBB74A,527D30,D17C28,6C3B6C,4BA5A3,DB4A4F,9A5CCD,B3CE1C,8BCFDB'
Other attributes such as legendBorderThickness impact the chart as I would expect.
I want to draw vertical lines which match the position of the labels along the X-axis. I have added a vLine element within the categories element. Setting linePosition='0' or linePosition='1' seem to have no effect, the vertical line remains half way between the previous and following category values (the documentation says that the default value is 0.5).
Have I misunderstood the documentation? Is there another way to get the results I am looking for?