CKEditor 5 – Full demo with code

CKEditor 5 – Full demo with code

Here is a full demo with code of CKEditor 5. The editor feels modern and beautiful and full fledged with modern editing tools. You can easily copy and customize the editor from below code area. Demo: <!DOCTYPE html> <html lang=”en”>...
Chart.js line chart with shadow

Chart.js line chart with shadow

Please check the demo first than I will go through explanations for the line chart with shadow effect. DEMO See the Pen Chart.js line chart with shadow by Puneet Sharma (@webdevpuneet) on CodePen. Explanations: As you can see there is a drop shadow just beneath and...
Line graph with gradient  background – Chart JS

Line graph with gradient background – Chart JS

This is a good example for “how to create a gradient background in line chart using Chart JS”. Just posting it here and will update it as I have other versions too. DEMO See the Pen Custom ChartJS Gradient by Puneet Sharma (@webdevpuneet) on...