github graphieros/vue-data-ui v2.0.79
VueUi3dBar stack mode

latest releases: v3.1.13, v3.1.12, v3.1.11...
17 months ago

VueUi3dBar was improved to display stacked bars when the series dataset option is used.
Stack mode is automatically enabled when the series attribute is present in the dataset:

const dataset = {
  series:  [
    {
      name: string,
      value: number,
      color?: string
      // Adding breakdown array will display donuts in the legend portion of the chart
      breakdown?: [
        {
          name: string,
          value: number
        },
        {...}
      ]
    },
    {...}
  ]
}

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.