d2-charts-api
Advanced tools
Comparing version 28.0.2 to 28.0.3
@@ -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
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
210849
6