Handle opacity change on line chart redraw

master
Neil Ahrendt 2014-08-12 11:34:04 -04:00
parent df30d31e94
commit 200a7baae9
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@
.attr("cx", function (d) { return dimple._helpers.cx(d, chart, series); })
.attr("cy", function (d) { return dimple._helpers.cy(d, chart, series); })
.attr("r", 2 + series.lineWeight)
.attr("opacity", (series.lineMarkers || lineDataRow.data.length < 2 ? lineDataRow.color.opacity : 0))
.call(function () {
if (!chart.noFormats) {
this.attr("fill", "white")