@vizzly/components
Advanced tools
Comparing version 0.0.141 to 0.0.142
@@ -1,5 +0,6 @@ | ||
/// <reference types="react" /> | ||
import React from 'react'; | ||
import 'twin.macro'; | ||
export declare const Empty: (props: { | ||
title: string; | ||
renderExtra?: () => React.ReactNode; | ||
}) => JSX.Element; |
{ | ||
"name": "@vizzly/components", | ||
"author": "James Bowers", | ||
"version": "0.0.141", | ||
"version": "0.0.142", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
@@ -239,3 +239,3 @@ import { | ||
const dataType = DataSet.findField(dataSet, measure.field).dataType; | ||
if (measure.aggregate == 'none') | ||
if (measure.aggregate == 'none') { | ||
return { | ||
@@ -245,2 +245,3 @@ name: measure.field, | ||
}; | ||
} | ||
@@ -247,0 +248,0 @@ return { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2207398
26256