vue-data-ui
Version:
A user-empowering data visualization Vue 3 components library for eloquent data storytelling
124 lines (123 loc) • 2.65 kB
JavaScript
import { t as e } from "./rolldown-runtime-Dy4uBu1J.js";
//#region src/themes/vue_ui_sparkhistogram.json
var t = /* @__PURE__ */ e({
celebration: () => a,
celebrationNight: () => o,
concrete: () => l,
dark: () => i,
default: () => u,
hack: () => s,
minimal: () => n,
minimalDark: () => r,
zen: () => c
}), n = {}, r = { style: {
backgroundColor: "#1A1A1A",
labels: {
value: { color: "#CCCCCC" },
valueLabel: { color: "#CCCCCC" },
timeLabel: { color: "#CCCCCC" }
},
selector: { stroke: "#5A5A5A" },
title: {
color: "#CCCCCC",
subtitle: { color: "#757575" }
}
} }, i = { style: {
backgroundColor: "#1A1A1A",
labels: {
value: { color: "#CCCCCC" },
valueLabel: { color: "#CCCCCC" },
timeLabel: { color: "#CCCCCC" }
},
selector: { stroke: "#5A5A5A" },
title: {
color: "#CCCCCC",
subtitle: { color: "#757575" }
}
} }, a = { style: {
backgroundColor: "#FFF8E1",
bars: { colors: {
positive: "#D32F2F",
negative: "#F57C00"
} },
labels: {
value: { color: "#424242" },
valueLabel: { color: "#424242" },
timeLabel: { color: "#757575" }
},
selector: { stroke: "#D32F2F" },
title: {
color: "#424242",
subtitle: { color: "#757575" }
}
} }, o = { style: {
backgroundColor: "#1E1E1E",
bars: { colors: {
positive: "#D32F2F",
negative: "#F57C00"
} },
labels: {
value: { color: "#BDBDBD" },
valueLabel: { color: "#BDBDBD" },
timeLabel: { color: "#BDBDBD" }
},
selector: { stroke: "#D32F2F" },
title: {
color: "#FFF8E1",
subtitle: { color: "#BDBDBD" }
}
} }, s = { style: {
backgroundColor: "#1A1A1A",
bars: { colors: { positive: "#66CC66" } },
labels: {
value: { color: "#AACCAA" },
valueLabel: { color: "#99CC99" },
timeLabel: { color: "#99AA99" }
},
selector: { stroke: "#00FF00" },
title: {
color: "#66CC66",
subtitle: { color: "#99AA99" }
}
} }, c = { style: {
backgroundColor: "#fbfafa",
bars: { colors: {
positive: "#B9B99D",
negative: "#C09E85"
} },
labels: {
value: { color: "#A0AC94" },
valueLabel: { color: "#A0AC94" },
timeLabel: { color: "#8A9892" }
},
selector: { stroke: "#BBC4D3" },
title: {
color: "#8A9892",
subtitle: { color: "#99AA99" }
}
} }, l = { style: {
backgroundColor: "#f6f6fb",
bars: { colors: { positive: "#4A6A75" } },
labels: {
value: { color: "#61747E" },
valueLabel: { color: "#8A9892" },
timeLabel: { color: "#50606C" }
},
selector: { stroke: "#404C4D" },
title: {
color: "#50606C",
subtitle: { color: "#718890" }
}
} }, 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 };