Select Page

Category: UI Components

Apache ECharts – Examples

Apache ECharts – Examples

Stacked Bar Chart with Gap – Apache ECharts I created an example to create a gap between stacked bars using Apache ECharts. See the Pen Bar Charts with Two datasets – using Apache ECharts by Puneet Sharma (@webdevpuneet) on CodePen. Donut Chart with Apache...
Custom Range Sliders

Custom Range Sliders

Here is a custom range slider I created to use gradients in the slided part and the thumb itself. DEMO See the Pen Custom Range Sliders by Puneet Sharma (@webdevpuneet) on CodePen. HTML <div class=”slider”> <span...
Concentric Doughnut Chart with Chart.js

Concentric Doughnut Chart with Chart.js

Check the following DEMO and modify it according to your needs. DEMO See the Pen Polar Chart with Chart.js by Puneet Sharma (@webdevpuneet) on CodePen. HTML <div class=”donutPieChart”> <canvas id=”myChart”></canvas>...