New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 31.0.4 to 31.0.5

css/highcharts-motion.css

2

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

@@ -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

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