d2-charts-api
Advanced tools
Comparing version 32.0.6 to 32.0.7
@@ -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 @@ }]; |
{ | ||
"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
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
409501
3943