d2-charts-api
Advanced tools
Comparing version 31.0.4 to 31.0.5
@@ -56,3 +56,3 @@ 'use strict'; | ||
// show values | ||
if (layout.showValues) { | ||
if (layout.showValues || layout.showData) { | ||
seriesObj.dataLabels = { | ||
@@ -59,0 +59,0 @@ enabled: true |
{ | ||
"name": "d2-charts-api", | ||
"version": "31.0.4", | ||
"version": "31.0.5", | ||
"description": "DHIS2 charts api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ import getCumulativeData from './../getCumulativeData'; | ||
// show values | ||
if (layout.showValues) { | ||
if (layout.showValues || layout.showData) { | ||
seriesObj.dataLabels = { | ||
@@ -19,0 +19,0 @@ enabled: true, |
Sorry, the diff of this file is not supported yet
377839
134
3622