You can see further details in the graphs section.

theme: SoftUI({
  index: {
    graph: {
      enabled: Boolean,
      lineGraph: Boolean,
      tag: String,
      max: Number,
    },
  },
});

Example Usage

theme: SoftUI({
  index: {
    graph: {
      enabled: true,
      lineGraph: false,
      tag: "Memory (MB)",
      max: 100,
    },
  },
});

Props

graph
Object
required