ampersand-chart
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -565,3 +565,2 @@ ;(function() { | ||
containers.select('text.ampersand-graph-label') | ||
.style('opacity', 0) | ||
.style('display', function(d, i) { | ||
@@ -568,0 +567,0 @@ if (width < sectionGroupWidth || this.model.drawAllXAxisLabels) { |
{ | ||
"name": "ampersand-chart", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Ampersand module for drawing a charts.", | ||
@@ -5,0 +5,0 @@ "main": "ampersand-chart.js", |
38501
859