Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chiasm-charts

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chiasm-charts - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

test/iris.csv

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc