@vizabi/linechart
Advanced tools
Comparing version 3.7.3 to 3.7.4
@@ -1,2 +0,2 @@ | ||
// https://github.com/vizabi/linechart#readme v3.7.3 build 1631014687469 Copyright 2021 Gapminder Foundation and contributors | ||
// https://github.com/vizabi/linechart#readme v3.7.4 build 1634118622696 Copyright 2021 Gapminder Foundation and contributors | ||
(function (global, factory) { | ||
@@ -339,3 +339,3 @@ typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('VizabiSharedComponents'), require('mobx')) : | ||
.filter(entry => entry[0] != this.MDL.frame.data.concept) | ||
.map(entry => entry[1]) | ||
.map(entry => VizabiSharedComponents.LegacyUtils.isNumber(entry[1]) ? (entry[0] + ": " + entry[1]) : entry[1]) | ||
.join(", "); | ||
@@ -1352,3 +1352,3 @@ if (d.label != null) return "" + d.label; | ||
LineChart.versionInfo = { version: "3.7.3", build: 1631014687469, package: {"homepage":"https://github.com/vizabi/linechart#readme","name":"@vizabi/linechart","description":"Vizabi line chart"}, sharedComponents: VizabiSharedComponents.versionInfo}; | ||
LineChart.versionInfo = { version: "3.7.4", build: 1634118622696, package: {"homepage":"https://github.com/vizabi/linechart#readme","name":"@vizabi/linechart","description":"Vizabi line chart"}, sharedComponents: VizabiSharedComponents.versionInfo}; | ||
@@ -1355,0 +1355,0 @@ return LineChart; |
{ | ||
"name": "@vizabi/linechart", | ||
"version": "3.7.3", | ||
"version": "3.7.4", | ||
"description": "Vizabi line chart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
259441