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

c3

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3 - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

4

package.json
{
"name": "c3",
"version": "0.7.1",
"version": "0.7.2",
"description": "D3-based reusable chart library",

@@ -79,3 +79,3 @@ "main": "c3.js",

"npm-run-all": "^4.1.3",
"rollup": "^1.10.0",
"rollup": "^1.14.3",
"rollup-plugin-babel": "^4.0.3",

@@ -82,0 +82,0 @@ "sass": "^1.10.3",

@@ -57,3 +57,2 @@ import {ChartInternal} from './core';

.domain([target.minEpochs, target.maxEpochs])
.domain([target.minEpochs, target.maxEpochs])
.range([

@@ -74,2 +73,6 @@ points[0] + config.stanford_padding.top + points[points.length - 1] + barHeight - 1,

if(isFunction(config.stanford_scaleValues)) {
legendAxis.tickValues(config.stanford_scaleValues(target.minEpochs, target.maxEpochs));
}
// Draw Axis

@@ -76,0 +79,0 @@ axis = $$.colorScale.append("g")

@@ -222,2 +222,3 @@ import { ChartInternal } from './core';

stanford_scaleFormat: undefined,
stanford_scaleValues: undefined,
stanford_colors: undefined,

@@ -224,0 +225,0 @@ stanford_padding: {

@@ -23,3 +23,3 @@ import {

var c3 = {
version: "0.7.1",
version: "0.7.2",
chart: {

@@ -26,0 +26,0 @@ fn: Chart.prototype,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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