github graphieros/vue-data-ui v2.9.5

latest releases: v3.1.1, v3.1.0, v3.0.23...
3 months ago

VueUiTable

  • Use VueUiXy and VueUiDonut as chart components instead of old built-in charts
image image image
  • Config changes:
const vue_ui_table = ref({
    //...
    style: {
        chart: {
            layout: {
                line: {
                    smooth: true, // new
                    useArea: false, // new
                    selector: {
                        stroke: '#ccc', // Deprecated
                        strokeWidth: 1, // Deprecated
                        strokeDasharray: 5 // Deprecated
                    }
                },
            }
        }
    },
})

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

NewReleases is sending notifications on new releases.