ATH-1930 (For my company's developers)
Version: 15.3.0.29
Chrome Version: 69.0.3497.92
Data Series: See ExportedData.xlsx in zip.
Chart Properties:
canresize: true,
enableCanvasRendering: false,
title: { font: { size: "12" } },
locale: "en-gb",
series: chartSeriesCollection,
size: { height: "350", width: "100%" },
commonSeriesOptions: {
xName: "timestamp",
yName: "value",
enableAnimation: false,
tooltip: { visible: true }
},
sideBySideSeriesPlacement: false,
primaryXAxis: {
valueType: "datetime",
labelFormat: labelFormatObject,
font: { size: "9" },
majorGridLines: { visible: false },
labelRotation: labelRotationObject,
intervalType: intervalTypeObject,
rangePadding: rangePaddingObject,
labelIntersectAction: "Hide",
edgeLabelPlacement: edgeLabelPlacementsObject,
maximumLabels: maximumLabelsObject
},
primaryYAxis: {
range: primaryYRangeObject,
title: {
text: primaryYAxisTitle,
visible: primaryYAxisVisible,
font: { size: 11 },
enableTrim: true,
textOverflow: "trim"
},
valueType: "double",
font: { size: "9" },
visible: hasPrimaryYAxis
},
chartAreaBoundsCalculate: function() {
chartHasLoadedFunction();
},
legend: {
visible: legendVisible,
alignment: "Center",
size: { height: legendHeight },
columnCount: legendColumnCount,
itemPadding: itemPadding
},
In the screenshot inside ther zip using the properties mentioned above we were able to get some chart lines that seem to be 'smudging' as seen in the screenshot provided.
Wondering whether this is something which has been seen before and perhaps is something fixed in future versions of the ejChart?
We are only having this issue with the latest chrome.
Attachment:
chartwithshading_5293819c.zip