victory-chart
Version:
Chart Component for Victory
62 lines (60 loc) • 888 B
JavaScript
const symbolData = [
{
x: 1,
y: 1,
size: 8,
symbol: "circle",
label: "circle",
fill: "red",
opacity: 0.8
}, {
x: 2,
y: 2,
size: 8,
symbol: "diamond",
label: "diamond",
fill: "red",
opacity: 0.8
}, {
x: 3,
y: 3,
size: 8,
symbol: "plus",
label: "plus",
fill: "red",
opacity: 0.8
}, {
x: 4,
y: 4,
size: 8,
symbol: "square",
label: "square",
fill: "red",
opacity: 0.8
}, {
x: 5,
y: 5,
size: 8,
symbol: "star",
label: "star",
fill: "red",
opacity: 0.8
}, {
x: 6,
y: 6,
size: 8,
symbol: "triangleDown",
label: "triangleDown",
fill: "red",
opacity: 0.8
}, {
x: 7,
y: 7,
size: 8,
symbol: "triangleUp",
label: "triangleUp",
fill: "red",
opacity: 0.8
}
];
module.exports = symbolData;