StandardNode: LineChartMini

extendsNode
let chart = flow.createNode("visual/line-chart-mini", {
name: "Example",
width: 250,
displayHeight: 100,
displayStyle: { backgroundColor: "#7a7a7a" },
});
Default State
{
size: 10;
colors: ["#ff6666", "#66d4ff"];
}
Options
{ displayHeight: number; displayStyle: DisplayStyle; }