@evidence-dev/core-components
Advanced tools
Comparing version 0.0.0-7eb2fa9a to 0.0.0-8865684b
@@ -22,2 +22,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -30,2 +31,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -64,2 +66,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -72,2 +75,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -74,0 +78,0 @@ fillColor?: any; |
@@ -24,2 +24,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -32,2 +33,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -66,2 +68,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -74,2 +77,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -76,0 +80,0 @@ fillColor?: any; |
@@ -9,4 +9,6 @@ export const evidenceInclude: true; | ||
value?: any; | ||
fmt?: any; | ||
comparison?: any; | ||
sparkline?: any; | ||
comparisonFmt?: any; | ||
comparisonTitle?: any; | ||
@@ -29,4 +31,6 @@ downIsGood?: boolean; | ||
value?: any; | ||
fmt?: any; | ||
comparison?: any; | ||
sparkline?: any; | ||
comparisonFmt?: any; | ||
comparisonTitle?: any; | ||
@@ -33,0 +37,0 @@ downIsGood?: boolean; |
@@ -24,2 +24,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -32,2 +33,4 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -68,2 +71,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -76,2 +80,4 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -78,0 +84,0 @@ fillColor?: any; |
@@ -28,2 +28,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: boolean; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -36,2 +37,4 @@ yBaseline?: boolean; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
stacked100?: boolean; | ||
@@ -72,2 +75,3 @@ }, { | ||
xAxisLabels?: boolean; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -80,2 +84,4 @@ yBaseline?: boolean; | ||
yMax?: any; | ||
yFmt?: any; | ||
sizeFmt?: any; | ||
stacked100?: boolean; | ||
@@ -82,0 +88,0 @@ }; |
@@ -11,2 +11,3 @@ export const evidenceInclude: true; | ||
wrap?: boolean; | ||
fmt?: any; | ||
align?: string; | ||
@@ -32,2 +33,3 @@ contentType?: any; | ||
wrap?: boolean; | ||
fmt?: any; | ||
align?: string; | ||
@@ -34,0 +36,0 @@ contentType?: any; |
@@ -15,2 +15,3 @@ export const evidenceInclude: true; | ||
nameCol?: any; | ||
valueFmt?: any; | ||
labelPosition?: string; | ||
@@ -37,2 +38,3 @@ funnelSort?: string; | ||
nameCol?: any; | ||
valueFmt?: any; | ||
labelPosition?: string; | ||
@@ -39,0 +41,0 @@ funnelSort?: string; |
@@ -6,2 +6,3 @@ export const evidenceInclude: true; | ||
export default class Histogram extends SvelteComponentTyped<{ | ||
xFmt: any; | ||
data?: any; | ||
@@ -39,2 +40,3 @@ legend?: boolean; | ||
props: { | ||
xFmt: any; | ||
data?: any; | ||
@@ -41,0 +43,0 @@ legend?: boolean; |
@@ -20,2 +20,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -28,2 +29,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -64,2 +66,3 @@ lineColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: any; | ||
@@ -72,2 +75,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -74,0 +78,0 @@ lineColor?: any; |
@@ -19,2 +19,3 @@ export const evidenceInclude: true; | ||
outlineWidth?: any; | ||
valueFmt?: any; | ||
}, { | ||
@@ -43,2 +44,3 @@ [evt: string]: CustomEvent<any>; | ||
outlineWidth?: any; | ||
valueFmt?: any; | ||
}; | ||
@@ -45,0 +47,0 @@ events: { |
@@ -23,2 +23,3 @@ export const evidenceInclude: true; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -31,2 +32,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -66,2 +68,3 @@ fillColor?: any; | ||
xAxisLabels?: any; | ||
xFmt?: any; | ||
yAxisTitle?: string; | ||
@@ -74,2 +77,3 @@ yBaseline?: any; | ||
yMax?: any; | ||
yFmt?: any; | ||
chartAreaHeight?: any; | ||
@@ -76,0 +80,0 @@ fillColor?: any; |
@@ -11,2 +11,3 @@ export const evidenceInclude: true; | ||
subtitle?: any; | ||
fmt?: any; | ||
min?: any; | ||
@@ -32,2 +33,3 @@ max?: any; | ||
subtitle?: any; | ||
fmt?: any; | ||
min?: any; | ||
@@ -34,0 +36,0 @@ max?: any; |
@@ -10,2 +10,3 @@ export const evidenceInclude: true; | ||
placeholder?: any; | ||
fmt?: any; | ||
}, { | ||
@@ -25,2 +26,3 @@ [evt: string]: CustomEvent<any>; | ||
placeholder?: any; | ||
fmt?: any; | ||
}; | ||
@@ -27,0 +29,0 @@ events: { |
@@ -8,3 +8,3 @@ { | ||
"types": "./dist/index.d.ts", | ||
"version": "0.0.0-7eb2fa9a", | ||
"version": "0.0.0-8865684b", | ||
"evidence": { | ||
@@ -14,4 +14,4 @@ "components": true | ||
"dependencies": { | ||
"@evidence-dev/component-utilities": "^0.0.0-7eb2fa9a", | ||
"@evidence-dev/tailwind": "^0.0.0-7eb2fa9a", | ||
"@evidence-dev/component-utilities": "^0.0.0-8865684b", | ||
"@evidence-dev/tailwind": "^0.0.0-8865684b", | ||
"echarts": "5.4.2", | ||
@@ -18,0 +18,0 @@ "echarts-stat": "1.2.0", |
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
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
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
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
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
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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
444363
4327