How to use the clay-charts.BarChart function in clay-charts

To help you get started, we’ve selected a few clay-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 liferay / alloy-editor / src / components / CodeEditor / CodeEditor.js View on Github external
JSXComponent,
				this.refs.mountRef,
				compiled,
				[
					ClayBadge,
					ClayAlert,
					ClayStripe,
					ClayToast,
					ClayDropdown,
					ClayActionsDropdown,
					ClayCreationMenuDropdown,
					ClayButton,
					ClayCharts.AreaLineChart,
					ClayCharts.AreaSplineChart,
					ClayCharts.AreaStepChart,
					ClayCharts.BarChart,
					ClayCharts.BubbleChart,
					ClayCharts.DonutChart,
					ClayCharts.GaugeChart,
					ClayCharts.Geomap,
					ClayCharts.LineChart,
					ClayCharts.PieChart,
					ClayCharts.PredictiveChart,
					ClayCharts.ScatterChart,
					ClayCharts.SplineChart,
					ClayCharts.StepChart,
				],
				[
					'ClayBadge',
					'ClayAlert',
					'ClayStripe',
					'ClayToast',