apexcharts.js icon indicating copy to clipboard operation
apexcharts.js copied to clipboard

Support no comma in color functions

Open chrisands opened this issue 1 year ago • 2 comments
trafficstars

Summary

colors params support only comma format rgb(0, 0, 0), but when I try to pass valid css rgb(0 0 0) it fails because it didn't supported format of rgb. It would be nice to support new CSS format. I think it is 1 regexp change if not mistaken.

API Changes

No API changes.

Intended Use Case

Here's article about new CSS syntax https://css-tricks.com/no-comma-color-functions-in-css/

chrisands avatar Jul 28 '24 17:07 chrisands

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 27 '24 14:09 github-actions[bot]

I would add that decimals are not supported either. When your data is calculated, it's common.

Slokilla avatar Oct 02 '24 15:10 Slokilla

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Dec 02 '24 14:12 github-actions[bot]