@keen.io/data-export
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.2](https://github.com/keen/keen/compare/@keen.io/data-export@1.1.1...@keen.io/data-export@1.1.2) (2021-10-04) | ||
### Bug Fixes | ||
* 🐛 columns order table csv export ([cb6939a](https://github.com/keen/keen/commit/cb6939a82b00bb8bb8d1fb5755480022676a2342)) | ||
## [1.1.1](https://github.com/keen/keen/compare/@keen.io/data-export@1.1.0...@keen.io/data-export@1.1.1) (2021-10-04) | ||
@@ -8,0 +19,0 @@ |
import { transform as transformLineChart } from './line'; | ||
import { transform as transformTableChart } from './table'; | ||
import { transform as transformCircularChart } from './circular'; | ||
import { transform as transformHeatmapChart } from './heatmap'; | ||
import { transform as multiDimensionalTransformation } from './multi-dimensional'; | ||
import { transform as transformFunnelChart } from './funnel'; | ||
@@ -28,3 +28,3 @@ import { transform as transformMetricChart } from './metric'; | ||
case 'bar': | ||
return transformHeatmapChart({ | ||
return multiDimensionalTransformation({ | ||
chartSettings: chartSettings, | ||
@@ -31,0 +31,0 @@ query: query, |
@@ -9,3 +9,3 @@ import { __read, __spread } from "tslib"; | ||
var propertyNames = query.property_names, groupBy = query.group_by, interval = query.interval; | ||
var columnsOrder = null; | ||
var columnsOrder = []; | ||
var columnsRename = chartSettings.columnsNamesMapping | ||
@@ -12,0 +12,0 @@ ? chartSettings.columnsNamesMapping |
{ | ||
"name": "@keen.io/data-export", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Keen data export utilities", | ||
@@ -40,3 +40,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)", | ||
}, | ||
"gitHead": "bf59dc1d349e77565a40112eb1e1d7245e786731" | ||
"gitHead": "d95b25ab720f6d6a99c06e03be06c28003d3218f" | ||
} |
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
27850
518