Sámal Rasmussen

Results 47 comments of Sámal Rasmussen

A more complete solution is to remove the classes we don't want before adding the classes we want: ```js if (current < this.first) { classList.remove('text-gray-900', 'dark:text-white'); classList.add('prev', 'text-gray-500', 'dark:text-gray-400'); }...

I just want to create a thumbnail of a pdf by creating an image of the first page.

This one only does separate files: https://github.com/endreymarcell/esbuild-plugin-webworker

I'm trying to get highlight points on multiple series, but am having no luck. The line chart examples only show a single highligt point and only one series data in...

Yes multiple point highlights just like that, but on a multiple series line chart instead of stacked area chart.

Sean you are an absolute madman. That works perfectly. Tried on `0.43.5`.

I tested on 1.5.0 right now and setting `etContext('iconCtx', { strokeWidth: '7'});` affects all icons except `DotsVerticalOutline` still.