chiasm-charts
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "chiasm-charts", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Reusable data visualization components.", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/chiasm-project/chiasm-charts.git", |
@@ -30,3 +30,3 @@ var d3 = require("d3"); | ||
mixins.autoScaleType(my, "x", "Bands"); | ||
mixins.autoScaleType(my, "y", "Bands"); | ||
mixins.autoScaleType(my, "y"); | ||
@@ -33,0 +33,0 @@ // The placement of this line ensures that the bars are drawn |
@@ -33,3 +33,3 @@ // A bot plot component. | ||
mixins.autoScaleType(my, "x", "Bands"); | ||
mixins.autoScaleType(my, "y", "Bands"); | ||
mixins.autoScaleType(my, "y"); | ||
@@ -36,0 +36,0 @@ var xAxisG = mixins.xAxis(my, g); |
@@ -77,3 +77,3 @@ var Chiasm = require("chiasm"); | ||
"state": { | ||
"path": "scatterPlotData" | ||
"path": "iris" | ||
} | ||
@@ -96,4 +96,4 @@ }, | ||
"state": { | ||
"xAxisLabelText": "Class", | ||
"xColumn": "class", | ||
"xAxisLabelText": "Species", | ||
"xColumn": "species", | ||
"yAxisLabelText": "Petal Length", | ||
@@ -109,4 +109,4 @@ "yColumn": "petal_length", | ||
"state": { | ||
"xAxisLabelText": "Class", | ||
"xColumn": "class", | ||
"xAxisLabelText": "Species", | ||
"xColumn": "species", | ||
"yAxisLabelText": "Sepal Length", | ||
@@ -113,0 +113,0 @@ "yColumn": "sepal_length", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48181
944