@malloydata/render 0.0.183 → 0.0.184-dev240918164740
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/component/apply-renderer.d.ts +1 -1
- package/dist/component/{chart-settings.d.ts → chart-layout-settings.d.ts} +6 -3
- package/dist/component/line-chart/generate-line_chart-vega-lite-spec.d.ts +4 -0
- package/dist/component/line-chart/get-line_chart-settings.d.ts +10 -0
- package/dist/module/index.mjs +11367 -11609
- package/dist/module/index.umd.js +248 -248
- package/dist/register/register.mjs +18988 -18762
- package/dist/register/register.umd.js +286 -286
- package/dist/stories/lines.stories.d.ts +59 -0
- package/dist/webcomponent/malloy-render.mjs +18988 -18762
- package/dist/webcomponent/malloy-render.umd.js +286 -286
- package/package.json +2 -2
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { Meta } from '@storybook/html';
|
|
2
|
+
import './themes.css';
|
|
3
|
+
import '../component/render-webcomponent';
|
|
4
|
+
declare const meta: Meta;
|
|
5
|
+
export default meta;
|
|
6
|
+
export declare const Products2Column: {
|
|
7
|
+
args: {
|
|
8
|
+
source: string;
|
|
9
|
+
view: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export declare const Nested: {
|
|
13
|
+
args: {
|
|
14
|
+
source: string;
|
|
15
|
+
view: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export declare const Sparks: {
|
|
19
|
+
args: {
|
|
20
|
+
source: string;
|
|
21
|
+
view: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export declare const SparksNested: {
|
|
25
|
+
args: {
|
|
26
|
+
source: string;
|
|
27
|
+
view: string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export declare const TestOld: {
|
|
31
|
+
args: {
|
|
32
|
+
source: string;
|
|
33
|
+
view: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export declare const Test: {
|
|
37
|
+
args: {
|
|
38
|
+
source: string;
|
|
39
|
+
view: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare const Series: {
|
|
43
|
+
args: {
|
|
44
|
+
source: string;
|
|
45
|
+
view: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export declare const NestedTest: {
|
|
49
|
+
args: {
|
|
50
|
+
source: string;
|
|
51
|
+
view: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
export declare const IndependentAxis: {
|
|
55
|
+
args: {
|
|
56
|
+
source: string;
|
|
57
|
+
view: string;
|
|
58
|
+
};
|
|
59
|
+
};
|