ashiguruma / patternomaly

Easily generate patterns for use in data graphics
MIT License
525 stars 37 forks source link

Tooltips miss the pattern #21

Open arvindkumarc opened 6 years ago

arvindkumarc commented 6 years ago

The tooltips miss the generated canvas pattern and instead shows only default color (black).

zreese commented 5 years ago

Same here. Even when specifiying the pattern using a tooltip callback it displays black. Makes stacked charts unusable.

MarkHerhold commented 5 years ago

Possibly fixed by https://github.com/chartjs/Chart.js/pull/5869

ashiguruma commented 5 years ago

@zreese and @arvindkumarc can you confirm if the update to Chart.js has fixed the issue for yourselves?