Home / Components / Alert Components / Tailwind CSS Bar Chart With Axes

Tailwind CSS Bar Chart With Axes

This Tailwind CSS Bar Chart With Axes component come with axes to provide an indication of the scale for the bar

<div class="bg-white p-8 shadow-lg shadow-slate-200 rounded-lg w-auto">
  <table class="w-[340px] h-[280px] charts-css bar show-heading show-labels show-4-secondary-axes">
	<caption>Bar Chart With Axes</caption>

	<tbody class="mt-[24px!important]">
	  <tr>
		<th>2022</th>
		<td style="--size: 0.2;"></td>
	  </tr>
	  <tr>
		<th>2021</th>
		<td style="--size: 0.4;"></td>
	  </tr>
	  <tr>
		<th>2020</th>
		<td style="--size: 0.6;"></td>
	  </tr>
	  <tr>
		<th>2019</th>
		<td style="--size: 0.8;"></td>
	  </tr>
	  <tr>
		<th>2018</th>
		<td style="--size: 1;"></td>
	  </tr>
	</tbody>
  </table>
</div>
                    

2 years ago

293

How to install and add to your project?

Step 1: Include Scripts and Styling CDN inside the head tag

<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css">
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>

Step 2: Copy the Tailwind CSS Bar Chart With Axes component code above as you need it

Step 3: Preview the component in your browser 🚀

Step 4: For production release make sure to use the official Tailwind CSS Installation

You are done 🎉

Credits or Attribution

If you enjoy using our components, please do give us (PostSrc) credit in your project footer section or about page. Copy the HTML below for attribution.

<a href="https://postsrc.com/components" target="_blank" rel="noopener" title="PostSrc Components - Collection of Tailwind CSS components for everyone to use"><img style="width: auto; height: 46px;" src="https://postsrc.com/img/attr.png" alt="PostSrc logo"></a>

Welcome to PostSrc V3

PostSrc Dark Logo

You have to login to favorite this