Building a sparkline generator in PHP

I wanted to add sparkline graphs to Aggregate, and decided to build them from scratch. #php #annotated #laravel Links: - The sparkline package: - The opensource codebase of aggregate: - Learn about how I built Aggregate: Timestamps: 00:00 Intro 00:20 GitHub’s implementation 00:51 A working example 01:22 Rendering dynamic data 02:41 Refactoring 02:51 Configurability 04:08 Using real data 06:08 Final thoughts
Back to Top