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

d2-charts-api

Package Overview
Dependencies
Maintainers
3
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 32.0.6 to 32.0.7

5

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

@@ -9,3 +9,2 @@ 'use strict';

return [{
name: series[0].name,
colorByPoint: true,

@@ -20,2 +19,6 @@ allowPointSelect: true,

}
},
tooltip: {
headerFormat: '',
pointFormat: '<span style="color:{point.color}">\u25CF</span> {point.name}: <b>{point.y}</b><br/>'
}

@@ -22,0 +25,0 @@ }];

2

package.json
{
"name": "d2-charts-api",
"version": "32.0.6",
"version": "32.0.7",
"description": "DHIS2 charts api",

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

export default function(series, store, layout, isStacked, colors) {
return [
{
name: series[0].name,
colorByPoint: true,

@@ -23,4 +22,8 @@ allowPointSelect: true,

},
tooltip: {
headerFormat: '',
pointFormat: '<span style="color:{point.color}">\u25CF</span> {point.name}: <b>{point.y}</b><br/>',
},
},
];
}

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