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

d2-charts-api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d2-charts-api - npm Package Compare versions

Comparing version 28.0.2 to 28.0.3

2

lib/config/adapters/dhis_highcharts/series/index.js

@@ -75,3 +75,3 @@ 'use strict';

if ((chartType === 'column' || chartType === 'bar') && layout.showAsEpiCurve) {
if ((chartType === 'column' || chartType === 'bar') && layout.noSpaceBetweenColumns) {
seriesObj.pointPadding = 0;

@@ -78,0 +78,0 @@ seriesObj.groupPadding = 0;

{
"name": "d2-charts-api",
"version": "28.0.2",
"version": "28.0.3",
"description": "DHIS2 charts api",

@@ -5,0 +5,0 @@ "main": "index.js",

# d2-charts-api
[![Build Status](https://travis-ci.org/dhis2/d2-charts-api.svg)](https://travis-ci.org/dhis2/d2-charts-api)
Abstraction layer for charts

@@ -32,3 +32,3 @@ import getCumulativeData from './../getCumulativeData';

if ((chartType === 'column' || chartType === 'bar') && layout.showAsEpiCurve) {
if ((chartType === 'column' || chartType === 'bar') && layout.noSpaceBetweenColumns) {
seriesObj.pointPadding = 0;

@@ -35,0 +35,0 @@ seriesObj.groupPadding = 0;

Sorry, the diff of this file is not supported yet

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