New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@d3fc/d3fc-chart

Package Overview
Dependencies
Maintainers
3
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-chart - npm Package Compare versions

Comparing version 2.5.8 to 2.5.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="2.5.9"></a>
## [2.5.9](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.5.8...@d3fc/d3fc-chart@2.5.9) (2019-05-15)
**Note:** Version bump only for package @d3fc/d3fc-chart
<a name="2.5.8"></a>

@@ -8,0 +16,0 @@ ## [2.5.8](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-chart@2.5.7...@d3fc/d3fc-chart@2.5.8) (2019-05-06)

3

examples/chart.js

@@ -74,2 +74,3 @@ var data = d3.range(50).map((d) => ({

var gridlinesCanvas = fc.annotationCanvasGridline();
var areaCanvas = fc.seriesCanvasArea()

@@ -80,3 +81,3 @@ .mainValue(d => d.z);

var multiCanvas = fc.seriesCanvasMulti()
.series([areaCanvas, lineCanvas]);
.series([gridlinesCanvas, areaCanvas, lineCanvas]);

@@ -83,0 +84,0 @@ var chartCanvas = fc.chartCanvasCartesian(

@@ -51,3 +51,3 @@ const customAxis = (baseAxis, isVertical = false, sign = 1) => {

var chart = fc.chartSvgCartesian({
var chart = fc.chartCartesian({
xScale: d3.scaleLinear(),

@@ -68,3 +68,3 @@ yScale: d3.scaleLinear(),

.xDomain(xExtent(data))
.plotArea(multi);
.svgPlotArea(multi);

@@ -71,0 +71,0 @@ d3.select('#custom-axis')

{
"name": "@d3fc/d3fc-chart",
"version": "2.5.8",
"version": "2.5.9",
"description": "A simple Cartesian chart component that renders to canvas or SVG.",

@@ -5,0 +5,0 @@ "license": "MIT",

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