vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
83 lines (82 loc) • 1.87 kB
JavaScript
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
//#region src/themes/vue_ui_spark_trend.json
var t = /* @__PURE__ */ e({
celebration: () => a,
celebrationNight: () => o,
concrete: () => l,
dark: () => i,
default: () => u,
hack: () => s,
minimal: () => n,
minimalDark: () => r,
zen: () => c
}), n = { style: { arrow: { colors: {
positive: "#7FA09B",
negative: "#9D7D92"
} } } }, r = { style: {
backgroundColor: "#1A1A1A",
dataLabel: { color: "#CCCCCC" },
trendLabel: { color: "#CCCCCC" },
arrow: { colors: {
positive: "#7FA09B",
negative: "#9D7D92"
} }
} }, i = { style: {
backgroundColor: "#1A1A1A",
dataLabel: { color: "#CCCCCC" },
trendLabel: { color: "#CCCCCC" }
} }, a = { style: {
backgroundColor: "#FFF8E1",
line: { smooth: !1 },
dataLabel: { color: "#424242" },
trendLabel: { color: "#424242" }
} }, o = { style: {
backgroundColor: "#1E1E1E",
line: { smooth: !1 },
dataLabel: { color: "#BDBDBD" },
trendLabel: { color: "#BDBDBD" }
} }, s = { style: {
backgroundColor: "#1A1A1A",
line: {
stroke: "#00FF00",
smooth: !1
},
dataLabel: { color: "#AACCAA" },
trendLabel: { color: "#99CC99" },
arrow: { colors: {
positive: "#66CC66",
negative: "#196619"
} }
} }, c = { style: {
backgroundColor: "#fbfafa",
line: { stroke: "#B9B99D" },
dataLabel: { color: "#8A9892" },
trendLabel: { color: "#99CC99" },
arrow: { colors: {
positive: "#B9B99D",
negative: "#C09E85",
neutral: "#A5AFC1"
} }
} }, l = { style: {
backgroundColor: "#f6f6fb",
line: { stroke: "#4A6A75" },
dataLabel: { color: "#61747E" },
trendLabel: { color: "#8A9892" },
arrow: { colors: {
positive: "#4A6A75",
negative: "#C09E85",
neutral: "#ABB1BC"
} }
} }, u = {
default: {},
minimal: n,
minimalDark: r,
dark: i,
celebration: a,
celebrationNight: o,
hack: s,
zen: c,
concrete: l
};
//#endregion
export { t as n, u as t };