Skip to content

Commit

Permalink
Removed serialization of values on line chart areas, fixes chartist-j…
Browse files Browse the repository at this point in the history
  • Loading branch information
gionkunz committed Feb 21, 2016
1 parent eb56a3a commit 941cd14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/scripts/charts/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,7 @@
// and adding the created DOM elements to the correct series group
var area = seriesElement.elem('path', {
d: areaPath.stringify()
}, options.classNames.area, true).attr({
'values': data.normalized[seriesIndex]
}, Chartist.xmlNs.uri);
}, options.classNames.area, true);

// Emit an event for each area that was drawn
this.eventEmitter.emit('draw', {
Expand Down

0 comments on commit 941cd14

Please sign in to comment.