How to use the @carbon/charts.GroupedBarChart function in @carbon/charts

To help you get started, we’ve selected a few @carbon/charts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github carbon-design-system / carbon-charts / packages / vue / src / ccv-grouped-bar-chart.vue View on Github external
mounted() {
		this.coreChart = new GroupedBarChart(this.$el, {
			data: this.data,
			options: this.options,
		});
	},
};

@carbon/charts

Carbon Charts component library

Apache-2.0
Latest version published 20 days ago

Package Health Score

90 / 100
Full package analysis